Searched defs:timeoutRecord (Results 1 – 12 of 12) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AnrController.java | 69 TimeoutRecord timeoutRecord) { in notifyAppUnresponsive() 144 @NonNull TimeoutRecord timeoutRecord) { in notifyWindowUnresponsive() 155 notifyWindowUnresponsive(pid.getAsInt(), timeoutRecord); in notifyWindowUnresponsive() local 168 TimeoutRecord timeoutRecord) { in notifyWindowUnresponsive() 204 private void notifyWindowUnresponsive(int pid, TimeoutRecord timeoutRecord) { in notifyWindowUnresponsive()
|
H A D | InputManagerCallback.java | 99 TimeoutRecord timeoutRecord = TimeoutRecord.forInputDispatchNoFocusedWindow( in notifyNoFocusedWindowAnr() local 107 TimeoutRecord timeoutRecord = TimeoutRecord.forInputDispatchWindowUnresponsive( in notifyWindowUnresponsive() local
|
H A D | ActivityRecord.java | 7034 public boolean inputDispatchingTimedOut(TimeoutRecord timeoutRecord, int windowPid) { in inputDispatchingTimedOut()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
H A D | AnrHelperTest.java | 127 final TimeoutRecord timeoutRecord = TimeoutRecord.forInputDispatchWindowUnresponsive( in testHandleAppNotResponding() local 151 final TimeoutRecord timeoutRecord = TimeoutRecord.forInputDispatchWindowUnresponsive( in testSkipDuplicatedAnr() local
|
H A D | ProcessRecordTests.java | 202 TimeoutRecord timeoutRecord = TimeoutRecord.forInputDispatchNoFocusedWindow(annotation); in appNotResponding() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AnrHelper.java | 111 void appNotResponding(ProcessRecord anrProcess, TimeoutRecord timeoutRecord) { in appNotResponding() 120 TimeoutRecord timeoutRecord, boolean isContinuousAnr) { in appNotResponding() 282 TimeoutRecord timeoutRecord, boolean isContinuousAnr, in AnrRecord()
|
H A D | ProcessErrorStateRecord.java | 291 boolean aboveSystem, TimeoutRecord timeoutRecord, in appNotResponding()
|
H A D | BroadcastQueueImpl.java | 1714 TimeoutRecord timeoutRecord = TimeoutRecord.forBroadcastReceiver(r.intent, in broadcastTimeoutLocked() local
|
H A D | ContentProviderHelper.java | 977 TimeoutRecord timeoutRecord = TimeoutRecord.forContentProvider( in appNotRespondingViaProvider() local
|
H A D | ActiveServices.java | 6794 TimeoutRecord timeoutRecord = null; in serviceTimeout() local 6860 TimeoutRecord timeoutRecord = TimeoutRecord.forServiceStartWithEndTime(annotation, in serviceForegroundTimeout() local 6899 void serviceForegroundTimeoutANR(ProcessRecord app, TimeoutRecord timeoutRecord) { in serviceForegroundTimeoutANR()
|
H A D | ActivityManagerService.java | 6777 TimeoutRecord timeoutRecord = TimeoutRecord.forApp("App requested: " + reason); in appNotResponding() local 6793 void appNotResponding(@NonNull ProcessRecord anrProcess, @NonNull TimeoutRecord timeoutRecord) { in appNotResponding() 6798 @NonNull TimeoutRecord timeoutRecord) { in appNotResponding() 18372 TimeoutRecord timeoutRecord) { in inputDispatchingTimedOut() 18380 boolean aboveSystem, TimeoutRecord timeoutRecord) { in inputDispatchingTimedOut() 18492 @NonNull TimeoutRecord timeoutRecord) { in appNotResponding()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityManagerInternal.java | 654 TimeoutRecord timeoutRecord); in inputDispatchingTimedOut() 658 boolean aboveSystem, TimeoutRecord timeoutRecord); in inputDispatchingTimedOut() 689 @NonNull TimeoutRecord timeoutRecord); in appNotResponding()
|