Home
last modified time | relevance | path

Searched defs:shouldServiceTimeOut (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl931 boolean shouldServiceTimeOut(in ComponentName className, in IBinder token); in shouldServiceTimeOut() method
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java13442 public boolean shouldServiceTimeOut(ComponentName className, IBinder token) { in shouldServiceTimeOut() method in ActivityManagerService