Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppNotRespondingDialog.java93 if (data.aboveSystem) { in AppNotRespondingDialog()
200 final boolean aboveSystem; field in AppNotRespondingDialog.Data
207 Data(ProcessRecord proc, ApplicationInfo aInfo, boolean aboveSystem, in Data() argument
211 this.aboveSystem = aboveSystem; in Data()
H A DAnrHelper.java119 WindowProcessController parentProcess, boolean aboveSystem, in appNotResponding() argument
169 parentShortComponentName, parentProcess, aboveSystem, timeoutRecord, in appNotResponding()
281 WindowProcessController parentProcess, boolean aboveSystem, in AnrRecord() argument
291 mAboveSystem = aboveSystem; in AnrRecord()
H A DProcessErrorStateRecord.java291 boolean aboveSystem, TimeoutRecord timeoutRecord, in appNotResponding() argument
667 msg.obj = new AppNotRespondingDialog.Data(mApp, aInfo, aboveSystem, in appNotResponding()
H A DActivityManagerService.java18371 public long inputDispatchingTimedOut(int pid, boolean aboveSystem, in inputDispatchingTimedOut() argument
18373 return ActivityManagerService.this.inputDispatchingTimedOut(pid, aboveSystem, in inputDispatchingTimedOut()
18380 boolean aboveSystem, TimeoutRecord timeoutRecord) { in inputDispatchingTimedOut() argument
18383 (WindowProcessController) parentProc, aboveSystem, timeoutRecord); in inputDispatchingTimedOut()
19047 long inputDispatchingTimedOut(int pid, final boolean aboveSystem, TimeoutRecord timeoutRecord) {
19060 if (inputDispatchingTimedOut(proc, null, null, null, null, aboveSystem, timeoutRecord)) {
19073 WindowProcessController parentProcess, boolean aboveSystem,
19098 parentShortComponentName, parentProcess, aboveSystem, timeoutRecord,
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DAnrHelperTest.java125 final boolean aboveSystem = false; in testHandleAppNotResponding()
130 parentShortComponentName, parentProcess, aboveSystem, timeoutRecord, in testHandleAppNotResponding()
135 eq(parentProcess), eq(aboveSystem), eq(timeoutRecord), eq(mAuxExecutorService), in testHandleAppNotResponding()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAnrController.java173 final boolean aboveSystem; in notifyWindowUnresponsive()
190 aboveSystem = isWindowAboveSystem(windowState); in notifyWindowUnresponsive()
195 mService.mAmInternal.inputDispatchingTimedOut(pid, aboveSystem, timeoutRecord); in notifyWindowUnresponsive()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java653 public abstract long inputDispatchingTimedOut(int pid, boolean aboveSystem, in inputDispatchingTimedOut() argument
658 boolean aboveSystem, TimeoutRecord timeoutRecord); in inputDispatchingTimedOut() argument