Skip to content

Commit 0daf52e

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Remove temporary PlatformTestStorage#get*FileUri2 methods.
PiperOrigin-RevId: 623861408
1 parent 97afde2 commit 0daf52e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

runner/monitor/java/androidx/test/platform/io/PlatformTestStorage.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,6 @@ public interface PlatformTestStorage {
131131
*/
132132
Uri getInputFileUri(@NonNull String pathname);
133133

134-
/**
135-
* @deprecated use getInputFileUri instead
136-
*/
137-
@Deprecated
138-
default Uri getInputFileUri2(@NonNull String pathname) {
139-
return getInputFileUri(pathname);
140-
}
141-
142134
/**
143135
* Provides a Uri to a test output file.
144136
*
@@ -156,14 +148,6 @@ default Uri getInputFileUri2(@NonNull String pathname) {
156148
*/
157149
Uri getOutputFileUri(@NonNull String pathname);
158150

159-
/**
160-
* @deprecated use getOutputFileUri instead
161-
*/
162-
@Deprecated
163-
default Uri getOutputFileUri2(@NonNull String pathname) {
164-
return getOutputFileUri(pathname);
165-
}
166-
167151
/**
168152
* Returns true if {@code pathname} corresponds to a file or directory that is in a directory
169153
* where the storage stores files.

0 commit comments

Comments
 (0)