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.java260 public void handleNiNotification(GpsNiNotification notif) { in handleNiNotification()
288 private void handleNi(GpsNiNotification notif) { in handleNi()
329 private void handleNiInEs(GpsNiNotification notif) { in handleNiInEs()
362 private synchronized void setNiNotification(GpsNiNotification notif) { in setNiNotification()
403 private void openNiDialog(GpsNiNotification notif) in openNiDialog()
416 private Intent getDlgIntent(GpsNiNotification notif) in getDlgIntent()
562 static private String getNotifTicker(GpsNiNotification notif, Context context) in getNotifTicker()
571 static private String getNotifTitle(GpsNiNotification notif, Context context) in getNotifTitle()
578 static private String getNotifMessage(GpsNiNotification notif, Context context) in getNotifMessage()
587 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/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java205 Notification notif = createNotification(isGroupSummary, groupKey); in createRow() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExpandedView.java522 Notification notif = entry.notification.getNotification(); in getBubbleIntent() local
DBubbleController.java408 void updateBubble(NotificationEntry notif) { in updateBubble()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1128 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotifications_CancelsNoClearFlag() local
1142 final NotificationRecord notif = generateNotificationRecord( in testUserInitiatedCancelAllOnClearAll_NoClearFlag() local
1342 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotifications_CancelsNoClearFlagOnGoing() local
1394 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotifications_CancelsOnGoingFlag() local
1408 final NotificationRecord notif = generateNotificationRecord( in testUserInitiatedCancelAllOnClearAll_OnGoingFlag() local
/frameworks/base/core/java/android/app/
DNotification.java9091 public WearableExtender(Notification notif) { in WearableExtender()
9817 public CarExtender(Notification notif) { in CarExtender()
10225 public TvExtender(Notification notif) { in TvExtender()