/packages/apps/Settings/src/com/android/settings/localepicker/ |
D | NotificationController.java | 81 currentInfo.getNotificationId()); in incrementDismissCount() 108 public int getNotificationId(@NonNull String locale) { in getNotificationId() method in NotificationController 110 return (info != null) ? info.getNotificationId() : -1; in getNotificationId() 146 int notificationId = info.getNotificationId(); in createNotificationInfoWithNewUidAndCount()
|
D | NotificationCancelReceiver.java | 42 int savedNotificationID = getNotificationController(context).getNotificationId( in onReceive()
|
D | NotificationInfo.java | 57 public int getNotificationId() { in getNotificationId() method in NotificationInfo
|
D | NotificationActionActivity.java | 59 int savedNotificationID = getNotificationController(this).getNotificationId(appLocale); in onCreate()
|
D | AppLocalePickerActivity.java | 175 mNotificationController.getNotificationId(localeTag), in broadcastAppLocaleChange()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | ExternalCallNotifier.java | 134 if (info.getNotificationId() == notificationId in pullExternalCall() 193 context, NOTIFICATION_TAG, notifications.get(call).getNotificationId()); in dismissNotification() 257 NotificationBroadcastReceiver.EXTRA_NOTIFICATION_ID, info.getNotificationId()); in postNotification() 265 PendingIntent.getBroadcast(context, info.getNotificationId(), intent, 0)) in postNotification() 285 context, NOTIFICATION_TAG, info.getNotificationId(), notification); in postNotification() 416 public int getNotificationId() { in getNotificationId() method in ExternalCallNotifier.NotificationInfo
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/ |
D | LocaleNotificationDataManagerTest.java | 63 assertThat(expected.getNotificationId()).isEqualTo(info.getNotificationId()); in testPutGetNotificationInfo()
|
D | NotificationCancelReceiverTest.java | 67 when(mNotificationController.getNotificationId(locale)).thenReturn(notificationId); in testOnReceive_incrementDismissCount()
|
D | NotificationActionActivityTest.java | 72 doReturn(notificationId).when(mNotificationController).getNotificationId(eq(targetLocale)); in testOnCreate_launchSystemLanguageSettings()
|
D | NotificationControllerTest.java | 71 assertThat(result.getNotificationId()).isEqualTo(id); in incrementDismissCount_addOne()
|
D | AppLocalePickerActivityTest.java | 348 assertThat(info.getNotificationId()).isEqualTo(notificationId); in onLocaleSelected_evaluateNotification_oddLocaleUpdate_uidAddedWithoutNotification() 377 assertThat(info.getNotificationId()).isEqualTo(notificationId); in onLocaleSelected_evaluateNotification_frequentLocaleUpdate_uidAddedNoNotification()
|
/packages/modules/Media/apex/framework/java/android/media/ |
D | MediaSession2Service.java | 232 mNotificationManager.cancel(notification.getNotificationId()); in removeSession() 278 int id = mediaNotification.getNotificationId(); in onPlaybackActiveChanged() 324 public int getNotificationId() { in getNotificationId() method in MediaSession2Service.MediaNotification
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkAppService.java | 1699 mNotificationManager.notify(getNotificationId(NOTIFICATION_ON_KEYGUARD, slotId), in launchNotificationOnKeyguard() 1711 mNotificationManager.cancel(getNotificationId(NOTIFICATION_ON_KEYGUARD, slotId)); in cancelNotificationOnKeyguard() 1715 private int getNotificationId(int notificationType, int slotId) { in getNotificationId() method in StkAppService 1716 return getNotificationId(slotId) + (notificationType * mSimCount); in getNotificationId() 2109 mNotificationManager.cancel(getNotificationId(slotId)); in cancelIdleText() 2151 mNotificationManager.notify(getNotificationId(slotId), notificationBuilder.build()); in launchIdleText() 2407 private int getNotificationId(int slotId) { in getNotificationId() method in StkAppService
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/sync/ |
D | ProactiveSyncWorkerTest.java | 240 assertThat(foregroundInfo.getNotificationId()).isEqualTo(NOTIFICATION_ID); in testGetForegroundInfo()
|
D | ImmediateSyncWorkerTest.java | 244 assertThat(foregroundInfo.getNotificationId()).isEqualTo(NOTIFICATION_ID); in testGetForegroundInfo()
|
D | ImmediateAlbumSyncWorkerTest.java | 282 assertThat(foregroundInfo.getNotificationId()).isEqualTo(NOTIFICATION_ID); in testGetForegroundInfo()
|
D | MediaResetWorkerTest.java | 388 assertThat(foregroundInfo.getNotificationId()).isEqualTo(NOTIFICATION_ID); in testGetForegroundInfo()
|
/packages/modules/Media/apex/framework/api/ |
D | current.txt | 211 method public int getNotificationId();
|