Searched refs:getNotificationIntent (Results 1 – 3 of 3) sorted by relevance
74 getNotificationIntent(NotificationController.INTENT_ACTION_DISMISS, 1)); in testShouldShowNotificationFirstTime()86 getNotificationIntent(NotificationController.INTENT_ACTION_NO_THANKS, 1)); in testNotificationNotShownIfShownTooManyTimes()106 getNotificationIntent(NotificationController.INTENT_ACTION_DISMISS, 1)); in testNotificationNotShownIfDismissedTooManyTimes()124 getNotificationIntent(NotificationController.INTENT_ACTION_DISMISS, 1)); in testDismissNotificationDelay()146 getNotificationIntent(NotificationController.INTENT_ACTION_NO_THANKS, 1)); in testNoThanksNotificationDelay()203 private Intent getNotificationIntent(String action, int id) { in getNotificationIntent() method in NotificationControllerTest
283 getNotificationIntent(this), in createRecordingNotification()415 protected static Intent getNotificationIntent(Context context) { in getNotificationIntent() method in RecordingService
126 Intent stopIntent = RecordingService.getNotificationIntent(mContext); in testLogStopFromNotificationIntent()