Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DTimeoutRecord.java101 private static TimeoutRecord endingApproximatelyNow(@TimeoutKind int kind, String reason) { in endingApproximatelyNow() method in TimeoutRecord
178 return TimeoutRecord.endingApproximatelyNow(TimeoutKind.CONTENT_PROVIDER, reason); in forContentProvider()
184 return TimeoutRecord.endingApproximatelyNow(TimeoutKind.APP_REGISTERED, reason); in forApp()