Home
last modified time | relevance | path

Searched defs:waitTimeoutMs (Results 1 – 7 of 7) 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.java105 public String dumpVhal(List<String> options, long waitTimeoutMs) { in dumpVhal()
/packages/services/Car/service/src/com/android/car/
DCarTestService.java121 public String dumpVhal(List<String> options, long waitTimeoutMs) throws RemoteException { in dumpVhal()
225 public String getOutput(long waitTimeoutMs) throws IOException, InterruptedException { in getOutput()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowCar.java80 long waitTimeoutMs, in createCar()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/
DPendingRequestPoolUnitTest.java75 List<Long> waitForTimeoutRequestIds(int count, long waitTimeoutMs) throws Exception { in waitForTimeoutRequestIds()
/packages/services/Car/car-lib/src/android/car/
DCar.java1969 @Nullable Handler handler, long waitTimeoutMs, in createCar()
2075 @Nullable Handler handler, long waitTimeoutMs, in createCar()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java3446 public void waitForDeepSleepEntry(long waitTimeoutMs) throws InterruptedException { in waitForDeepSleepEntry()