Home
last modified time | relevance | path

Searched refs:TEST_APP_PACKAGE_NAME (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DPermissionActivityTest.java75 private static final String TEST_APP_PACKAGE_NAME = field in PermissionActivityTest
109 mTestAppUid = getContext().getPackageManager().getPackageUid(TEST_APP_PACKAGE_NAME, 0); in setUp()
125 TEST_APP_PACKAGE_NAME, null, VERB_FAVORITE)).isFalse(); in testShouldShowActionDialog_favorite_false() local
131 TEST_APP_PACKAGE_NAME, null, VERB_UNFAVORITE)).isFalse(); in testShouldShowActionDialog_unfavorite_false() local
145 TEST_APP_PACKAGE_NAME, null, VERB_TRASH)).isTrue(); in testShouldShowActionDialog_noRESAndMES_true() local
163 TEST_APP_PACKAGE_NAME, null, VERB_TRASH)).isTrue(); in testShouldShowActionDialog_noMANAGE_MEDIA_true() local
181 TEST_APP_PACKAGE_NAME, null, VERB_TRASH)).isFalse(); in testShouldShowActionDialog_hasPermissionWithRES_false() local
199 TEST_APP_PACKAGE_NAME, null, VERB_TRASH)).isFalse(); in testShouldShowActionDialog_hasPermissionWithMES_false() local
218 TEST_APP_PACKAGE_NAME, null, VERB_WRITE)).isTrue(); in testShouldShowActionDialog_writeNoACCESS_MEDIA_LOCATION_true() local
240 TEST_APP_PACKAGE_NAME, null, VERB_WRITE)).isFalse(); in testShouldShowActionDialog_writeHasACCESS_MEDIA_LOCATION_false() local
[all …]