HomeSort by relevance Sort by last modified time
    Searched refs:InterruptedException (Results 276 - 300 of 1410) sorted by null

<<11121314151617181920>>

  /cts/tests/framework/base/windowmanager/src/android/server/wm/
WindowFocusTests.java 144 public void testKeyReceiving() throws InterruptedException {
192 public void testMovingDisplayToTopByKeyEvent() throws InterruptedException {
217 public void testDelayLosingFocus() throws InterruptedException {
234 public void testPointerCapture() throws InterruptedException {
268 public void testDisplayChanged() throws InterruptedException {
294 public void testTapFocusableWindow() throws InterruptedException {
319 public void testTapNonFocusableWindow() throws InterruptedException {
379 void waitAndAssertDisplayId(int displayId) throws InterruptedException {
397 void waitAndAssertPointerCaptureState(boolean hasCapture) throws InterruptedException {
447 throws InterruptedException {
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
AsyncQueryHandlerTest.java 106 public void testStartInsert() throws InterruptedException {
143 public void testStartQuery() throws InterruptedException {
179 public void testStartUpdate() throws InterruptedException {
224 public void testStartDelete() throws InterruptedException {
389 public synchronized boolean hadInserted(long timeout) throws InterruptedException {
399 public synchronized boolean hadUpdated(long timeout) throws InterruptedException {
407 public synchronized boolean hadDeleted(long timeout) throws InterruptedException {
415 public synchronized boolean hadQueried(long timeout) throws InterruptedException {
446 private MockAsyncQueryHandler createAsyncQueryHandlerSync() throws InterruptedException {
505 public synchronized void waitForComplete() throws InterruptedException {
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaSession2ServiceTest.java 118 public void testOnGetSessionIsCalled() throws InterruptedException {
151 public void testOnGetSession_returnsSession() throws InterruptedException {
204 public void testOnGetSession_returnsDifferentSessions() throws InterruptedException {
234 public void testOnGetSession_rejectsConnection() throws InterruptedException {
257 public void testAllControllersDisconnected_oneSession() throws InterruptedException {
285 public void testAllControllersDisconnected_multipleSessions() throws InterruptedException {
312 public void testGetSessions() throws InterruptedException {
331 public void testAddSessions_removedWhenClose() throws InterruptedException {
350 public void testOnUpdateNotification() throws InterruptedException {
410 throws InterruptedException {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
BaseGnssTestActivity.java 196 * {@link InterruptedException} propagate.
208 * - let {@link InterruptedException} propagate
222 protected abstract GnssTestDetails executeTests() throws InterruptedException;
246 protected void waitForUser(int waitMessageResId) throws InterruptedException {
260 protected void waitForUserToBegin() throws InterruptedException {
268 public void waitForUserToContinue() throws InterruptedException {
276 public int executeActivity(String action) throws InterruptedException {
284 public int executeActivity(Intent intent) throws InterruptedException {
293 protected void playSound() throws InterruptedException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
CallbackUtils.java 79 public Pair<Integer, WifiAwareSession> waitForAttach() throws InterruptedException {
112 public byte[] waitForMac() throws InterruptedException {
150 throws InterruptedException {
225 throws InterruptedException {
265 public CallbackData waitForCallbacks(int callbackMask) throws InterruptedException {
281 throws InterruptedException {
381 throws InterruptedException {
  /cts/tests/app/src/android/app/cts/
PendingIntentTest.java 130 } catch (InterruptedException e) {
138 public void testGetActivity() throws InterruptedException, CanceledException {
180 public void testGetBroadcast() throws InterruptedException, CanceledException {
225 public boolean waitForReceipt() throws InterruptedException {
230 public void testUpdateCurrent() throws InterruptedException, CanceledException {
278 public void testGetService() throws InterruptedException, CanceledException {
302 public void testStartServiceOnFinishedHandler() throws InterruptedException, CanceledException {
360 public void testSend() throws InterruptedException, CanceledException {
380 public void testSendWithParamInt() throws InterruptedException, CanceledException {
410 public void testSendWithParamContextIntIntent() throws InterruptedException, CanceledException
    [all...]
  /art/test/168-vmstack-annotated/src/
Main.java 47 } catch (InterruptedException e) {
58 } catch (InterruptedException | BrokenBarrierException e) {
67 } catch (InterruptedException | BrokenBarrierException e) {
80 } catch (InterruptedException | BrokenBarrierException e) {
179 private static void waitNotRunnable(Thread t) throws InterruptedException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
StepSensorPermissionTestActivity.java 89 } catch (InterruptedException e) {
106 } catch (InterruptedException e) {
117 private void runTest(boolean permissionGranted) throws InterruptedException {
134 private void requestChangePermission(boolean enable) throws InterruptedException {
163 throws InterruptedException {
  /cts/tests/tests/net/src/android/net/wifi/rtt/cts/
TestBase.java 132 boolean waitForStateChange() throws InterruptedException {
147 boolean waitForStateChange() throws InterruptedException {
175 boolean waitForCallback() throws InterruptedException {
198 protected List<ScanResult> scanAps() throws InterruptedException {
219 throws InterruptedException {
  /cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
MbmsGroupCallTestBase.java 100 } catch (InterruptedException e) {
108 } catch (InterruptedException e) {
116 } catch (InterruptedException e) {
124 } catch (InterruptedException e) {
169 private void getControlBinder() throws InterruptedException {
MbmsStreamingServiceTest.java 88 } catch (InterruptedException e) {
96 } catch (InterruptedException e) {
104 } catch (InterruptedException e) {
113 } catch (InterruptedException e) {
121 } catch (InterruptedException e) {
  /external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
TrafficControlProxy.java 152 } catch (InterruptedException e) {
175 } catch (InterruptedException e) {
200 void writeOut() throws InterruptedException, IOException {
210 void readIn() throws InterruptedException, IOException {
222 synchronized int getNextChunk() throws InterruptedException {
  /external/jline/src/src/main/java/jline/
UnixTerminal.java 69 public void initializeTerminal() throws IOException, InterruptedException {
234 throws IOException, InterruptedException {
267 throws IOException, InterruptedException {
276 throws IOException, InterruptedException {
289 throws IOException, InterruptedException {
  /external/volley/src/main/java/com/android/volley/
CacheDispatcher.java 98 } catch (InterruptedException e) {
115 private void processRequest() throws InterruptedException {
123 void processRequest(final Request<?> request) throws InterruptedException {
185 } catch (InterruptedException e) {
263 } catch (InterruptedException iex) {
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 280 public void testLocationUpdatesWithLocationListener() throws InterruptedException {
310 * @throws InterruptedException
313 throws InterruptedException {
354 * @throws InterruptedException
356 public void testReplaceRealProvidersWithMocks() throws InterruptedException {
371 public void testLocationUpdatesWithLocationListenerAndLooper() throws InterruptedException {
421 public void testLocationUpdatesWithPendingIntent() throws InterruptedException {
470 public void testSingleUpdateWithLocationListenerAndLooper() throws InterruptedException {
533 public void testLocationUpdatesWithCriteriaAndPendingIntent() throws InterruptedException {
589 public void testSingleUpdateWithCriteriaAndPendingIntent() throws InterruptedException {
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
DnsResolverTest.java 210 public boolean waitForAnswer(int timeout) throws InterruptedException {
214 public boolean waitForAnswer() throws InterruptedException {
218 public boolean needRetry() throws InterruptedException {
312 public void doTestRawQuery(Executor executor) throws InterruptedException {
325 public void doTestRawQueryBlob(Executor executor) throws InterruptedException {
351 public void doTestRawQueryRoot(Executor executor) throws InterruptedException {
366 public void doTestRawQueryNXDomain(Executor executor) throws InterruptedException {
380 public void testRawQueryCancel() throws InterruptedException {
409 public void testRawQueryBlobCancel() throws InterruptedException {
437 public void testCancelBeforeQuery() throws InterruptedException {
    [all...]
  /art/test/036-finalizer/src/
Main.java 34 } catch (InterruptedException ie) {
67 } catch (InterruptedException ie) {
165 } catch (InterruptedException e) {
  /art/test/051-thread/src/
Main.java 81 } catch (InterruptedException ex) {
102 catch (InterruptedException ie) {
116 } catch (InterruptedException e) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
NativeAudioThread.java 147 } catch (InterruptedException e) {
177 } catch (InterruptedException e) {
264 } catch (InterruptedException e) {
  /cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
DrawFramesActivity.java 146 public void drawFrames(final int frameCount) throws InterruptedException, TimeoutException {
150 public void waitForReady() throws InterruptedException, TimeoutException {
156 public void drawFrames(final int[] framesToDraw) throws InterruptedException, TimeoutException {
  /cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
ParallelSensorOperation.java 84 public void execute(final ISensorTestNode parent) throws InterruptedException {
132 } catch (InterruptedException e) {
165 throws ExecutionException, TimeoutException, InterruptedException {
  /cts/tests/tests/os/src/android/os/cts/
ProcessTest.java 81 } catch (InterruptedException e) {
176 } catch (InterruptedException e) {
205 } catch (InterruptedException e) {
  /cts/tests/tests/telecom/src/android/telecom/cts/
BaseRemoteTelecomTest.java 115 } catch (InterruptedException e) {
138 } catch (InterruptedException e) {
176 } catch (InterruptedException e) {
  /cts/tests/tests/telephony/current/LocationAccessingApp/src/android/telephony/cts/locationaccessingapp/
CtsLocationAccessService.java 103 } catch (InterruptedException e) {
127 } catch (InterruptedException e) {
155 } catch (InterruptedException e) {
  /device/google/cuttlefish_common/tests/ril/src/com/android/cuttlefish/ril/tests/
RilE2eTests.java 72 } catch (InterruptedException e) {}
85 } catch (InterruptedException e) {}
119 } catch (InterruptedException e) {}

Completed in 1732 milliseconds

<<11121314151617181920>>