Home
last modified time | relevance | path

Searched defs:notif (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java271 public void handleNiNotification(GpsNiNotification notif) { in handleNiNotification()
299 private void handleNi(GpsNiNotification notif) { in handleNi()
340 private void handleNiInEs(GpsNiNotification notif) { in handleNiInEs()
373 private synchronized void setNiNotification(GpsNiNotification notif) { in setNiNotification()
418 private void openNiDialog(GpsNiNotification notif) in openNiDialog()
431 private Intent getDlgIntent(GpsNiNotification notif) in getDlgIntent()
578 static private String getNotifTicker(GpsNiNotification notif, Context context) in getNotifTicker()
587 static private String getNotifTitle(GpsNiNotification notif, Context context) in getNotifTitle()
594 static private String getNotifMessage(GpsNiNotification notif, Context context) in getNotifMessage()
603 static public String getDialogTitle(GpsNiNotification notif, Context context) in getDialogTitle()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupTestHelper.java64 Notification notif = new Notification.Builder(mContext, TEST_CHANNEL_ID) in createEntry() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java292 final Notification notif; in onPublicVolumeStateChangedInternal() local
326 notif, UserHandle.of(vol.getMountUserId())); in onPublicVolumeStateChangedInternal() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java509 void updateBubble(NotificationEntry notif) { in updateBubble()
513 void updateBubble(NotificationEntry notif, boolean suppressFlyout) { in updateBubble()
DBubble.java319 Notification notif = mEntry.notification.getNotification(); in getBubbleIntent() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java212 Notification notif = createNotification(isGroupSummary, groupKey); in createRow() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1184 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotifications_CancelsNoClearFlag() local
1198 final NotificationRecord notif = generateNotificationRecord( in testUserInitiatedCancelAllOnClearAll_NoClearFlag() local
1398 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotifications_CancelsNoClearFlagOnGoing() local
1450 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotifications_CancelsOnGoingFlag() local
1464 final NotificationRecord notif = generateNotificationRecord( in testUserInitiatedCancelAllOnClearAll_OnGoingFlag() local
5214 Notification notif = mService.getNotificationRecord(sbn.getKey()).getNotification(); in testNotificationBubbles_flagAutoExpandForeground_fails_notForeground() local
5271 Notification notif = mService.getNotificationRecord(sbn.getKey()).getNotification(); in testNotificationBubbles_flagAutoExpandForeground_succeeds_foreground() local
/frameworks/base/core/java/android/app/
DNotification.java9114 public WearableExtender(Notification notif) { in WearableExtender()
9840 public CarExtender(Notification notif) { in CarExtender()
10248 public TvExtender(Notification notif) { in TvExtender()