/cts/libs/deviceutil/src/android/cts/util/ |
D | PollingCheck.java | 34 public PollingCheck(long timeout) { in PollingCheck() 45 long timeout = mTimeout; in run() local 63 public static void check(CharSequence message, long timeout, Callable<Boolean> condition) in check()
|
/cts/tests/tests/database/src/android/database/cts/ |
D | ContentObserverTest.java | 52 final long timeout = 1000L; in testContentObserver() local 96 final long timeout = 1000L; in testContentObserverWithUri() local 141 protected synchronized boolean hasChanged(long timeout) throws InterruptedException { in hasChanged() 186 protected synchronized boolean hasChanged(long timeout) throws InterruptedException { in hasChanged()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/os/ |
D | TimeoutResetActivity.java | 59 private static void setUserActivityTimeout(WindowManager.LayoutParams params, long timeout) { in setUserActivityTimeout() 101 long timeout = getIntent().getLongExtra(EXTRA_OLD_TIMEOUT, FALLBACK_TIMEOUT); in onCreate() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | LongPressBackTest.java | 70 long timeout = ViewConfiguration.get(mActivity).getDeviceGlobalActionKeyTimeout(); in testAppIsNotDismissed() local
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | ChromeClient.java | 40 public synchronized ConsoleMessage.MessageLevel getMessageLevel(int timeout) { in getMessageLevel()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | MockService.java | 88 public static boolean waitForStart(long timeout) { in waitForStart() 110 public static boolean waitForDestroy(long timeout) { in waitForDestroy()
|
D | IntentServiceStub.java | 52 public static void waitToFinish(long timeout) throws Throwable { in waitToFinish() 53 new PollingCheck(timeout) { in waitToFinish() argument
|
D | PendingIntentStubActivity.java | 50 public static boolean waitForCreate(long timeout) { in waitForCreate()
|
D | MockReceiver.java | 57 public static boolean waitForReceive(long timeout) { in waitForReceive()
|
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/ |
D | TestListParser.java | 55 int timeout = -1; in parse() local 102 private void handleTest(TestCase testCase, String test, int timeout) { in handleTest()
|
D | Test.java | 23 public Test(String name, int timeout) { in Test()
|
D | TestCase.java | 37 public void addTest(String testName, int timeout) { in addTest()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ViewFlipperTest.java | 134 private void waitForViewFlipping(int timeout) { in waitForViewFlipping()
|
/cts/tests/app/src/android/app/cts/ |
D | Instrumentation_ActivityMonitorTest.java | 50 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in testActivityMonitor() local
|
/cts/tests/tests/net/src/android/net/wifi/cts/ |
D | WifiManagerTest.java | 169 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in setWifiEnabled() local 182 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in startScan() local 192 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in connectWifi() local 465 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in getTxPacketCount() local
|
D | ConcurrencyTest.java | 111 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in waitForBroadcasts() local
|
D | WifiInfoTest.java | 106 long timeout = System.currentTimeMillis() + TIMEOUT_MSEC; in setWifiEnabled() local
|
D | ScanResultTest.java | 123 private void waitForBroadcast(long timeout, int expectedState) throws Exception { in waitForBroadcast()
|
/cts/tools/cts-java-scanner-doclet/src/com/android/cts/javascannerdoclet/ |
D | CtsJavaScannerDoclet.java | 92 int timeout = -1; in start() local
|
/cts/tests/tests/content/src/android/content/cts/ |
D | BroadcastReceiverTest.java | 115 public synchronized void waitForReceiver(long timeout) in waitForReceiver() 123 public synchronized boolean waitForReceiverNoException(long timeout) in waitForReceiverNoException() 322 public synchronized boolean waitForService(long timeout) { in waitForService()
|
D | AsyncQueryHandlerTest.java | 389 public synchronized boolean hadInserted(long timeout) throws InterruptedException { in hadInserted() 399 public synchronized boolean hadUpdated(long timeout) throws InterruptedException { in hadUpdated() 407 public synchronized boolean hadDeleted(long timeout) throws InterruptedException { in hadDeleted() 415 public synchronized boolean hadQueried(long timeout) throws InterruptedException { in hadQueried()
|
/cts/hostsidetests/theme/ |
D | android_device.py | 43 def waitForBootComplete(self, timeout = 240): argument
|
/cts/tests/tests/location2/src/android/location2/cts/ |
D | LocationManagerTest.java | 418 public boolean hasCalledLocationRequested(long timeout) throws InterruptedException { in hasCalledLocationRequested() 432 public boolean hasCalledOnLocationChanged(long timeout) { in hasCalledOnLocationChanged() 453 public boolean hasCalledOnStatusChanged(long timeout) throws InterruptedException { in hasCalledOnStatusChanged()
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/ |
D | ParallelSensorOperation.java | 59 public ParallelSensorOperation(long timeout, TimeUnit timeUnit) { in ParallelSensorOperation()
|
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/ |
D | GLPrimitiveBenchmark.java | 122 int numIterations, int timeout, String streamName) throws Exception { in runBenchmark()
|