Searched refs:LONG_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/network/ |
D | WallpaperRequester.java | 40 public static final int LONG_TIMEOUT_MS = 10000; field in WallpaperRequester 65 .apply(RequestOptions.option(HttpGlideUrlLoader.TIMEOUT, LONG_TIMEOUT_MS)) in loadImageFile() 81 .apply(RequestOptions.option(HttpGlideUrlLoader.TIMEOUT, LONG_TIMEOUT_MS)) in loadImageFileWithActivity() 92 .apply(RequestOptions.option(HttpGlideUrlLoader.TIMEOUT, LONG_TIMEOUT_MS)) in loadImageBitmap()
|
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ipmemorystore/ |
D | IpMemoryStoreServiceTest.java | 94 private static final int LONG_TIMEOUT_MS = 30000; field in IpMemoryStoreServiceTest 754 })), LONG_TIMEOUT_MS); 784 })), LONG_TIMEOUT_MS); 807 }), im), LONG_TIMEOUT_MS); 828 }), im), LONG_TIMEOUT_MS); 848 if (!latch.block(LONG_TIMEOUT_MS)) {
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/ |
D | RaceConditionReproducer.java | 74 private static final long LONG_TIMEOUT_MS = 60000; field in RaceConditionReproducer 377 waitObject.tryAcquire(LONG_TIMEOUT_MS, TimeUnit.MILLISECONDS)); in waitUntilCanRegister()
|