Searched refs:waitTimeoutMs (Results 1 – 9 of 9) sorted by relevance
/packages/services/Car/service/src/com/android/car/ |
D | CarTestService.java | 121 public String dumpVhal(List<String> options, long waitTimeoutMs) throws RemoteException { in dumpVhal() argument 125 return pipe.getOutput(waitTimeoutMs); in dumpVhal() 225 public String getOutput(long waitTimeoutMs) throws IOException, InterruptedException { in getOutput() argument 230 mThread.join(waitTimeoutMs); in getOutput()
|
/packages/services/Car/car-lib/src/android/car/test/ |
D | CarTestManager.java | 105 public String dumpVhal(List<String> options, long waitTimeoutMs) { in dumpVhal() argument 107 return mService.dumpVhal(options, waitTimeoutMs); in dumpVhal()
|
D | ICarTest.aidl | 49 String dumpVhal(in List<String> options, long waitTimeoutMs) = 4; in dumpVhal() argument
|
/packages/services/Car/car-lib/src/android/car/ |
D | Car.java | 1969 @Nullable Handler handler, long waitTimeoutMs, in createCar() argument 1971 return new CarBuilder().createCar(context, handler, waitTimeoutMs, statusChangeListener); in createCar() 2075 @Nullable Handler handler, long waitTimeoutMs, in createCar() argument 2084 if (waitTimeoutMs > 0) { in createCar() 2085 maxRetryCount = waitTimeoutMs / CAR_SERVICE_BINDER_POLLING_INTERVAL_MS; in createCar() 2116 if (waitTimeoutMs < 0 && retryCount >= CAR_SERVICE_BINDER_POLLING_MAX_RETRY in createCar() 2122 } else if (waitTimeoutMs >= 0 && retryCount > maxRetryCount) { in createCar() 2123 if (waitTimeoutMs > 0) { in createCar() 2125 + 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() argument 77 long endTime = SystemClock.uptimeMillis() + waitTimeoutMs; in waitForTimeoutRequestIds()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
D | ShadowCar.java | 80 long waitTimeoutMs, in createCar() argument
|
/packages/services/Car/tests/carservice_unit_test/res/raw/ |
D | car_hidden_apis.txt | 35 android.car Car.CarBuilder Car createCar(Context context, Handler handler, long waitTimeoutMs, CarS… 674 android.car.test CarTestManager String dumpVhal(List<String> options, long waitTimeoutMs)
|
/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() argument 3447 waitForSemaphore(mSleepWait, waitTimeoutMs); in waitForDeepSleepEntry()
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 1886 …method TIRAMISU_0 Car createCar(Context context, Handler handler, long waitTimeoutMs, CarServiceLi…
|