Home
last modified time | relevance | path

Searched refs:getNotificationIntent (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
H A DNotificationControllerTest.java74 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
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java283 getNotificationIntent(this), in createRecordingNotification()
415 protected static Intent getNotificationIntent(Context context) { in getNotificationIntent() method in RecordingService
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java126 Intent stopIntent = RecordingService.getNotificationIntent(mContext); in testLogStopFromNotificationIntent()