Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java270 public void handleNiNotification(GpsNiNotification notif) { in handleNiNotification() argument
272 + " notificationId: " + notif.notificationId in handleNiNotification()
273 + " requestorId: " + notif.requestorId in handleNiNotification()
274 + " text: " + notif.text in handleNiNotification()
279 handleNiInEs(notif); in handleNiNotification()
281 handleNi(notif); in handleNiNotification()
298 private void handleNi(GpsNiNotification notif) { in handleNi() argument
300 + " needNotify: " + notif.needNotify in handleNi()
301 + " needVerify: " + notif.needVerify in handleNi()
302 + " 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/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java138 notif(6), in testNotifsAreSortedByRankAndWhen()
139 notif(5), in testNotifsAreSortedByRankAndWhen()
140 notif(0), in testNotifsAreSortedByRankAndWhen()
141 notif(3), in testNotifsAreSortedByRankAndWhen()
142 notif(2), in testNotifsAreSortedByRankAndWhen()
143 notif(1), in testNotifsAreSortedByRankAndWhen()
144 notif(4) in testNotifsAreSortedByRankAndWhen()
250 notif(0), in testDuplicateGroupSummariesAreDiscarded()
257 notif(5) in testDuplicateGroupSummariesAreDiscarded()
279 notif(0), in testGroupsWithNoSummaryAreUngrouped()
[all …]
DNotificationRankingManagerTest.kt295 val notif = Notification.Builder(mContext, "test") .build() in <lambda>() constant
301 .setNotification(notif) in <lambda>()
315 val notif = Notification.Builder(mContext, "test") .build() in <lambda>() constant
321 .setNotification(notif) in <lambda>()
336 val notif = Notification.Builder(mContext, "test") .build() in <lambda>() constant
342 .setNotification(notif) in <lambda>()
381 .setNotification(mock(Notification::class.java).also { notif -> in <lambda>() method
382 whenever(notif.isForegroundService).thenReturn(true) in <lambda>()
383 whenever(notif.isColorized).thenReturn(true) in <lambda>()
DNotifCollectionTest.java271 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47)); in testEventDispatchedWhenNotifRemoved() local
272 NotificationEntry entry = mCollectionListener.getEntry(notif.key); in testEventDispatchedWhenNotifRemoved()
276 mNoMan.retractNotif(notif.sbn, REASON_APP_CANCEL); in testEventDispatchedWhenNotifRemoved()
283 assertEquals(notif.sbn, entry.getSbn()); in testEventDispatchedWhenNotifRemoved()
284 assertEquals(notif.ranking, entry.getRanking()); in testEventDispatchedWhenNotifRemoved()
492 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47, "myTag")); in testDismissNotificationCallsDismissInterceptors() local
493 NotificationEntry entry = mCollectionListener.getEntry(notif.key); in testDismissNotificationCallsDismissInterceptors()
507 notif.sbn.getPackageName(), in testDismissNotificationCallsDismissInterceptors()
508 notif.sbn.getTag(), in testDismissNotificationCallsDismissInterceptors()
510 notif.sbn.getUser().getIdentifier(), in testDismissNotificationCallsDismissInterceptors()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DBadgeExtractor.java71 final Notification notif = record.getNotification(); in process() local
72 if (notif.hasMediaSession()) { in process()
73 Class<? extends Notification.Style> notifStyle = notif.getNotificationStyle(); in process()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaDataManager.kt325 val notif: Notification = sbn.notification in loadMediaDataInBg() constant
334 notif.getLargeIcon() in loadMediaDataInBg()
359 val builder = Notification.Builder.recoverBuilder(context, notif) in loadMediaDataInBg()
371 song = HybridGroupManager.resolveTitle(notif) in loadMediaDataInBg()
377 artist = HybridGroupManager.resolveText(notif) in loadMediaDataInBg()
382 val actions = notif.actions in loadMediaDataInBg()
383 val actionsToShowCollapsed = notif.extras.getIntArray( in loadMediaDataInBg()
420 actionsToShowCollapsed, sbn.packageName, token, notif.contentIntent, null, in loadMediaDataInBg()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java307 final Notification notif; in onPublicVolumeStateChangedInternal() local
310 notif = onVolumeUnmounted(vol); in onPublicVolumeStateChangedInternal()
313 notif = onVolumeChecking(vol); in onPublicVolumeStateChangedInternal()
317 notif = onVolumeMounted(vol); in onPublicVolumeStateChangedInternal()
320 notif = onVolumeFormatting(vol); in onPublicVolumeStateChangedInternal()
323 notif = onVolumeEjecting(vol); in onPublicVolumeStateChangedInternal()
326 notif = onVolumeUnmountable(vol); in onPublicVolumeStateChangedInternal()
329 notif = onVolumeRemoved(vol); in onPublicVolumeStateChangedInternal()
332 notif = onVolumeBadRemoval(vol); in onPublicVolumeStateChangedInternal()
335 notif = null; in onPublicVolumeStateChangedInternal()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupTestHelper.java71 Notification notif = new Notification.Builder(mContext, TEST_CHANNEL_ID) in createEntry() local
82 .setNotification(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/statusbar/notification/stack/
DNotificationSectionsManager.kt440 fun addNotif(notif: ExpandableView): SectionBounds = when (this) { in <lambda>()
441 is None -> One(notif) in <lambda>()
442 is One -> Many(lone, notif) in <lambda>()
443 is Many -> copy(last = notif) in <lambda>()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1273 final Notification notif = generateNotificationRecord(null).getNotification(); in testEnqueueNotificationWithTag_DoesNotLogOnTitleUpdate() local
1274 notif.extras.putString(Notification.EXTRA_TITLE, "Changed title"); in testEnqueueNotificationWithTag_DoesNotLogOnTitleUpdate()
1275 mBinderService.enqueueNotificationWithTag(PKG, PKG, tag, 0, notif, 0); in testEnqueueNotificationWithTag_DoesNotLogOnTitleUpdate()
1624 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotifications_CancelsNoClearFlag() local
1626 notif.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testCancelAllNotifications_CancelsNoClearFlag()
1627 mService.addNotification(notif); in testCancelAllNotifications_CancelsNoClearFlag()
1629 notif.getUserId(), 0, null); in testCancelAllNotifications_CancelsNoClearFlag()
1632 mBinderService.getActiveNotifications(notif.getSbn().getPackageName()); in testCancelAllNotifications_CancelsNoClearFlag()
1638 final NotificationRecord notif = generateNotificationRecord( in testUserInitiatedCancelAllOnClearAll_NoClearFlag() local
1640 notif.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testUserInitiatedCancelAllOnClearAll_NoClearFlag()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java1087 void updateBubble(NotificationEntry notif) { in updateBubble() argument
1088 updateBubble(notif, false /* suppressFlyout */, true /* showInShade */); in updateBubble()
1113 void updateBubble(NotificationEntry notif, boolean suppressFlyout, boolean showInShade) { in updateBubble() argument
1115 if (notif.getImportance() >= NotificationManager.IMPORTANCE_HIGH) { in updateBubble()
1116 notif.setInterruption(); in updateBubble()
1118 Bubble bubble = mBubbleData.getOrCreateBubble(notif, null /* persistedBubble */); in updateBubble()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java298 Notification notif = createNotification(isGroupSummary, groupKey); in createRow() local
299 return generateRow(notif, pkg, uid, userHandle, 0 /* inflationFlags */); in createRow()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java1289 final ArgumentCaptor<Notification> notif = ArgumentCaptor.forClass(Notification.class);
1291 notif.capture(), eq(UserHandle.ALL));
1293 final String text = notif.getValue().extras.getCharSequence(Notification.EXTRA_TEXT)
1315 final ArgumentCaptor<Notification> notif = ArgumentCaptor.forClass(Notification.class);
1317 notif.capture(), eq(UserHandle.ALL));
1319 final String text = notif.getValue().extras.getCharSequence(Notification.EXTRA_TEXT)
/frameworks/base/core/java/android/app/
DNotification.java9572 public WearableExtender(Notification notif) { in WearableExtender() argument
9573 Bundle wearableBundle = notif.extras.getBundle(EXTRA_WEARABLE_EXTENSIONS); in WearableExtender()
10298 public CarExtender(Notification notif) { in CarExtender() argument
10299 Bundle carBundle = notif.extras == null ? in CarExtender()
10300 null : notif.extras.getBundle(EXTRA_CAR_EXTENDER); in CarExtender()
10706 public TvExtender(Notification notif) { in TvExtender() argument
10707 Bundle bundle = notif.extras == null ? in TvExtender()
10708 null : notif.extras.getBundle(EXTRA_TV_EXTENDER); in TvExtender()
/frameworks/base/cmds/statsd/src/
Datoms.proto3956 optional int32 notification_id_hash = 5; // Small hash of the app-assigned notif ID + tag
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...