HomeSort by relevance Sort by last modified time
    Searched refs:TestNotificationService (Results 1 - 4 of 4) sorted by null

  /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
FileCopyUiTest.java 40 import com.android.documentsui.services.TestNotificationService;
78 if (TestNotificationService.ACTION_OPERATION_RESULT.equals(action)) {
80 TestNotificationService.EXTRA_RESULT, false);
83 TestNotificationService.EXTRA_ERROR_REASON);
112 filter.addAction(TestNotificationService.ACTION_OPERATION_RESULT);
115 TestNotificationService.ACTION_CHANGE_EXECUTION_MODE));
FileDeleteUiTest.java 40 import com.android.documentsui.services.TestNotificationService;
78 if (TestNotificationService.ACTION_OPERATION_RESULT.equals(action)) {
80 TestNotificationService.EXTRA_RESULT, false);
83 TestNotificationService.EXTRA_ERROR_REASON);
112 filter.addAction(TestNotificationService.ACTION_OPERATION_RESULT);
115 TestNotificationService.ACTION_CHANGE_EXECUTION_MODE));
CancelFromNotificationUiTest.java 44 import com.android.documentsui.services.TestNotificationService;
77 if (TestNotificationService.ACTION_OPERATION_RESULT.equals(action)) {
79 TestNotificationService.EXTRA_RESULT, false);
82 TestNotificationService.EXTRA_ERROR_REASON);
112 filter.addAction(TestNotificationService.ACTION_OPERATION_RESULT);
115 TestNotificationService.ACTION_CHANGE_CANCEL_MODE));
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
TestNotificationService.java 38 public class TestNotificationService extends NotificationListenerService {
40 "com.android.documentsui.services.TestNotificationService.ACTION_CHANGE_CANCEL_MODE";
43 "com.android.documentsui.services.TestNotificationService.ACTION_CHANGE_EXECUTION_MODE";
46 "com.android.documentsui.services.TestNotificationService.ACTION_OPERATION_RESULT";
49 "com.android.documentsui.services.TestNotificationService.EXTRA_RESULT";
52 "com.android.documentsui.services.TestNotificationService.EXTRA_ERROR_REASON";

Completed in 716 milliseconds