Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityServiceConnectionTest.java132 assertFalse(mConnection.getServiceInfo().crashed); in connectedServiceCrashedAndRestarted_crashReportedInServiceInfo()
134 assertTrue(mConnection.getServiceInfo().crashed); in connectedServiceCrashedAndRestarted_crashReportedInServiceInfo()
137 assertFalse(mConnection.getServiceInfo().crashed); in connectedServiceCrashedAndRestarted_crashReportedInServiceInfo()
152 assertTrue(mConnection.getServiceInfo().crashed); in binderDied_keysGetFlushed()
/frameworks/base/core/proto/android/hardware/biometrics/
Denums.proto50 // When a biometric HAL has crashed.
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityServiceInfo.java436 public boolean crashed; field in AccessibilityServiceInfo
861 parcel.writeInt(crashed ? 1 : 0); in writeToParcel()
880 crashed = parcel.readInt() != 0; in initFromParcel()
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags69 # A process has crashed too many times, it is being cleared
73 # A service has crashed too many times, it is being stopped
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/
DAccessibilityUtils.java58 return accessibilityServiceInfo.crashed; in hasServiceCrashed()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityServiceConnection.java171 mAccessibilityServiceInfo.crashed = mWasConnectedAndDied; in getServiceInfo()
/frameworks/base/proto/src/
Dwifi.proto245 // Total number of times WiFi HAL crashed.
248 // Total number of times WiFicond crashed.
389 // Total number of times supplicant crashed.
392 // Total number of times hostapd crashed.
/frameworks/base/core/proto/android/os/
Dbatterystats.proto724 // Number of times the process has crashed.
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto1878 // Logs the action the user takes when an app crashed.
/frameworks/base/cmds/statsd/src/
Datoms.proto606 * Logs that a process started, finished, crashed, or ANRed.
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt112 Landroid/accessibilityservice/AccessibilityServiceInfo;->crashed:Z