Searched refs:doBinderCallWithTimeoutCrash (Results 1 – 3 of 3) sorted by relevance
109 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()
99 Optional<OemCarAudioFocusResult> result = mHelper.doBinderCallWithTimeoutCrash(CALLER_TAG, in evaluateAudioFocusRequest()
381 public <T> Optional<T> doBinderCallWithTimeoutCrash(String callerTag, Callable<T> callable) { in doBinderCallWithTimeoutCrash() method in CarOemProxyServiceHelper