HomeSort by relevance Sort by last modified time
    Searched refs:InterruptedException (Results 251 - 275 of 3643) sorted by null

<<11121314151617181920>>

  /frameworks/support/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/test/
LiveDataTestUtil.kt 24 @Throws(InterruptedException::class)
  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractWatchService.java 105 throws InterruptedException
115 throws InterruptedException
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServerImpl.java 47 throws CameraAccessException, InterruptedException,
90 public Session createExclusiveSession() throws InterruptedException {
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
AllocatingImageStream.java 66 public void allocate() throws InterruptedException, ResourceAcquisitionFailedException {
77 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException,
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/testcommon/
ActivityLifecycleWaiter.java 46 public void waitForStage() throws InterruptedException {
51 public void waitForStage(long millis) throws InterruptedException {
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomTestCase.java 57 } catch (InterruptedException e) {
69 } catch (InterruptedException e) {
  /external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java 92 * public synchronized V get() throws InterruptedException {
102 * public synchronized void set(V newValue) throws InterruptedException {
125 * public V get() throws InterruptedException {
140 * public void set(V newValue) throws InterruptedException {
176 * public V get() throws InterruptedException {
187 * public void set(V newValue) throws InterruptedException {
363 public void enterInterruptibly() throws InterruptedException {
384 } catch (InterruptedException interrupt) {
401 public boolean enterInterruptibly(long time, TimeUnit unit) throws InterruptedException {
419 public void enterWhen(Guard guard) throws InterruptedException {
    [all...]
WrappingExecutorService.java 115 Collection<? extends Callable<T>> tasks) throws InterruptedException {
122 throws InterruptedException {
128 throws InterruptedException, ExecutionException {
135 throws InterruptedException, ExecutionException, TimeoutException {
163 throws InterruptedException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pBroadcastReceiverTest.java 73 * @throws InterruptedException
76 throws InterruptedException {
100 * @throws InterruptedException
102 public synchronized WifiP2pInfo waitConnectionNotice(long msec) throws InterruptedException {
119 * @throws InterruptedException
122 throws InterruptedException {
146 * @throws InterruptedException
149 throws InterruptedException {
181 * @throws InterruptedException
183 public synchronized WifiP2pInfo waitDisconnectionNotice(long msec) throws InterruptedException {
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
TestUtils.java 150 public void postAndSync(Runnable runnable) throws InterruptedException {
176 public synchronized boolean waitForSignal() throws InterruptedException {
180 public synchronized int waitForCountedSignals(int targetCount) throws InterruptedException {
187 public synchronized boolean waitForSignal(long timeoutMs) throws InterruptedException {
192 throws InterruptedException {
  /cts/tests/tests/net/src/android/net/wifi/rtt/cts/
TestBase.java 130 boolean waitForStateChange() throws InterruptedException {
145 boolean waitForStateChange() throws InterruptedException {
173 boolean waitForCallback() throws InterruptedException {
196 protected List<ScanResult> scanAps() throws InterruptedException {
217 throws InterruptedException {
  /external/glide/library/src/main/java/com/bumptech/glide/request/
RequestFutureTarget.java 108 public R get() throws InterruptedException, ExecutionException {
120 public R get(long time, TimeUnit timeUnit) throws InterruptedException, ExecutionException, TimeoutException {
186 private synchronized R doGet(Long timeoutMillis) throws ExecutionException, InterruptedException, TimeoutException {
206 throw new InterruptedException();
262 public void waitForTimeout(Object toWaitOn, long timeoutMillis) throws InterruptedException {
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintSpooler.java 148 } catch (InterruptedException e) {
172 } catch (RemoteException | TimeoutException | InterruptedException e) {
194 } catch (RemoteException | TimeoutException | InterruptedException e) {
215 } catch (RemoteException | TimeoutException | InterruptedException e) {
240 } catch (RemoteException | TimeoutException | InterruptedException e) {
263 } catch (RemoteException | TimeoutException | InterruptedException e) {
292 } catch (RemoteException | TimeoutException | InterruptedException re) {
319 } catch (RemoteException | TimeoutException | InterruptedException e) {
348 } catch (RemoteException | TimeoutException | InterruptedException e) {
378 } catch (RemoteException | TimeoutException | InterruptedException re)
    [all...]
  /frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
BroadcastInterceptingContext.java 54 throws InterruptedException, ExecutionException {
59 throws InterruptedException, ExecutionException;
87 public Intent get() throws InterruptedException, ExecutionException {
97 throws InterruptedException, ExecutionException {
102 throws InterruptedException, ExecutionException {
  /frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/util/
KeyboardUtil.java 79 throws InterruptedException {
97 throws InterruptedException {
113 final int start) throws InterruptedException {
118 final int start, final int end) throws InterruptedException {
132 final TextView textView) throws InterruptedException {
  /packages/services/Car/obd2-lib/src/com/android/car/obd2/
Obd2FreezeFrameGenerator.java 41 throws IOException, InterruptedException {
66 public JsonWriter generate(JsonWriter jsonWriter) throws IOException, InterruptedException {
120 throws IOException, InterruptedException {
141 } catch (IOException | InterruptedException e) {
163 } catch (IOException | InterruptedException e) {
  /platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
ActivityHelper.java 91 * @throws InterruptedException
93 public void changeWindowMode(int taskId, int mode) throws InterruptedException {
102 * @throws InterruptedException
105 public void clearRecents() throws InterruptedException, RemoteException {
182 * @throws InterruptedException
184 public void launchIntent(String intentName) throws InterruptedException {
194 * @throws InterruptedException
196 public void launchPackage(String pkgName) throws InterruptedException {
206 * @throws InterruptedException
208 public void launchIntent(Intent intent) throws InterruptedException {
    [all...]
  /frameworks/support/media/src/androidTest/java/androidx/media/
MediaController2Test.java 155 } catch (InterruptedException e) {
167 } catch (InterruptedException e) {
179 } catch (InterruptedException e) {
191 } catch (InterruptedException e) {
204 } catch (InterruptedException e) {
212 public void testGettersAfterConnected() throws InterruptedException {
239 public void testUpdatePlayer() throws InterruptedException {
291 public void testSetPlaylist() throws InterruptedException {
313 public void testGetPlaylist() throws InterruptedException {
352 public void testUpdatePlaylistMetadata() throws InterruptedException {
    [all...]
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechWrapper.java 61 private boolean initTts() throws InterruptedException {
65 private boolean initTts(String engine) throws InterruptedException {
69 private boolean initTts(TextToSpeech tts) throws InterruptedException {
78 public boolean waitForComplete(String utteranceId) throws InterruptedException {
82 public boolean waitForStop(String utteranceId) throws InterruptedException {
121 throws InterruptedException {
131 throws InterruptedException {
158 public boolean waitForInit() throws InterruptedException {
306 throws InterruptedException {
323 throws InterruptedException {
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java 104 * @throws InterruptedException
107 throws InterruptedException {
125 * @throws InterruptedException
131 throws InterruptedException, IOException {
224 * @throws InterruptedException
227 InterruptedException {
269 throws InterruptedException, IOException {
399 throws InterruptedException, IOException {
603 } catch (InterruptedException e) {
628 * @throws InterruptedException
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java 63 public void tearDown() throws InterruptedException {
72 long timeout, TimeUnit unit, boolean interruptibly) throws InterruptedException {
85 throws InterruptedException {
136 private void testZeroElements(BlockingQueue<Object> q) throws InterruptedException {
159 private void testNegativeMaxElements(BlockingQueue<Object> q) throws InterruptedException {
183 } catch (InterruptedException expected) {
246 } catch (InterruptedException e) {
256 } catch (InterruptedException expected) {
291 } catch (InterruptedException e) {
311 } catch (InterruptedException e)
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ScheduledExecutorTest.java 52 public void testExecute() throws InterruptedException {
158 public void testFixedRateSequence() throws InterruptedException {
187 public void testFixedDelaySequence() throws InterruptedException {
231 public void testExecuteNull() throws InterruptedException {
244 public void testScheduleNull() throws InterruptedException {
258 public void testSchedule1_RejectedExecutionException() throws InterruptedException {
274 public void testSchedule2_RejectedExecutionException() throws InterruptedException {
290 public void testSchedule3_RejectedExecutionException() throws InterruptedException {
306 public void testScheduleAtFixedRate1_RejectedExecutionException() throws InterruptedException {
322 public void testScheduleWithFixedDelay1_RejectedExecutionException() throws InterruptedException {
    [all...]
LinkedBlockingQueueTest.java 254 public void testPut() throws InterruptedException {
267 public void testBlockingPut() throws InterruptedException {
271 public void realRun() throws InterruptedException {
281 } catch (InterruptedException success) {}
288 } catch (InterruptedException success) {}
303 public void testPutWithTake() throws InterruptedException {
309 public void realRun() throws InterruptedException {
319 } catch (InterruptedException success) {}
341 public void realRun() throws InterruptedException {
351 } catch (InterruptedException success) {
    [all...]
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java 72 public int WaitForNextFrameToRender() throws InterruptedException {
92 public List<I420Frame> waitForPendingFrames() throws InterruptedException {
150 public boolean WaitForCapturerToStart() throws InterruptedException {
157 public int WaitForNextCapturedFrame() throws InterruptedException {
223 public String WaitForCameraFreezed() throws InterruptedException {
248 throws InterruptedException {
262 static public void switchCamera(VideoCapturerAndroid capturer) throws InterruptedException {
303 Context appContext) throws InterruptedException {
325 VideoCapturerAndroid capturer, Context appContext) throws InterruptedException {
349 throws InterruptedException {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
CallbackUtils.java 78 public Pair<Integer, WifiAwareSession> waitForAttach() throws InterruptedException {
111 public byte[] waitForMac() throws InterruptedException {
145 public boolean waitForNetwork() throws InterruptedException {
220 throws InterruptedException {
260 public CallbackData waitForCallbacks(int callbackMask) throws InterruptedException {
276 throws InterruptedException {
376 throws InterruptedException {

Completed in 950 milliseconds

<<11121314151617181920>>