Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/oem/
DCarOemProxyServiceHelperTest.java93 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/
DCarOemProxyServiceHelper.java203 public <T> T doBinderTimedCallWithTimeout(String callerTag, Callable<T> callable, in doBinderTimedCallWithTimeout() method in CarOemProxyServiceHelper
DCarOemProxyService.java332 writer.printf(mHelper.doBinderTimedCallWithTimeout(CALL_TAG, in dump()