Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 30) sorted by relevance

12

/cts/tests/tests/location/src/android/location/cts/
DAddressTest.java40 Address address = new Address(Locale.GERMAN); in testDescribeContents() local
52 Address address = new Address(Locale.ITALY); in testAccessAdminArea() local
63 Address address = new Address(Locale.JAPAN); in testAccessCountryCode() local
74 Address address = new Address(Locale.KOREA); in testAccessCountryName() local
85 Address address = new Address(Locale.TAIWAN); in testAccessExtras() local
102 Address address = new Address(Locale.SIMPLIFIED_CHINESE); in testAccessFeatureName() local
113 Address address = new Address(Locale.CHINA); in testAccessLatitude() local
131 Address address = new Address(Locale.CHINA); in testAccessLongitude() local
149 Address address = new Address(Locale.CHINA); in testAccessPhone() local
160 Address address = new Address(Locale.CHINA); in testAccessPostalCode() local
[all …]
/cts/tests/tests/net/src/android/net/rtp/cts/
DAudioStreamTest.java26 private void testRtpStream(InetAddress address) throws Exception { in testRtpStream()
28 assertEquals(stream.getLocalAddress(), address); in testRtpStream() local
34 assertEquals(stream.getRemoteAddress(), address); in testRtpStream() local
/cts/tests/tests/text/src/android/text/util/cts/
DRfc822TokenTest.java38 final String address = "jdoe@example.net"; in testConstructor() local
64 final String address = "jdoe@example.net"; in testAccessName() local
96 final String address = "jdoe@example.net"; in testAccessComment() local
116 String address = "jdoe@example.net"; in testAccessAddress() local
DRfc822TokenizerTest.java185 String address, String comment) { in verifyLocalAssertEquals()
/cts/tests/tests/net/src/android/net/cts/
DLocalSocketTest.java43 String address = ADDRESS_PREFIX + "_testLocalConnections"; in testLocalConnections() local
139 String address = ADDRESS_PREFIX + "_testAccessors"; in testAccessors() local
201 String address = ADDRESS_PREFIX + "_testSetSoTimeout_readTimeout"; in testSetSoTimeout_readTimeout() local
231 String address = ADDRESS_PREFIX + "_testSetSoTimeout_writeTimeout"; in testSetSoTimeout_writeTimeout() local
266 String address = ADDRESS_PREFIX + "_testAvailable"; in testAvailable() local
292 String address = ADDRESS_PREFIX + "_testLocalSocketCreatedFromFileDescriptor"; in testLocalSocketCreatedFromFileDescriptor() local
327 String address = ADDRESS_PREFIX + "_testFlush"; in testFlush() local
446 static LocalSocketPair createConnectedSocketPair(String address) throws Exception { in createConnectedSocketPair()
DLocalServerSocketTest.java30 String address = "com.android.net.LocalServerSocketTest_testLocalServerSocket"; in testLocalServerSocket() local
/cts/tests/tests/telephony/src/android/telephony/cts/
DSmsUsageMonitorShortCodeTest.java61 final String address; field in SmsUsageMonitorShortCodeTest.ShortCodeTest
491 private static int expectedReturnCode(String address) { in expectedReturnCode()
/cts/tests/tests/telecom/src/android/telecom/cts/
DNumberDialingTest.java43 Uri address = Uri.fromParts("tel", "*1234#", null); in testEndInPound() local
DTestUtils.java162 PhoneAccountHandle handle, String label, String address) throws Exception { in registerSimPhoneAccount()
239 Uri address) { in addIncomingCall()
264 Uri address) { in placeOutgoingCall()
283 public static SelfManagedConnection waitForAndGetConnection(Uri address) { in waitForAndGetConnection()
DSelfManagedConnectionServiceTest.java347 Uri address = Uri.fromParts("sip", "test" + ix + "@test.com", null); in testCallLimit() local
350 TestUtils.TEST_SELF_MANAGED_HANDLE_1, address); in testCallLimit() local
DConnectionTest.java150 final Uri address = Uri.fromParts("tel", "1234567", null); in testSetAndGetAddress() local
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyVpnService.java60 InetAddress address = InetAddress.getByName(prefixAndMask[0]); in start() local
76 InetAddress address = InetAddress.getByName(prefixAndMask[0]); in start() local
DVpnTest.java288 InetAddress address = InetAddress.getByName(to); in checkPing() local
429 InetAddress address = InetAddress.getByName(to); in checkUdpEcho() local
/cts/tests/aslr/src/
DAslrMallocTest.cpp69 void GetAddress(size_t allocSize, uintptr_t& address) in GetAddress()
118 uintptr_t address; in TestRandomization() local
/cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
DReflectorVpnService.java90 InetAddress address = InetAddress.getByName(prefixAndMask[0]); in start() local
106 InetAddress address = InetAddress.getByName(prefixAndMask[0]); in start() local
/cts/tests/sensor/jni/
Dandroid_hardware_cts_SensorDirectReportTest.cpp43 void *address; in readHardwareBuffer() local
/cts/tests/tests/os/jni/
Dandroid_os_cts_NoExecutePermissionTest.cpp26 static jboolean isAddressExecutable(uintptr_t address) { in isAddressExecutable()
/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
DCallBlockingTest.java132 final Uri address = in onCreateIncomingConnection() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDummyConnectionService.java49 final Uri address = in onCreateIncomingConnection() local
/cts/tests/tests/net/src/android/net/ipv6/cts/
DPingTest.java99 InetAddress address, byte[] packet) throws ErrnoException, IOException { in sendPing()
/cts/tests/tests/media/src/android/media/cts/
DEnumDevicesTest.java127 String address = deviceInfo.getAddress(); in test_devicesInfoFields() local
/cts/tests/tests/debug/libdebugtest/
Dandroid_debug_cts.cpp87 for (long *address : addresses) { in processVmReadv() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DDevicePickerActivity.java207 Device(String name, String address) { in Device()
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
DMyBroadcastReceiver.java159 final String address = "http://example.com"; in checkNetworkStatus() local
/cts/tests/tests/security/src/android/security/cts/
DListeningPortsTest.java240 private boolean isTcpConnectable(InetAddress address, int port) { in isTcpConnectable()

12