Searched refs:crashed (Results 1 – 10 of 10) sorted by relevance
109 // 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).
163 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()
42 # A process has crashed too many times, it is being cleared46 # A service has crashed too many times, it is being stopped
216 mAccessibilityServiceInfo.crashed = false; in initializeService()384 mAccessibilityServiceInfo.crashed = true; in binderDied()
2100 accessibilityServiceInfo.crashed = true; in readInstalledAccessibilityServiceLocked()
68 return accessibilityServiceInfo.crashed; in hasServiceCrashed()
524 public boolean crashed; field in AccessibilityServiceInfo1246 parcel.writeInt(crashed ? 1 : 0); in writeToParcel()1271 crashed = parcel.readInt() != 0; in initFromParcel()
724 // Number of times the process has crashed.
1878 // Logs the action the user takes when an app crashed.
106 Landroid/accessibilityservice/AccessibilityServiceInfo;->crashed:Z