Home
last modified time | relevance | path

Searched refs:LONG_TIMEOUT_MS (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/network/
DWallpaperRequester.java47 public static final int LONG_TIMEOUT_MS = 10000; field in WallpaperRequester
73 .apply(RequestOptions.option(HttpGlideUrlLoader.TIMEOUT, LONG_TIMEOUT_MS)) in loadImageFile()
89 .apply(RequestOptions.option(HttpGlideUrlLoader.TIMEOUT, LONG_TIMEOUT_MS)) in loadImageFileWithActivity()
100 .apply(RequestOptions.option(HttpGlideUrlLoader.TIMEOUT, LONG_TIMEOUT_MS)) in loadImageBitmap()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/
DCSDestroyedNetworkTests.kt31 private const val LONG_TIMEOUT_MS = 5_000 constant
57 firstAgent.unregisterAfterReplacement(LONG_TIMEOUT_MS) in testDestroyNetworkNotKeptWhenUnvalidated()
DCSIngressDiscardRuleTests.kt50 private const val LONG_TIMEOUT_MS = 5_000 constant
282 wifiAgent.unregisterAfterReplacement(LONG_TIMEOUT_MS) in testVpnIngressDiscardRule_UnregisterAfterReplacement()
294 vpnAgent.unregisterAfterReplacement(LONG_TIMEOUT_MS) in testVpnIngressDiscardRule_UnregisterAfterReplacement()
DCSLocalAgentTests.kt63 private const val LONG_TIMEOUT_MS = 5_000 constant
514 wifiAgent.unregisterAfterReplacement(LONG_TIMEOUT_MS) in keepScore()
628 localAgent.unregisterAfterReplacement(LONG_TIMEOUT_MS) in keepScore()
652 wifiAgent.unregisterAfterReplacement(LONG_TIMEOUT_MS) in keepScore()
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/ipmemorystore/
DIpMemoryStoreServiceTest.java95 private static final int LONG_TIMEOUT_MS = 30000; field in IpMemoryStoreServiceTest
755 })), LONG_TIMEOUT_MS);
785 })), LONG_TIMEOUT_MS);
808 }), im), LONG_TIMEOUT_MS);
830 }), im), LONG_TIMEOUT_MS);
850 if (!latch.block(LONG_TIMEOUT_MS)) {
959 })), LONG_TIMEOUT_MS);
971 })), LONG_TIMEOUT_MS);