Searched refs:getTimeoutAfter (Results 1 – 9 of 9) sorted by relevance
98 final long timeoutAfter = currentTime + record.getNotification().getTimeoutAfter(); in scheduleTimeoutLocked()99 if (record.getNotification().getTimeoutAfter() > 0) { in scheduleTimeoutLocked()
530 this.timeout_millis = p.r.getSbn().getNotification().getTimeoutAfter(); in NotificationReported()
604 pw.println(prefix + "timeout=" + Duration.ofMillis(notification.getTimeoutAfter())); in dumpNotification()
7754 if (notification.getTimeoutAfter() == 0) {9089 if (record.getNotification().getTimeoutAfter() > 0) {9093 SystemClock.elapsedRealtime() + record.getNotification().getTimeoutAfter(), pi);
190 assertThat(notification.getTimeoutAfter()).isEqualTo(30000L); in assertExpectedNotification()
14513 parcel.writeLong(notif.getTimeoutAfter());15643 assertThat(n.getTimeoutAfter()).isEqualTo(NOTIFICATION_TTL);15656 assertThat(n.getTimeoutAfter()).isEqualTo(20);
4068 public long getTimeoutAfter() { in getTimeoutAfter() method in Notification
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6399 method public long getTimeoutAfter();