Home
last modified time | relevance | path

Searched refs:ie (Results 1 – 25 of 36) sorted by relevance

12

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DScanResultTest.java227 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 …]
DTestHelper.java527 } 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/
DCtsMediaOutputSurface.java247 } 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/
DCollectionAppWidgetTest.java149 } 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/
DOutputSurface.java247 } 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/
DOutputSurface.java302 } 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/
DOutputSurface.java287 } 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/
DWifiConfigCreatorActivity.java72 } 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/
DAssertOutcome.java46 } catch (InterruptedException ie) { in assertCountDownWasCalled()
/cts/tests/tests/nfc/src/android/nfc/cts/
DDefaultPaymentProviderTestUtils.java78 } catch (InterruptedException ie) { in setDefaultPaymentService()
101 } catch (InterruptedException ie) { }
DCardEmulationTest.java508 } 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/
DIsolatedServiceTest.java79 } catch (InterruptedException ie) { in runServiceTest()
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/util/
DUtils.java78 } catch (InterruptedIOException ie) {} in readFully()
/cts/tests/tests/telephony3/src/android/telephony3/cts/
DCellInfoTest.java90 } catch (InterruptedException ie) { in testCellInfoSdk28()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsRcsManagerTest.java107 } catch (ImsException ie) { in testMethodPermissions()
/cts/hostsidetests/hdmicec/app/src/android/hdmicec/app/
DHdmiControlManagerHelper.java117 } catch (InterruptedException ie) { in interruptedLongPress()
/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java685 } 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/
DNumberBlockingTest.java271 } catch (RunInterruptedException ie) { in waitForTestAppInstallation()
/cts/tests/tests/telecom/src/android/telecom/cts/
DCallStreamingTest.java215 } catch (InterruptedException ie) { in assertOnResultWasReceived()
DTestUtils.java671 } catch (InterruptedException ie) { in waitForLatchCountDown()
891 } catch (InterruptedException ie) { in waitForCount()
918 } catch (InterruptedException ie) { in waitForPredicate()
DTransactionalApisTest.java1251 } catch (InterruptedException ie) { in assertOnResultWasReceived()
1264 } catch (InterruptedException ie) { in assertOnErrorWasReceived()
DConnectionServiceTest.java484 } catch (InterruptedException ie) { in testCallLogForBlockedNumberIncomingCall()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraGPURecordingTest.java542 } catch (InterruptedException ie) { in awaitNewImage()
544 throw new RuntimeException(ie); in awaitNewImage()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java461 } catch (InterruptedException ie) { in sendUserControlInterruptedPressAndHold()
462 throw new CecClientWrapperException(ErrorCodes.WriteConsole, ie); in sendUserControlInterruptedPressAndHold()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DNetworkScanApiTest.java225 } catch (InterruptedException ie) { in waitUntilReady()

12