Home
last modified time | relevance | path

Searched refs:getAddress (Results 1 – 25 of 46) sorted by relevance

12

/cts/tests/tests/text/src/android/text/util/cts/
DRfc822TokenTest.java43 assertEquals(address, rfc822Token1.getAddress()); in testConstructor()
48 assertEquals(address, rfc822Token2.getAddress()); in testConstructor()
53 assertNull(rfc822Token3.getAddress()); in testConstructor()
58 assertEquals(address, rfc822Token4.getAddress()); in testConstructor()
120 assertEquals(address, rfc822Token.getAddress()); in testAccessAddress()
124 assertEquals(address, rfc822Token.getAddress()); in testAccessAddress()
128 assertEquals(address, rfc822Token.getAddress()); in testAccessAddress()
131 assertNull(rfc822Token.getAddress()); in testAccessAddress()
DRfc822TokenizerTest.java188 assertEquals(address, token.getAddress()); in verifyLocalAssertEquals()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConnectionService.java83 connection.setAddress(request.getAddress(), CONNECTION_PRESENTATION); in onCreateOutgoingConnection()
115 connection.setAddress(request.getAddress(), CONNECTION_PRESENTATION); in onCreateIncomingConnection()
132 if (VERSTAT_NOT_VERIFIED_NUMBER.equals(request.getAddress())) { in onCreateIncomingConnection()
135 } else if (VERSTAT_PASSED_NUMBER.equals(request.getAddress())) { in onCreateIncomingConnection()
138 } else if (VERSTAT_FAILED_NUMBER.equals(request.getAddress())) { in onCreateIncomingConnection()
158 connection.setAddress(request.getAddress(), CONNECTION_PRESENTATION); in onCreateIncomingConnectionFailed()
DNumberDialingTest.java51 res[0] = request.getAddress(); in testEndInPound()
DDataObjectUnitTests.java70 assertEquals(tel, account.getAddress()); in testPhoneAccount()
88 assertEquals(tel, parcelAccount.getAddress()); in testPhoneAccount()
142 assertEquals(Uri.parse("tel:555-TEST"), request.getAddress()); in testConnectionRequest()
157 assertEquals(Uri.parse("tel:555-TEST"), parcelRequest.getAddress()); in testConnectionRequest()
DExternalCallTest.java53 if (!request.getAddress().equals(TEST_EMERGENCY_URI)) { in setUp()
DCtsSelfManagedConnectionService.java169 connection.setAddress(request.getAddress(), TelecomManager.PRESENTATION_ALLOWED); in createSelfManagedConnection()
DBackgroundCallAudioTest.java268 verifyCallLogging(connection.getAddress(), CallLog.Calls.MISSED_TYPE); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall()
309 verifyCallLogging(connection.getAddress(), CallLog.Calls.INCOMING_TYPE); in testAudioProcessingFromIncomingActivePlaceEmergencyCall()
407 verifyCallLogging(connection.getAddress(), CallLog.Calls.OUTGOING_TYPE); in testAudioProcessOutgoingActiveEmergencyCallPlaced()
DRemoteConnectionTest.java155 request.getAddress(), in testRemoteIncomingConference()
199 request.getAddress(), in testRemoteOutgoingConference()
1292 assertEquals(connection.getAddress(), remoteConnection.getAddress()); in verifyRemoteConnectionObject()
1321 request.getAddress(), in addRemoteConnectionOutgoingCall()
1355 request.getAddress(), in addRemoteConnectionIncomingCall()
DHandoverTest.java200 assertEquals(call.getDetails().getHandle(), request.getAddress()); in testIncomingHandoverRequestValid()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DBluetoothTest.java76 assertTrue(BluetoothAdapter.checkBluetoothAddress(mAdapter.getAddress())); in testGetAddress()
122 assertEquals("00:11:22:AA:BB:CC", device.getAddress()); in testGetRemoteDevice()
126 assertEquals("01:02:03:04:05:06", device.getAddress()); in testGetRemoteDevice()
DTestConnectionService.java41 connection.setAddress(request.getAddress(), TelecomManager.PRESENTATION_ALLOWED); in onCreateOutgoingConnection()
133 final int cause = convertNumberToCause(connection.getAddress().getSchemeSpecificPart()); in hangUpAsync()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBasicAdapterTest.java152 assertTrue(BluetoothAdapter.checkBluetoothAddress(adapter.getAddress())); in test_getAddress()
197 assertTrue(BluetoothAdapter.checkBluetoothAddress(device.getAddress())); in test_getBondedDevices()
231 assertEquals("00:11:22:AA:BB:CC", device.getAddress()); in test_getRemoteDevice()
235 assertEquals("01:02:03:04:05:06", device.getAddress()); in test_getRemoteDevice()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleScannerService.java167 String mac = result.getDevice().getAddress(); in onScanResult()
175 powerIntent.putExtra(EXTRA_MAC_ADDRESS, result.getDevice().getAddress()); in onScanResult()
183 String newMac = result.getDevice().getAddress(); in onScanResult()
DBleConnectionPriorityClientService.java206 if (device.getAddress().equals(target.getAddress())) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/companion/
DCompanionDeviceTestActivity.java133 String deviceAddress = associatedDevice.getAddress(); in onActivityResult()
139 mCompanionDeviceManager.disassociate(associatedDevice.getAddress()); in onActivityResult()
DCompanionDeviceServiceTestActivity.java161 String deviceAddress = associatedDevice.getAddress(); in onActivityResult()
/cts/tests/tests/vcn/src/android/net/vcn/cts/
DTestNetworkWrapper.java185 new LinkAddress(intfAddr.getAddress(), intfAddr.getNetworkPrefixLength())); in createLinkPropertiesForIface()
187 if (intfAddr.getAddress() instanceof Inet6Address) { in createLinkPropertiesForIface()
188 allowIPv6 |= !intfAddr.getAddress().isLinkLocalAddress(); in createLinkPropertiesForIface()
189 } else if (intfAddr.getAddress() instanceof Inet4Address) { in createLinkPropertiesForIface()
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DIpv4Packet.java109 stream.write(sourceAddress.getAddress(), 0, 4); in getEncoded()
110 stream.write(destinationAddress.getAddress(), 0, 4); in getEncoded()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsExternalCallStateTest.java55 assertEquals(address, unparceledInfo.getAddress()); in parcelUnparcel()
/cts/tests/netlegacy22.api/src/android/net/cts/legacy/api22/
DConnectivityManagerLegacyTest.java83 byte[] addr = ((Inet4Address) InetAddress.getByName(addrString)).getAddress(); in ipv4AddrToInt()
101 addresses.add(address.getAddress()); in getIpAddresses()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsSelfManagedConnectionService.java98 connection.setAddress(request.getAddress(), TelecomManager.PRESENTATION_ALLOWED); in createConnection()
DCtsConnectionService.java142 connection.setAddress(request.getAddress(), TelecomManager.PRESENTATION_ALLOWED); in createManagedConnection()
/cts/tests/tests/media/src/android/media/cts/
DAudioRecordingConfigurationTest.java295 && (devJoe.getAddress() == devJeff.getAddress()) in deviceMatch()
DEnumDevicesTest.java128 String address = deviceInfo.getAddress(); in test_devicesInfoFields()

12