Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DPermissionActivityTest.java32 import static com.android.providers.media.PermissionActivity.VERB_TRASH;
171 TEST_APP_PACKAGE_NAME, null, VERB_TRASH)).isTrue(); in testShouldShowActionDialog_noRESAndMES_true()
191 TEST_APP_33_PACKAGE_NAME, null, VERB_TRASH, in testShouldShowActionDialog_noRMAAndMES_true_33() local
215 TEST_APP_33_PACKAGE_NAME, null, VERB_TRASH, in testShouldShowActionDialog_noRMIAndMES_true_33() local
239 TEST_APP_33_PACKAGE_NAME, null, VERB_TRASH, in testShouldShowActionDialog_noRMVAndMES_true_33() local
264 TEST_APP_33_PACKAGE_NAME, null, VERB_TRASH, in testShouldShowActionDialogForSubtitle_noRMARMVAndMES_true_33() local
287 TEST_APP_PACKAGE_NAME, null, VERB_TRASH)).isTrue(); in testShouldShowActionDialog_noMANAGE_MEDIA_true()
311 TEST_APP_33_PACKAGE_NAME, null, VERB_TRASH, in testShouldShowActionDialog_noMANAGE_MEDIA_true_33() local
334 TEST_APP_PACKAGE_NAME, null, VERB_TRASH)).isFalse(); in testShouldShowActionDialog_hasMMWithRES_false()
355 TEST_APP_33_PACKAGE_NAME, null, VERB_TRASH, in testShouldShowActionDialog_hasMMWithRM_false_33() local
[all …]
/packages/providers/MediaProvider/src/com/android/providers/media/
DPermissionActivity.java140 static final String VERB_TRASH = "trash"; field in PermissionActivity
546 ? VERB_TRASH : VERB_UNTRASH; in resolveVerb()