Searched defs:TEST_AUTHORITY (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/core-utils/tests/java/android/support/v4/content/
H A DFileProviderTest.java43 private static final String TEST_AUTHORITY = "moocow"; field in class:FileProviderTest
296 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
300 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
304 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
308 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
312 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
316 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
321 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
326 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
351 return FileProvider.getUriForFile(mContext, TEST_AUTHORITY, fil
[all...]

Completed in 41 milliseconds