Home
last modified time | relevance | path

Searched refs:crashCarService (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/oem/
DCarOemProxyServiceHelper.java286 crashCarService("TimeoutException"); in doBinderCallWithDefaultValueAndDelayedWaitAndCrash()
357 crashCarService("Max Circular call for " + callerTag); in startTracking()
364 crashCarService("Max Circular calls overall"); in startTracking()
393 crashCarService("TimeoutException"); in doBinderCallWithTimeoutCrash()
445 public void crashCarService(String reason) { in crashCarService() method in CarOemProxyServiceHelper
DCarOemProxyService.java143 mHelper.crashCarService("Service Disconnected");
557 mHelper.crashCarService("OEM Service not connected"); in waitForOemServiceConnectedLocked()
584 mHelper.crashCarService("OEM Service not ready"); in waitForOemServiceReady()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/oem/
DCarOemProxyServiceTest.java163 verify(mCarOemProxyServiceHelper, times(2)).crashCarService(mReasonCapture.capture()); in testCarServiceCrash_oemNotConnected()
180 verify(mCarOemProxyServiceHelper).crashCarService("OEM Service not ready"); in testCarServiceCrash_oemNotReady()
DCarOemProxyServiceHelperTest.java163 () -> mCarOemProxyServiceHelper.crashCarService("")); in testCrashCarService()