Home
last modified time | relevance | path

Searched defs:timeoutSeconds (Results 1 – 13 of 13) sorted by relevance

/aosp12/hardware/interfaces/health/storage/aidl/aidl_api/android.hardware.health.storage/1/android/hardware/health/storage/
H A DIStorage.aidl37 …oneway void garbageCollect(in long timeoutSeconds, in android.hardware.health.storage.IGarbageColl… in garbageCollect()
/aosp12/hardware/interfaces/health/storage/aidl/aidl_api/android.hardware.health.storage/current/android/hardware/health/storage/
H A DIStorage.aidl22 …oneway void garbageCollect(in long timeoutSeconds, in android.hardware.health.storage.IGarbageColl… in garbageCollect()
/aosp12/hardware/interfaces/health/storage/aidl/android/hardware/health/storage/
H A DIStorage.aidl48 oneway void garbageCollect(in long timeoutSeconds, in IGarbageCollectCallback callback); in garbageCollect()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothRequestPermissionActivity.java231 private int setDiscoverable(int timeoutSeconds) { in setDiscoverable()
316 private AlertDialog createDiscoverableConfirmDialog(int timeoutSeconds) { in createDiscoverableConfirmDialog()
345 private AlertDialog createRequestEnableBluetoothDialogWithTimeout(int timeoutSeconds) { in createRequestEnableBluetoothDialogWithTimeout()
/aosp12/hardware/interfaces/health/storage/1.0/default/
H A DStorage.cpp31 Return<void> Storage::garbageCollect(uint64_t timeoutSeconds, in garbageCollect()
/aosp12/system/chre/java/test/utils/src/com/google/android/utils/chre/
H A DSettingsUtil.java106 public void setLocationMode(boolean enable, long timeoutSeconds) { in setLocationMode()
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/e2eui/
H A DProvisioningResultListener.java82 public boolean await(long timeoutSeconds) throws InterruptedException { in await()
/aosp12/frameworks/base/services/core/java/com/android/server/storage/
H A DStorageUserConnection.java364 long timeoutSeconds) throws Exception { in waitForAsync()
379 }).get(timeoutSeconds, TimeUnit.SECONDS); in waitForAsync() argument
/aosp12/hardware/interfaces/soundtrigger/2.0/vts/functional/
H A DVtsHalSoundtriggerV2_0TargetTest.cpp70 bool wait(int timeoutSeconds) { in wait()
/aosp12/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
H A DContextHubGeneralTestExecutor.java216 public void run(long timeoutSeconds) { in run()
/aosp12/hardware/interfaces/soundtrigger/2.1/vts/functional/
H A DVtsHalSoundtriggerV2_1TargetTest.cpp81 bool wait(int timeoutSeconds) { in wait()
/aosp12/hardware/interfaces/gnss/1.0/vts/functional/
H A DVtsHalGnssV1_0TargetTest.cpp124 inline std::cv_status wait(int timeoutSeconds) { in wait()
/aosp12/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java792 public static void waitUntil(String message, BooleanSupplier condition, int timeoutSeconds) { in waitUntil()
1230 public static void retryUntil(BooleanSupplier checker, String message, long timeoutSeconds) { in retryUntil()