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 D | IStorage.aidl | 37 …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 D | IStorage.aidl | 22 …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 D | IStorage.aidl | 48 oneway void garbageCollect(in long timeoutSeconds, in IGarbageCollectCallback callback); in garbageCollect()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
H A D | BluetoothRequestPermissionActivity.java | 231 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 D | Storage.cpp | 31 Return<void> Storage::garbageCollect(uint64_t timeoutSeconds, in garbageCollect()
|
/aosp12/system/chre/java/test/utils/src/com/google/android/utils/chre/ |
H A D | SettingsUtil.java | 106 public void setLocationMode(boolean enable, long timeoutSeconds) { in setLocationMode()
|
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/e2eui/ |
H A D | ProvisioningResultListener.java | 82 public boolean await(long timeoutSeconds) throws InterruptedException { in await()
|
/aosp12/frameworks/base/services/core/java/com/android/server/storage/ |
H A D | StorageUserConnection.java | 364 long timeoutSeconds) throws Exception { in waitForAsync() 379 }).get(timeoutSeconds, TimeUnit.SECONDS); in waitForAsync() argument
|
/aosp12/hardware/interfaces/soundtrigger/2.0/vts/functional/ |
H A D | VtsHalSoundtriggerV2_0TargetTest.cpp | 70 bool wait(int timeoutSeconds) { in wait()
|
/aosp12/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/ |
H A D | ContextHubGeneralTestExecutor.java | 216 public void run(long timeoutSeconds) { in run()
|
/aosp12/hardware/interfaces/soundtrigger/2.1/vts/functional/ |
H A D | VtsHalSoundtriggerV2_1TargetTest.cpp | 81 bool wait(int timeoutSeconds) { in wait()
|
/aosp12/hardware/interfaces/gnss/1.0/vts/functional/ |
H A D | VtsHalGnssV1_0TargetTest.cpp | 124 inline std::cv_status wait(int timeoutSeconds) { in wait()
|
/aosp12/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
H A D | ShortcutManagerTestUtils.java | 792 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()
|