Home
last modified time | relevance | path

Searched refs:waitTimeoutMs (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarTestService.java121 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/
DCarTestManager.java105 public String dumpVhal(List<String> options, long waitTimeoutMs) { in dumpVhal() argument
107 return mService.dumpVhal(options, waitTimeoutMs); in dumpVhal()
DICarTest.aidl49 String dumpVhal(in List<String> options, long waitTimeoutMs) = 4; in dumpVhal() argument
/packages/services/Car/car-lib/src/android/car/
DCar.java1969 @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/
DPendingRequestPoolUnitTest.java75 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/
DShadowCar.java80 long waitTimeoutMs, in createCar() argument
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis.txt35 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/
DCarPowerManagementServiceUnitTest.java3446 public void waitForDeepSleepEntry(long waitTimeoutMs) throws InterruptedException { in waitForDeepSleepEntry() argument
3447 waitForSemaphore(mSleepWait, waitTimeoutMs); in waitForDeepSleepEntry()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1886 …method TIRAMISU_0 Car createCar(Context context, Handler handler, long waitTimeoutMs, CarServiceLi…