HomeSort by relevance Sort by last modified time
    Searched refs:postTime (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/service/notification/
StatusBarNotification.java 45 private final long postTime;
52 String overrideGroupKey, long postTime) {
64 this.postTime = postTime;
76 long postTime) {
88 this.postTime = postTime;
106 this.postTime = in.readLong();
176 out.writeLong(this.postTime);
211 no, this.user, this.overrideGroupKey, this.postTime);
    [all...]
  /frameworks/native/services/surfaceflinger/TimeStats/
TimeStats.h 46 nsecs_t postTime = 0;
71 void setPostTime(const std::string& layerName, uint64_t frameNumber, nsecs_t postTime);
TimeStats.cpp 187 msBetween(timeRecords[0].postTime, timeRecords[0].presentTime);
237 void TimeStats::setPostTime(const std::string& layerName, uint64_t frameNumber, nsecs_t postTime) {
241 ALOGV("[%s]-[%" PRIu64 "]-PostTime[%" PRId64 "]", layerName.c_str(), frameNumber, postTime);
258 // a default value as postTime.
261 .postTime = postTime,
262 .acquireTime = postTime,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 455 public long postTime;
472 postTime = mClock.currentTimeMillis() + mTouchAcceptanceDelay;
482 postTime = Math.max(postTime, currentTime);
487 long finishTime = postTime + mHeadsUpNotificationDecay;
521 return postTime < o.postTime ? 1
522 : postTime == o.postTime ? entry.key.compareTo(o.entry.key)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
HeadsUpManagerPhone.java 143 return entry != null && mClock.currentTimeMillis() < entry.postTime;
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationManagerServiceTest.java 310 private StatusBarNotification generateSbn(String pkg, int uid, long postTime, int userId) {
315 nb.build(), new UserHandle(userId), null, postTime);
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 134 milliseconds