Searched refs:crashed (Results 1 – 11 of 11) sorted by relevance
132 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()
50 // When a biometric HAL has crashed.
436 public boolean crashed; field in AccessibilityServiceInfo861 parcel.writeInt(crashed ? 1 : 0); in writeToParcel()880 crashed = parcel.readInt() != 0; in initFromParcel()
69 # A process has crashed too many times, it is being cleared73 # A service has crashed too many times, it is being stopped
58 return accessibilityServiceInfo.crashed; in hasServiceCrashed()
171 mAccessibilityServiceInfo.crashed = mWasConnectedAndDied; in getServiceInfo()
245 // 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.
724 // Number of times the process has crashed.
1878 // Logs the action the user takes when an app crashed.
606 * Logs that a process started, finished, crashed, or ANRed.
112 Landroid/accessibilityservice/AccessibilityServiceInfo;->crashed:Z