Home
last modified time | relevance | path

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

/aosp14/frameworks/base/proto/src/criticalevents/
H A Dcritical_event_log.proto109 // Name of the crashed process.
113 // PID of the crashed process.
117 // UID of the crashed process.
121 // Category of the crashed process (DATA_APP, SYSTEM_APP, etc).
127 // Name of the crashed process.
131 // PID of the crashed process.
135 // UID of the crashed process.
139 // Category of the crashed process (DATA_APP, SYSTEM_APP, etc).
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityServiceConnectionTest.java163 assertFalse(mConnection.getServiceInfo().crashed); in connectedServiceCrashedAndRestarted_crashReportedInServiceInfo()
165 assertTrue(mConnection.getServiceInfo().crashed); in connectedServiceCrashedAndRestarted_crashReportedInServiceInfo()
168 assertFalse(mConnection.getServiceInfo().crashed); in connectedServiceCrashedAndRestarted_crashReportedInServiceInfo()
182 assertTrue(mConnection.getServiceInfo().crashed); in binderDied_keysGetFlushed()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DEventLogTags.logtags42 # A process has crashed too many times, it is being cleared
46 # A service has crashed too many times, it is being stopped
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityServiceConnection.java216 mAccessibilityServiceInfo.crashed = false; in initializeService()
384 mAccessibilityServiceInfo.crashed = true; in binderDied()
H A DAccessibilityManagerService.java2100 accessibilityServiceInfo.crashed = true; in readInstalledAccessibilityServiceLocked()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/
H A DAccessibilityUtils.java68 return accessibilityServiceInfo.crashed; in hasServiceCrashed()
/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityServiceInfo.java524 public boolean crashed; field in AccessibilityServiceInfo
1246 parcel.writeInt(crashed ? 1 : 0); in writeToParcel()
1271 crashed = parcel.readInt() != 0; in initFromParcel()
/aosp14/frameworks/base/core/proto/android/os/
H A Dbatterystats.proto724 // Number of times the process has crashed.
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto1878 // Logs the action the user takes when an app crashed.
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt106 Landroid/accessibilityservice/AccessibilityServiceInfo;->crashed:Z