Home
last modified time | relevance | path

Searched defs:LONG_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java42 private static final int LONG_TIMEOUT = 2000; field in NotificationStressTest
/aosp12/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java59 protected static final long LONG_TIMEOUT = 2 * 60 * 1000; // 2 minutes field in ConnectivityManagerTestBase
/aosp12/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java60 public static final int LONG_TIMEOUT = 5 * 60 * 1000; // 5 minutes field in ConnectionUtil