Searched refs:timeoutAfter (Results 1 – 2 of 2) sorted by relevance
98 final long timeoutAfter = currentTime + record.getNotification().getTimeoutAfter(); in scheduleTimeoutLocked() local103 if (currentEarliestTime == null || timeoutAfter < currentEarliestTime) { in scheduleTimeoutLocked()107 mKeys.add(Pair.create(timeoutAfter, record.getKey())); in scheduleTimeoutLocked()110 mKeys.add(Pair.create(timeoutAfter, record.getKey())); in scheduleTimeoutLocked()
73 private NotificationRecord getRecord(String tag, int timeoutAfter) { in getRecord() argument79 .setTimeoutAfter(timeoutAfter); in getRecord()