File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
runner/monitor/java/androidx/test/platform/io Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -131,14 +131,6 @@ public interface PlatformTestStorage {
131
131
*/
132
132
Uri getInputFileUri (@ NonNull String pathname );
133
133
134
- /**
135
- * @deprecated use getInputFileUri instead
136
- */
137
- @ Deprecated
138
- default Uri getInputFileUri2 (@ NonNull String pathname ) {
139
- return getInputFileUri (pathname );
140
- }
141
-
142
134
/**
143
135
* Provides a Uri to a test output file.
144
136
*
@@ -156,14 +148,6 @@ default Uri getInputFileUri2(@NonNull String pathname) {
156
148
*/
157
149
Uri getOutputFileUri (@ NonNull String pathname );
158
150
159
- /**
160
- * @deprecated use getOutputFileUri instead
161
- */
162
- @ Deprecated
163
- default Uri getOutputFileUri2 (@ NonNull String pathname ) {
164
- return getOutputFileUri (pathname );
165
- }
166
-
167
151
/**
168
152
* Returns true if {@code pathname} corresponds to a file or directory that is in a directory
169
153
* where the storage stores files.
You can’t perform that action at this time.
0 commit comments