Home
last modified time | relevance | path

Searched refs:crashDetected (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCrashTrackerTest.java36 crashTracker.crashDetected(); in testCrashingTooManyTimes()
37 crashTracker.crashDetected(); in testCrashingTooManyTimes()
39 crashTracker.crashDetected(); in testCrashingTooManyTimes()
43 crashTracker.crashDetected(); in testCrashingTooManyTimes()
45 crashTracker.crashDetected(); in testCrashingTooManyTimes()
/packages/services/Car/service/src/com/android/car/
DCarService.java200 mVhalCrashTracker.crashDetected(); in serviceDied()
246 void crashDetected() { in crashDetected() method in CarService.CrashTracker