Searched refs:crashCarService (Results 1 – 4 of 4) sorted by relevance
286 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
143 mHelper.crashCarService("Service Disconnected");557 mHelper.crashCarService("OEM Service not connected"); in waitForOemServiceConnectedLocked()584 mHelper.crashCarService("OEM Service not ready"); in waitForOemServiceReady()
163 verify(mCarOemProxyServiceHelper, times(2)).crashCarService(mReasonCapture.capture()); in testCarServiceCrash_oemNotConnected()180 verify(mCarOemProxyServiceHelper).crashCarService("OEM Service not ready"); in testCarServiceCrash_oemNotReady()
163 () -> mCarOemProxyServiceHelper.crashCarService("")); in testCrashCarService()