Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DPermissionActivityTest.java191 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
311 TEST_APP_33_PACKAGE_NAME, null, VERB_TRASH, in testShouldShowActionDialog_noMANAGE_MEDIA_true_33() local
355 TEST_APP_33_PACKAGE_NAME, null, VERB_TRASH, in testShouldShowActionDialog_hasMMWithRM_false_33() local
400 TEST_APP_33_PACKAGE_NAME, null, VERB_TRASH, in testShouldShowActionDialog_hasMMWithMES_false_33() local
/packages/providers/MediaProvider/src/com/android/providers/media/
DPermissionActivity.java140 static final String VERB_TRASH = "trash"; field in PermissionActivity