Home
last modified time | relevance | path

Searched defs:waitTimeoutMs (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car-lib/src/android/car/test/
DICarTest.aidl49 String dumpVhal(in List<String> options, long waitTimeoutMs) = 4; in dumpVhal()
DCarTestManager.java112 public String dumpVhal(List<String> options, long waitTimeoutMs) { in dumpVhal()
/packages/services/Car/service/src/com/android/car/
DCarTestService.java116 public String dumpVhal(List<String> options, long waitTimeoutMs) throws RemoteException { in dumpVhal()
220 public String getOutput(long waitTimeoutMs) throws IOException, InterruptedException { in getOutput()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/
DPendingRequestPoolUnitTest.java74 List<Long> waitForTimeoutRequestIds(int count, long waitTimeoutMs) throws Exception { in waitForTimeoutRequestIds()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java1598 public void waitForDeepSleepEntry(long waitTimeoutMs) throws InterruptedException { in waitForDeepSleepEntry()
/packages/services/Car/car-lib/src/android/car/
DCar.java2078 @Nullable Handler handler, long waitTimeoutMs, in createCar()