Searched refs:doBinderTimedCallWithTimeout (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/oem/ |
D | CarOemProxyServiceHelperTest.java | 93 mCarOemProxyServiceHelper.doBinderTimedCallWithTimeout(CALLER_TAG, () -> { in testDoBinderTimedCall_timeoutException() 102 assertThat(mCarOemProxyServiceHelper.doBinderTimedCallWithTimeout(CALLER_TAG, () -> 42, in testDoBinderTimedCall_returnCalculatedValue() 186 mCarOemProxyServiceHelper.doBinderTimedCallWithTimeout(CALLER_TAG, callable, in testCircularCallSingleCaller() 198 mCarOemProxyServiceHelper.doBinderTimedCallWithTimeout(CALLER_TAG, callable, in testCircularCallSingleCaller() 229 mCarOemProxyServiceHelper.doBinderTimedCallWithTimeout(CALLER_TAG + callerTagId, in testCircularCallMultipleCaller() 241 mCarOemProxyServiceHelper.doBinderTimedCallWithTimeout(CALLER_TAG, callable, in testCircularCallMultipleCaller()
|
/packages/services/Car/service/src/com/android/car/oem/ |
D | CarOemProxyServiceHelper.java | 203 public <T> T doBinderTimedCallWithTimeout(String callerTag, Callable<T> callable, in doBinderTimedCallWithTimeout() method in CarOemProxyServiceHelper
|
D | CarOemProxyService.java | 332 writer.printf(mHelper.doBinderTimedCallWithTimeout(CALL_TAG, in dump()
|