Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileDeleteUiTest.java62 if (TestNotificationService.ACTION_OPERATION_RESULT.equals(action)) {
104 filter.addAction(TestNotificationService.ACTION_OPERATION_RESULT); in setUp()
DCancelFromNotificationUiTest.java60 if (TestNotificationService.ACTION_OPERATION_RESULT.equals(action)) {
103 filter.addAction(TestNotificationService.ACTION_OPERATION_RESULT); in setUp()
DFileCopyUiTest.java77 if (TestNotificationService.ACTION_OPERATION_RESULT.equals(action)) {
166 filter.addAction(TestNotificationService.ACTION_OPERATION_RESULT); in setUp()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestNotificationService.java50 public static final String ACTION_OPERATION_RESULT = field in TestNotificationService
141 Intent intent = new Intent(ACTION_OPERATION_RESULT); in onNotificationRemoved()