Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessErrorStateRecord.java649 if (isSilentAnr() && !mApp.isDebugging()) { in appNotResponding()
H A DProcessRecord.java975 boolean isDebugging() { in isDebugging() method in ProcessRecord
H A DBroadcastQueueImpl.java1693 final boolean debugging = (r.curApp != null && r.curApp.isDebugging()); in broadcastTimeoutLocked()
H A DBroadcastQueueModernImpl.java1294 if (app != null && !app.isDebugging()) { in finishReceiverActiveLocked()
H A DActiveServices.java6796 if (proc.isDebugging()) { in serviceTimeout()
6871 if (app != null && app.isDebugging()) { in serviceForegroundTimeout()
H A DActivityManagerService.java19085 if (proc.isDebugging()) {
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowProcessController.java552 boolean isDebugging() { in isDebugging() method in WindowProcessController