Searched defs:waitTimeoutMs (Results 1 – 7 of 7) sorted by relevance
/packages/services/Car/car-lib/src/android/car/test/ |
D | ICarTest.aidl | 49 String dumpVhal(in List<String> options, long waitTimeoutMs) = 4; in dumpVhal()
|
D | CarTestManager.java | 105 public String dumpVhal(List<String> options, long waitTimeoutMs) { in dumpVhal()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarTestService.java | 121 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/ |
D | ShadowCar.java | 80 long waitTimeoutMs, in createCar()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/ |
D | PendingRequestPoolUnitTest.java | 75 List<Long> waitForTimeoutRequestIds(int count, long waitTimeoutMs) throws Exception { in waitForTimeoutRequestIds()
|
/packages/services/Car/car-lib/src/android/car/ |
D | Car.java | 1969 @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/ |
D | CarPowerManagementServiceUnitTest.java | 3446 public void waitForDeepSleepEntry(long waitTimeoutMs) throws InterruptedException { in waitForDeepSleepEntry()
|