Home
last modified time | relevance | path

Searched refs:forServiceStartWithEndTime (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/Internal/src/com/android/internal/os/
DTimeoutRecordTest.java117 TimeoutRecord record = TimeoutRecord.forServiceStartWithEndTime("Test ANR reason", 1000L); in forServiceStartWithEndTime_returnsCorrectTimeoutRecord()
/frameworks/base/core/java/com/android/internal/os/
DTimeoutRecord.java169 public static TimeoutRecord forServiceStartWithEndTime(@NonNull String reason, in forServiceStartWithEndTime() method in TimeoutRecord
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java7564 TimeoutRecord timeoutRecord = TimeoutRecord.forServiceStartWithEndTime(annotation, in serviceForegroundTimeout()