Home
last modified time | relevance | path

Searched refs:notif (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java271 public void handleNiNotification(GpsNiNotification notif) { in handleNiNotification() argument
273 + " notificationId: " + notif.notificationId in handleNiNotification()
274 + " requestorId: " + notif.requestorId in handleNiNotification()
275 + " text: " + notif.text in handleNiNotification()
280 handleNiInEs(notif); in handleNiNotification()
282 handleNi(notif); in handleNiNotification()
299 private void handleNi(GpsNiNotification notif) { in handleNi() argument
301 + " needNotify: " + notif.needNotify in handleNi()
302 + " needVerify: " + notif.needVerify in handleNi()
303 + " privacyOverride: " + notif.privacyOverride in handleNi()
[all …]
/frameworks/av/media/libaudioclient/tests/
Dtrack_test_output_v1.0_ref_walleye.txt9 notif. frame count(2400), req. notif. frame count(2400), req. notif. per buff(0)
20 notif. frame count(1600), req. notif. frame count(2400), req. notif. per buff(0)
31 notif. frame count(1600), req. notif. frame count(2400), req. notif. per buff(0)
42 notif. frame count(1600), req. notif. frame count(2400), req. notif. per buff(0)
53 notif. frame count(1470), req. notif. frame count(2205), req. notif. per buff(0)
64 notif. frame count(1470), req. notif. frame count(2205), req. notif. per buff(0)
75 notif. frame count(1470), req. notif. frame count(2205), req. notif. per buff(0)
86 notif. frame count(2400), req. notif. frame count(2400), req. notif. per buff(0)
97 notif. frame count(2400), req. notif. frame count(2400), req. notif. per buff(0)
108 notif. frame count(2400), req. notif. frame count(2400), req. notif. per buff(0)
[all …]
Drecord_test_output_v1.0_ref_walleye.txt8 notif. frame count(960), req. notif. frame count(2400)
17 notif. frame count(480), req. notif. frame count(2400)
26 notif. frame count(320), req. notif. frame count(2400)
35 notif. frame count(160), req. notif. frame count(2400)
44 notif. frame count(896), req. notif. frame count(2205)
53 notif. frame count(448), req. notif. frame count(2205)
62 notif. frame count(224), req. notif. frame count(2205)
71 notif. frame count(960), req. notif. frame count(2400)
80 notif. frame count(960), req. notif. frame count(2400)
89 notif. frame count(960), req. notif. frame count(2400)
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java292 final Notification notif; in onPublicVolumeStateChangedInternal() local
295 notif = onVolumeUnmounted(vol); in onPublicVolumeStateChangedInternal()
298 notif = onVolumeChecking(vol); in onPublicVolumeStateChangedInternal()
302 notif = onVolumeMounted(vol); in onPublicVolumeStateChangedInternal()
305 notif = onVolumeFormatting(vol); in onPublicVolumeStateChangedInternal()
308 notif = onVolumeEjecting(vol); in onPublicVolumeStateChangedInternal()
311 notif = onVolumeUnmountable(vol); in onPublicVolumeStateChangedInternal()
314 notif = onVolumeRemoved(vol); in onPublicVolumeStateChangedInternal()
317 notif = onVolumeBadRemoval(vol); in onPublicVolumeStateChangedInternal()
320 notif = null; in onPublicVolumeStateChangedInternal()
[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
78 notif, in createEntry()
/frameworks/base/services/core/java/com/android/server/am/
DPreBootBroadcaster.java152 final Notification notif =
166 notifManager.notifyAsUser(TAG, SystemMessage.NOTE_SYSTEM_UPGRADING, notif,
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java509 void updateBubble(NotificationEntry notif) { in updateBubble() argument
510 updateBubble(notif, /* supressFlyout */ false); in updateBubble()
513 void updateBubble(NotificationEntry notif, boolean suppressFlyout) { in updateBubble() argument
515 if (notif.importance >= NotificationManager.IMPORTANCE_HIGH) { in updateBubble()
516 notif.setInterruption(); in updateBubble()
518 mBubbleData.notificationEntryUpdated(notif, suppressFlyout); in updateBubble()
DBubble.java319 Notification notif = mEntry.notification.getNotification(); in getBubbleIntent() local
320 Notification.BubbleMetadata data = notif.getBubbleMetadata(); in getBubbleIntent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java212 Notification notif = createNotification(isGroupSummary, groupKey); in createRow() local
213 return generateRow(notif, pkg, uid, userHandle, 0 /* inflationFlags */); in createRow()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1184 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotifications_CancelsNoClearFlag() local
1186 notif.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testCancelAllNotifications_CancelsNoClearFlag()
1187 mService.addNotification(notif); in testCancelAllNotifications_CancelsNoClearFlag()
1189 notif.getUserId(), 0, null); in testCancelAllNotifications_CancelsNoClearFlag()
1192 mBinderService.getActiveNotifications(notif.sbn.getPackageName()); in testCancelAllNotifications_CancelsNoClearFlag()
1198 final NotificationRecord notif = generateNotificationRecord( in testUserInitiatedCancelAllOnClearAll_NoClearFlag() local
1200 notif.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testUserInitiatedCancelAllOnClearAll_NoClearFlag()
1201 mService.addNotification(notif); in testUserInitiatedCancelAllOnClearAll_NoClearFlag()
1204 notif.getUserId()); in testUserInitiatedCancelAllOnClearAll_NoClearFlag()
1207 mBinderService.getActiveNotifications(notif.sbn.getPackageName()); in testUserInitiatedCancelAllOnClearAll_NoClearFlag()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java1211 final ArgumentCaptor<Notification> notif = ArgumentCaptor.forClass(Notification.class);
1213 notif.capture(), eq(UserHandle.ALL));
1215 final String text = notif.getValue().extras.getCharSequence(Notification.EXTRA_TEXT)
1237 final ArgumentCaptor<Notification> notif = ArgumentCaptor.forClass(Notification.class);
1239 notif.capture(), eq(UserHandle.ALL));
1241 final String text = notif.getValue().extras.getCharSequence(Notification.EXTRA_TEXT)
/frameworks/base/core/java/android/app/
DNotification.java9114 public WearableExtender(Notification notif) { in WearableExtender() argument
9115 Bundle wearableBundle = notif.extras.getBundle(EXTRA_WEARABLE_EXTENSIONS); in WearableExtender()
9840 public CarExtender(Notification notif) { in CarExtender() argument
9841 Bundle carBundle = notif.extras == null ? in CarExtender()
9842 null : notif.extras.getBundle(EXTRA_CAR_EXTENDER); in CarExtender()
10248 public TvExtender(Notification notif) { in TvExtender() argument
10249 Bundle bundle = notif.extras == null ? in TvExtender()
10250 null : notif.extras.getBundle(EXTRA_TV_EXTENDER); in TvExtender()