/cts/tests/tests/wifi/src/android/net/wifi/cts/ |
D | ScanResultTest.java | 227 for (InformationElement ie : scanResult.getInformationElements()) { in testScanResultProperties() 228 testInformationElementCopyConstructor(ie); in testScanResultProperties() 229 testInformationElementFields(ie); in testScanResultProperties() 246 private void testInformationElementCopyConstructor(InformationElement ie) { in testInformationElementCopyConstructor() argument 247 InformationElement copy = new InformationElement(ie); in testInformationElementCopyConstructor() 249 assertThat(copy.getId()).isEqualTo(ie.getId()); in testInformationElementCopyConstructor() 250 assertThat(copy.getIdExt()).isEqualTo(ie.getIdExt()); in testInformationElementCopyConstructor() 251 assertThat(copy.getBytes()).isEqualTo(ie.getBytes()); in testInformationElementCopyConstructor() 254 private void testInformationElementFields(InformationElement ie) { in testInformationElementFields() argument 256 int id = ie.getId(); in testInformationElementFields() [all …]
|
D | TestHelper.java | 527 } catch (IllegalArgumentException ie) { } in testConnectionFlowWithConnect() 704 } catch (IllegalArgumentException ie) { } in testConnectionFlowWithSuggestionInternal() 865 } catch (IllegalArgumentException ie) { } in testConnectionFlowWithSpecifierWithShellIdentity() 909 } catch (IllegalArgumentException ie) { } in testConnectionFlowWithSpecifierWithShellIdentity() 918 } catch (IllegalArgumentException ie) { } in testConnectionFlowWithSpecifierWithShellIdentity()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | CtsMediaOutputSurface.java | 247 } catch (InterruptedException ie) { in awaitNewImage() 249 throw new RuntimeException(ie); in awaitNewImage() 275 } catch (InterruptedException ie) { in checkForNewImage() 277 throw new RuntimeException(ie); in checkForNewImage()
|
/cts/tests/tests/appwidget/src/android/appwidget/cts/ |
D | CollectionAppWidgetTest.java | 149 } catch (InterruptedException ie) { in setup() 150 fail(ie.getMessage()); in setup() 192 } catch (InterruptedException ie) { in setup() 193 fail(ie.getMessage()); in setup() 250 } catch (InterruptedException ie) { in verifySetDisplayedChild() 251 fail(ie.getMessage()); in verifySetDisplayedChild() 288 } catch (InterruptedException ie) { in verifyShowCommand() 289 fail(ie.getMessage()); in verifyShowCommand() 494 } catch (InterruptedException ie) { in testSetScrollPosition() 495 fail(ie.getMessage()); in testSetScrollPosition()
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | OutputSurface.java | 247 } catch (InterruptedException ie) { in awaitNewImage() 249 throw new RuntimeException(ie); in awaitNewImage() 275 } catch (InterruptedException ie) { in checkForNewImage() 277 throw new RuntimeException(ie); in checkForNewImage()
|
/cts/tests/tests/media/common/src/android/media/cts/ |
D | OutputSurface.java | 302 } catch (InterruptedException ie) { in awaitNewImage() 304 throw new RuntimeException(ie); in awaitNewImage() 330 } catch (InterruptedException ie) { in checkForNewImage() 332 throw new RuntimeException(ie); in checkForNewImage()
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | OutputSurface.java | 287 } catch (InterruptedException ie) { in awaitNewImage() 289 throw new RuntimeException(ie); in awaitNewImage() 315 } catch (InterruptedException ie) { in checkForNewImage() 317 throw new RuntimeException(ie); in checkForNewImage()
|
/cts/hostsidetests/devicepolicy/app/WifiConfigCreator/src/com/android/cts/deviceowner/wificonfigcreator/ |
D | WifiConfigCreatorActivity.java | 72 } catch (InterruptedException ie) { in onCreate() 74 Log.e(TAG, "Interrupted while changing wifi settings", ie); in onCreate()
|
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
D | AssertOutcome.java | 46 } catch (InterruptedException ie) { in assertCountDownWasCalled()
|
/cts/tests/tests/nfc/src/android/nfc/cts/ |
D | DefaultPaymentProviderTestUtils.java | 78 } catch (InterruptedException ie) { in setDefaultPaymentService() 101 } catch (InterruptedException ie) { }
|
D | CardEmulationTest.java | 508 } catch (InterruptedException ie) { } in testSetShouldDefaultToObserveModeShouldDefaultToObserveMode() 542 } catch (InterruptedException ie) { in testTypeAOneLoopPollingLoopToForeground() 543 Assert.assertNull(ie); in testTypeAOneLoopPollingLoopToForeground() 675 } catch (InterruptedException ie) { in testTwoCustomPollingLoopToPreferredCustomAndBackgroundDynamic() 676 Assert.assertNull(ie); in testTwoCustomPollingLoopToPreferredCustomAndBackgroundDynamic() 734 } catch (InterruptedException ie) { in testTwoCustomPollingLoopToCustomAndBackgroundDynamic() 735 Assert.assertNull(ie); in testTwoCustomPollingLoopToCustomAndBackgroundDynamic() 1488 } catch (InterruptedException ie) { in ensureUnlocked() 1595 } catch (InterruptedException ie) { in notifyPollingLoopAndWait() 1596 Assert.assertNull(ie); in notifyPollingLoopAndWait()
|
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/ |
D | IsolatedServiceTest.java | 79 } catch (InterruptedException ie) { in runServiceTest()
|
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/util/ |
D | Utils.java | 78 } catch (InterruptedIOException ie) {} in readFully()
|
/cts/tests/tests/telephony3/src/android/telephony3/cts/ |
D | CellInfoTest.java | 90 } catch (InterruptedException ie) { in testCellInfoSdk28()
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsRcsManagerTest.java | 107 } catch (ImsException ie) { in testMethodPermissions()
|
/cts/hostsidetests/hdmicec/app/src/android/hdmicec/app/ |
D | HdmiControlManagerHelper.java | 117 } catch (InterruptedException ie) { in interruptedLongPress()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | LinearLayoutTest.java | 685 } catch (InterruptedException ie) { in testVisibilityAffectsLayout() 686 fail(ie.getMessage()); in testVisibilityAffectsLayout() 696 } catch (InterruptedException ie) { in testVisibilityAffectsLayout() 697 fail(ie.getMessage()); in testVisibilityAffectsLayout() 709 } catch (InterruptedException ie) { in testVisibilityAffectsLayout() 710 fail(ie.getMessage()); in testVisibilityAffectsLayout()
|
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/ |
D | NumberBlockingTest.java | 271 } catch (RunInterruptedException ie) { in waitForTestAppInstallation()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | CallStreamingTest.java | 215 } catch (InterruptedException ie) { in assertOnResultWasReceived()
|
D | TestUtils.java | 671 } catch (InterruptedException ie) { in waitForLatchCountDown() 891 } catch (InterruptedException ie) { in waitForCount() 918 } catch (InterruptedException ie) { in waitForPredicate()
|
D | TransactionalApisTest.java | 1251 } catch (InterruptedException ie) { in assertOnResultWasReceived() 1264 } catch (InterruptedException ie) { in assertOnErrorWasReceived()
|
D | ConnectionServiceTest.java | 484 } catch (InterruptedException ie) { in testCallLogForBlockedNumberIncomingCall()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CameraGPURecordingTest.java | 542 } catch (InterruptedException ie) { in awaitNewImage() 544 throw new RuntimeException(ie); in awaitNewImage()
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | HdmiCecClientWrapper.java | 461 } catch (InterruptedException ie) { in sendUserControlInterruptedPressAndHold() 462 throw new CecClientWrapperException(ErrorCodes.WriteConsole, ie); in sendUserControlInterruptedPressAndHold()
|
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/ |
D | NetworkScanApiTest.java | 225 } catch (InterruptedException ie) { in waitUntilReady()
|