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

/frameworks/support/core-utils/tests/java/android/support/v4/content/
H A DFileProviderTest.java54 private static final String TEST_AUTHORITY = "moocow"; field in class:FileProviderTest
323 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
327 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
331 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
335 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
339 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
343 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
348 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
353 actual = FileProvider.getUriForFile(mContext, TEST_AUTHORITY,
378 return FileProvider.getUriForFile(mContext, TEST_AUTHORITY, fil
[all...]

Completed in 104 milliseconds