Searched refs:crashed (Results 1 – 12 of 12) sorted by relevance
160 assertFalse(mConnection.getServiceInfo().crashed); in connectedServiceCrashedAndRestarted_crashReportedInServiceInfo()162 assertTrue(mConnection.getServiceInfo().crashed); in connectedServiceCrashedAndRestarted_crashReportedInServiceInfo()165 assertFalse(mConnection.getServiceInfo().crashed); in connectedServiceCrashedAndRestarted_crashReportedInServiceInfo()179 assertTrue(mConnection.getServiceInfo().crashed); in binderDied_keysGetFlushed()
42 # A process has crashed too many times, it is being cleared46 # A service has crashed too many times, it is being stopped
196 mAccessibilityServiceInfo.crashed = false; in initializeService()309 mAccessibilityServiceInfo.crashed = true; in binderDied()
1355 accessibilityServiceInfo.crashed = true; in readInstalledAccessibilityServiceLocked()
50 // When a biometric HAL has crashed.
68 return accessibilityServiceInfo.crashed; in hasServiceCrashed()
484 public boolean crashed; field in AccessibilityServiceInfo1027 parcel.writeInt(crashed ? 1 : 0); in writeToParcel()1048 crashed = parcel.readInt() != 0; in initFromParcel()
58 * Application process died because it's crashed due to a native code crash.
246 // Total number of times WiFi HAL crashed.249 // Total number of times WiFicond crashed.391 // Total number of times supplicant crashed.394 // Total number of times hostapd crashed.
724 // Number of times the process has crashed.
1878 // Logs the action the user takes when an app crashed.
904 * Logs that a process started, finished, crashed, or ANRed.