Home
last modified time | relevance | path

Searched defs:posted (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java368 List<StatusBarNotification> posted = new ArrayList<>(); in testDropToZeroRemoveGroup() local
395 List<StatusBarNotification> posted = new ArrayList<>(); in testAppStartsGrouping() local
424 List<StatusBarNotification> posted = new ArrayList<>(); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled() local
DNotificationManagerServiceTest.java1678 StatusBarNotification[] posted = mBinderService.getActiveNotifications(PKG); in testEnqueueNotificationWithTag_nullAction_fixed() local
1699 StatusBarNotification[] posted = mBinderService.getActiveNotifications(PKG); in testEnqueueNotificationWithTag_allNullActions_fixed() local
4302 NotificationRecord posted = mService.findNotificationLocked( in testNoFakeColorizedPermission() local
4329 NotificationRecord posted = mService.findNotificationLocked( in testMediaStyleRemote_hasPermission() local
4358 NotificationRecord posted = mService.findNotificationLocked( in testMediaStyleRemote_noPermission() local
4391 NotificationRecord posted = mService.findNotificationLocked( in testCustomMediaStyleRemote_noPermission() local
4421 NotificationRecord posted = mService.findNotificationLocked( in testSubstituteAppName_hasPermission() local
4448 NotificationRecord posted = mService.findNotificationLocked( in testSubstituteAppName_noPermission() local
/frameworks/av/media/bufferpool/1.0/
DBufferStatus.cpp119 std::list<BufferId> &pending, std::list<BufferId> &posted) { in postBufferRelease()
145 std::list<BufferId> &pending, std::list<BufferId> &posted) { in postBufferStatusMessage()
DBufferPoolClient.cpp422 bool posted = postReceiveResult(bufferId, transactionId, in receive() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt117 mPostedEntries.values.toList().forEach { posted -> in <lambda>() method
266 val posted = PostedEntry( in <lambda>() constant
296 .filter { posted -> !posted.entry.sbn.notification.isGroupSummary } in <lambda>() method
297 .sortedBy { posted -> -posted.entry.sbn.notification.`when` } in <lambda>() method
299 ?.let { posted -> in <lambda>() method
428 val posted = mPostedEntries.compute(entry.key) { _, value -> in <lambda>() constant
/frameworks/av/media/bufferpool/2.0/
DBufferStatus.cpp132 std::list<BufferId> &pending, std::list<BufferId> &posted) { in postBufferRelease()
181 std::list<BufferId> &pending, std::list<BufferId> &posted) { in postBufferStatusMessage()
DBufferPoolClient.cpp477 bool posted = postReceiveResult(bufferId, transactionId, in receive() local