diff --git a/runner/monitor/java/androidx/test/platform/io/PlatformTestStorage.java b/runner/monitor/java/androidx/test/platform/io/PlatformTestStorage.java index a33cf1f9e..21f0015a2 100644 --- a/runner/monitor/java/androidx/test/platform/io/PlatformTestStorage.java +++ b/runner/monitor/java/androidx/test/platform/io/PlatformTestStorage.java @@ -131,14 +131,6 @@ public interface PlatformTestStorage { */ Uri getInputFileUri(@NonNull String pathname); - /** - * @deprecated use getInputFileUri instead - */ - @Deprecated - default Uri getInputFileUri2(@NonNull String pathname) { - return getInputFileUri(pathname); - } - /** * Provides a Uri to a test output file. * @@ -156,14 +148,6 @@ default Uri getInputFileUri2(@NonNull String pathname) { */ Uri getOutputFileUri(@NonNull String pathname); - /** - * @deprecated use getOutputFileUri instead - */ - @Deprecated - default Uri getOutputFileUri2(@NonNull String pathname) { - return getOutputFileUri(pathname); - } - /** * Returns true if {@code pathname} corresponds to a file or directory that is in a directory * where the storage stores files.