Home
last modified time | relevance | path

Searched refs:doBinderCallWithTimeoutCrash (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/oem/
DCarOemProxyServiceHelperTest.java109 mCarOemProxyServiceHelper.doBinderCallWithTimeoutCrash(CALLER_TAG, () -> 42).get()) in testDoBinderCallTimeoutCrash_returnCalculatedValue()
121 carOemProxyServiceHelper.doBinderCallWithTimeoutCrash(CALLER_TAG, () -> { in testDoBinderCallTimeoutCrash_withCrash()
130 assertThat(mCarOemProxyServiceHelper.doBinderCallWithTimeoutCrash(CALLER_TAG, () -> { in testDoBinderCallTimeoutCrash_withExecutionException()
/packages/services/Car/service/src/com/android/car/oem/
DCarOemAudioFocusProxyService.java99 Optional<OemCarAudioFocusResult> result = mHelper.doBinderCallWithTimeoutCrash(CALLER_TAG, in evaluateAudioFocusRequest()
DCarOemProxyServiceHelper.java381 public <T> Optional<T> doBinderCallWithTimeoutCrash(String callerTag, Callable<T> callable) { in doBinderCallWithTimeoutCrash() method in CarOemProxyServiceHelper