Home
last modified time | relevance | path

Searched refs:posted (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt116 mPostedEntries.values.toList().forEach { posted -> in <lambda>() method
117 if (!posted.entry.sbn.isGroup) { in <lambda>()
118 handlePostedEntry(posted, hunMutator, "non-group") in <lambda>()
119 mPostedEntries.remove(posted.key) in <lambda>()
267 val posted = PostedEntry( in <lambda>() constant
278 posted, in <lambda>()
298 .filter { posted -> !posted.entry.sbn.notification.isGroupSummary } in <lambda>() method
299 .sortedBy { posted -> in <lambda>() method
300 -posted.entry.sbn.notification.getWhen() in <lambda>()
303 ?.let { posted -> in <lambda>() method
[all …]
DHeadsUpCoordinatorLogger.kt20 fun logPostedEntryWillEvaluate(posted: HeadsUpCoordinator.PostedEntry, reason: String) { in logPostedEntryWillEvaluate()
23 str1 = posted.key in logPostedEntryWillEvaluate()
25 bool1 = posted.shouldHeadsUpEver in logPostedEntryWillEvaluate()
26 bool2 = posted.shouldHeadsUpAgain in logPostedEntryWillEvaluate()
33 fun logPostedEntryWillNotEvaluate(posted: HeadsUpCoordinator.PostedEntry, reason: String) { in logPostedEntryWillNotEvaluate()
36 str1 = posted.key in logPostedEntryWillNotEvaluate()
/frameworks/base/core/proto/android/server/
Dnotificationhistory.proto32 // The package that posted the notification
37 // The name of the NotificationChannel this notification was posted to
42 // The id of the NotificationChannel this notification was posted to
47 // The uid of the package that posted the notification
49 // The user id that the notification was posted to
51 // The time at which the notification was posted
Dpeopleservice.proto50 // the notifications are posted before this conversation is customized by the user.
/frameworks/av/media/module/bufferpool/1.0/
DBufferStatus.cpp119 std::list<BufferId> &pending, std::list<BufferId> &posted) { in postBufferRelease() argument
137 posted.push_back(id); in postBufferRelease()
145 std::list<BufferId> &pending, std::list<BufferId> &posted) { in postBufferStatusMessage() argument
164 posted.push_back(id); in postBufferStatusMessage()
DBufferStatus.h109 std::list<BufferId> &pending, std::list<BufferId> &posted);
133 std::list<BufferId> &pending, std::list<BufferId> &posted);
DBufferPoolClient.cpp422 bool posted = postReceiveResult(bufferId, transactionId, in receive() local
425 *buffer ? "ok" : "fail", posted); in receive()
433 if (!posted) { in receive()
/frameworks/av/media/module/bufferpool/2.0/
DBufferStatus.h116 std::list<BufferId> &pending, std::list<BufferId> &posted);
140 std::list<BufferId> &pending, std::list<BufferId> &posted);
DBufferStatus.cpp132 std::list<BufferId> &pending, std::list<BufferId> &posted) { in postBufferRelease() argument
150 posted.push_back(id); in postBufferRelease()
181 std::list<BufferId> &pending, std::list<BufferId> &posted) { in postBufferStatusMessage() argument
200 posted.push_back(id); in postBufferStatusMessage()
DBufferPoolClient.cpp477 bool posted = postReceiveResult(bufferId, transactionId, in receive() local
480 *buffer ? "ok" : "fail", posted); in receive()
488 if (!posted) { in receive()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java727 List<StatusBarNotification> posted = new ArrayList<>(); in testDropToZeroRemoveGroup_disableFlag() local
730 posted.add(sbn); in testDropToZeroRemoveGroup_disableFlag()
741 mGroupHelper.onNotificationRemoved(posted.remove(0)); in testDropToZeroRemoveGroup_disableFlag()
747 mGroupHelper.onNotificationRemoved(posted.remove(0)); in testDropToZeroRemoveGroup_disableFlag()
756 List<StatusBarNotification> posted = new ArrayList<>(); in testDropToZeroRemoveGroup() local
759 posted.add(sbn); in testDropToZeroRemoveGroup()
770 mGroupHelper.onNotificationRemoved(posted.remove(0)); in testDropToZeroRemoveGroup()
776 mGroupHelper.onNotificationRemoved(posted.remove(0)); in testDropToZeroRemoveGroup()
785 List<StatusBarNotification> posted = new ArrayList<>(); in testAppStartsGrouping_disableFlag() local
788 posted.add(sbn); in testAppStartsGrouping_disableFlag()
[all …]
DNotificationManagerServiceTest.java2116 StatusBarNotification[] posted = mBinderService.getActiveNotifications(mPkg); in testEnqueueNotificationWithTag_nullAction_fixed() local
2117 assertThat(posted).hasLength(1); in testEnqueueNotificationWithTag_nullAction_fixed()
2118 assertThat(posted[0].getNotification().actions).hasLength(2); in testEnqueueNotificationWithTag_nullAction_fixed()
2119 assertThat(posted[0].getNotification().actions[0].title.toString()).isEqualTo("one"); in testEnqueueNotificationWithTag_nullAction_fixed()
2120 assertThat(posted[0].getNotification().actions[1].title.toString()).isEqualTo("three"); in testEnqueueNotificationWithTag_nullAction_fixed()
2137 StatusBarNotification[] posted = mBinderService.getActiveNotifications(mPkg); in testEnqueueNotificationWithTag_allNullActions_fixed() local
2138 assertThat(posted).hasLength(1); in testEnqueueNotificationWithTag_allNullActions_fixed()
2139 assertThat(posted[0].getNotification().actions).isNull(); in testEnqueueNotificationWithTag_allNullActions_fixed()
5418 NotificationRecord posted = mService.findNotificationLocked( in testNoNotificationDuringSetupPermission() local
5421 assertTrue(posted.getNotification().extras.containsKey(EXTRA_ALLOW_DURING_SETUP)); in testNoNotificationDuringSetupPermission()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
Dflags.aconfig142 description: "This flag does not allow notifications older than 2 weeks old to be posted"
DNotificationManagerService.java2302 for (NotificationRecord posted : mNotificationList) { in getNotificationRecordCount()
2303 if (mNotificationsByKey.containsKey(posted.getKey())) { in getNotificationRecordCount()
2306 if (posted.getSbn().isGroup() && posted.getNotification().isGroupSummary()) { in getNotificationRecordCount()
8641 boolean posted = false;
8643 posted = postNotification();
8647 if (!posted) {
8660 boolean posted = false;
8776 posted = true;
8838 return posted;
/frameworks/base/core/proto/android/service/
Dnotification.proto69 // The package the notification was posted for.
71 // The package that posted the notification. It might not be the same as package.
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Dthreading.md64 takes a runnable should either be registered with the right Executor/Handler or posted to
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt90 visible, but if the color buffer is subsequently posted to a native window
/frameworks/proto_logging/stats/enums/app/wearservices/
Dwearservices_enums.proto129 // Notification posted
562 // Notification flow representing flow when a notification is posted.
/frameworks/base/proto/src/
Dsystem_messages.proto396 // Note: this is a base ID, multiple notifications will be posted for each
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto918 // PACKAGE: App that posted the notification.
920 // PACKAGE: App that posted the notification
922 // PACKAGE: App that posted the notification
924 // PACKAGE: App that posted the notification
926 // PACKAGE: App that posted the notification
933 // PACKAGE: App that posted the notification
2247 // that posted the notification. Note that this can also happen transiently during notification
2252 // Passes package name of app that posted the notification. May succeed or fail.
2256 // notification. Passes package name of app that posted the notification.
2260 // that posted the notification. Note that this can also happen transiently during notification
[all …]
/frameworks/proto_logging/stats/
Datoms.proto6209 // State of the full screen intent posted with this notification.
6211 // This notification was not posted with a full screen intent.
6213 // This notification was posted with a full screen intent and the FSI permission is granted.
6215 // This notification was posted with a full screen intent but the FSI permission is denied.
11119 // The notification id associated with the posted bubble.
12415 * Logs when post switch response is posted to Car User Hal.