Home
last modified time | relevance | path

Searched refs:getPostTime (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DAppOpsCoordinator.java148 final boolean extendLife = currTime - entry.getSbn().getPostTime() < MIN_FGS_TIME_MS;
161 MIN_FGS_TIME_MS - (currTime - entry.getSbn().getPostTime()));
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSbnBuilder.java60 mPostTime = source.getPostTime(); in SbnBuilder()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java850 when(entry.getSbn().getPostTime()).thenReturn(postTime); in setPostTime()
874 when(sbn.getPostTime()).thenReturn(postTime); in createBubbleEntry()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java210 mCreationTimeMs = sbn.getPostTime(); in NotificationRecord()
966 if (n.when != 0 && n.when <= getSbn().getPostTime()) { in calculateRankingTimeMs()
974 return getSbn().getPostTime(); in calculateRankingTimeMs()
DNotificationUsageStats.java1145 writeEvent(r.getSbn().getPostTime(), EVENT_TYPE_POST, r); in SQLiteLog()
1336 outCv.put(COL_WHEN_MS, r.getSbn().getPostTime()); in putNotificationDetails()
DNotificationManagerService.java3811 sbn.getUser(), sbn.getOverrideGroupKey(), sbn.getPostTime());
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java366 public long getPostTime() { in getPostTime() method in StatusBarNotification
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java448 if (entry.getSbn().getPostTime() in groupNotifs()
449 > existingSummary.getSbn().getPostTime()) { in groupNotifs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java377 mLastUpdated = entry.getSbn().getPostTime(); in setEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java615 sbn.getPostTime()); in rebuildNotificationWithRemoteInput()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java802 eventHistory.addEvent(new Event(sbn.getPostTime(), Event.TYPE_NOTIFICATION_POSTED)); in onNotificationPosted()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java200 when(mStatusBarNotification.getPostTime()).thenReturn(System.currentTimeMillis()); in setUp()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27096 method public long getPostTime();
/frameworks/base/config/
Dboot-image-profile.txt17800 HSPLandroid/service/notification/StatusBarNotification;->getPostTime()J
/frameworks/base/api/
Dcurrent.txt43905 method public long getPostTime();