Home
last modified time | relevance | path

Searched defs:timeUnit (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
DAETriggerResult.java107 public boolean get(long timeout, TimeUnit timeUnit) throws InterruptedException, in get()
DAFTriggerResult.java104 public boolean get(long timeout, TimeUnit timeUnit) throws InterruptedException, in get()
/packages/apps/TV/src/com/android/tv/util/
DMainThreadExecutor.java76 public boolean awaitTermination(long l, TimeUnit timeUnit) throws InterruptedException { in awaitTermination()
DUtils.java681 public static long floorTime(long timeMs, long timeUnit) { in floorTime()
689 public static long ceilTime(long timeMs, long timeUnit) { in ceilTime()
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DUiThreadExecutor.java57 public boolean awaitTermination(long l, TimeUnit timeUnit) throws InterruptedException { in awaitTermination()
/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/util/
DNamedFuture.java68 public V get(long l, TimeUnit timeUnit) in get()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/util/concurrent/
DAndroidAsyncFutureTest.java63 TimeUnit timeUnit = TimeUnit.SECONDS; in testGetWithTimeout() local
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/sync/
DSyncTracker.java56 public void createSyncFuture(UUID workRequestID, long syncFutureTimeout, TimeUnit timeUnit) { in createSyncFuture()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/iso7816/
DResponseApdu.java163 public static ResponseApdu fromResponse(byte[] response, long time, TimeUnit timeUnit) { in fromResponse()
/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
DContactsExecutors.java180 private HandlerFuture(Handler handler, long delay, TimeUnit timeUnit, Callable<T> task) { in HandlerFuture()
/packages/modules/ConfigInfrastructure/service/javatests/src/com/android/server/deviceconfig/
DUnattendedRebootManagerTest.java617 public boolean await(long timeoutInMs, TimeUnit timeUnit) { in await()