Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java160 List<StatusBarNotification> posted = new ArrayList<>(); in testDropToZeroRemoveGroup() local
163 posted.add(sbn); in testDropToZeroRemoveGroup()
173 mGroupHelper.onNotificationRemoved(posted.remove(0)); in testDropToZeroRemoveGroup()
179 mGroupHelper.onNotificationRemoved(posted.remove(0)); in testDropToZeroRemoveGroup()
187 List<StatusBarNotification> posted = new ArrayList<>(); in testAppStartsGrouping() local
190 posted.add(sbn); in testAppStartsGrouping()
222 List<StatusBarNotification> posted = new ArrayList<>(); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled() local
225 posted.add(sbn); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled()
234 for (int i = posted.size() - 2; i >= 0; i--) { in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled()
235 mGroupHelper.onNotificationRemoved(posted.remove(i)); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled()
[all …]
DNotificationManagerServiceTest.java2592 NotificationRecord posted = mService.findNotificationLocked( in testNoFakeColorizedPermission() local
2595 assertFalse(posted.getNotification().isColorized()); in testNoFakeColorizedPermission()
/frameworks/av/media/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/bufferpool/2.0/
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()
DBufferStatus.h116 std::list<BufferId> &pending, std::list<BufferId> &posted);
140 std::list<BufferId> &pending, std::list<BufferId> &posted);
DBufferPoolClient.cpp471 bool posted = postReceiveResult(bufferId, transactionId, in receive() local
474 *buffer ? "ok" : "fail", posted); in receive()
482 if (!posted) { in receive()
/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/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt90 visible, but if the color buffer is subsequently posted to a native window
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto912 // PACKAGE: App that posted the notification.
914 // PACKAGE: App that posted the notification
916 // PACKAGE: App that posted the notification
918 // PACKAGE: App that posted the notification
920 // PACKAGE: App that posted the notification
927 // PACKAGE: App that posted the notification
2241 // that posted the notification. Note that this can also happen transiently during notification
2246 // Passes package name of app that posted the notification. May succeed or fail.
2250 // notification. Passes package name of app that posted the notification.
2254 // that posted the notification. Note that this can also happen transiently during notification
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1531 for (NotificationRecord posted : mNotificationList) { in getNotificationRecordCount()
1532 if (mNotificationsByKey.containsKey(posted.getKey())) { in getNotificationRecordCount()
1535 if (posted.sbn.isGroup() && posted.getNotification().isGroupSummary()) { in getNotificationRecordCount()
/frameworks/base/cmds/statsd/src/
Datoms.proto6613 // The notification id associated with the posted bubble.