Searched refs:ACTION_SEND_NOTIFICATION (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | PolicyWarningUIControllerTest.java | 121 PolicyWarningUIController.ACTION_SEND_NOTIFICATION, in receiveActionSendNotification_isNonA11yCategoryService_sendNotification() 135 PolicyWarningUIController.ACTION_SEND_NOTIFICATION, in receiveActionSendNotification_sendNotificationDisabled_doNothing() 154 PolicyWarningUIController.ACTION_SEND_NOTIFICATION, in receiveActionSendNotificationWithNotifiedService_doNothing() 205 PolicyWarningUIController.ACTION_SEND_NOTIFICATION, TEST_COMPONENT_NAME))); in onNonA11yCategoryServiceBound_setAlarm() 216 PolicyWarningUIController.ACTION_SEND_NOTIFICATION, TEST_COMPONENT_NAME))); in onNonA11yCategoryServiceUnbound_cancelAlarm() 230 PolicyWarningUIController.ACTION_SEND_NOTIFICATION, in onSwitchUserLocked_hasAlarmAndSentNotification_cancelNotification()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | PolicyWarningUIController.java | 71 protected static final String ACTION_SEND_NOTIFICATION = TAG + ".ACTION_SEND_NOTIFICATION"; field in PolicyWarningUIController 95 filter.addAction(ACTION_SEND_NOTIFICATION); in PolicyWarningUIController() 168 createPendingIntent(mContext, userId, ACTION_SEND_NOTIFICATION, service)); in setAlarm() 173 createPendingIntent(mContext, userId, ACTION_SEND_NOTIFICATION, service)); in cancelAlarm() 238 if (ACTION_SEND_NOTIFICATION.equals(action)) { in onReceive()
|