/cts/tests/location/location_none/src/android/location/cts/none/ |
D | AddressTest.java | 53 Address address = new Address(Locale.ITALY); in testAccessAdminArea() local 65 Address address = new Address(Locale.JAPAN); in testAccessCountryCode() local 77 Address address = new Address(Locale.KOREA); in testAccessCountryName() local 89 Address address = new Address(Locale.TAIWAN); in testAccessExtras() local 107 Address address = new Address(Locale.SIMPLIFIED_CHINESE); in testAccessFeatureName() local 119 Address address = new Address(Locale.CHINA); in testAccessLatitude() local 139 Address address = new Address(Locale.CHINA); in testAccessLongitude() local 159 Address address = new Address(Locale.CHINA); in testAccessPhone() local 171 Address address = new Address(Locale.CHINA); in testAccessPostalCode() local 183 Address address = new Address(Locale.CHINA); in testAccessThoroughfare() local [all …]
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | LogicalAddress.java | 43 private final int address; field in LogicalAddress 53 deviceMap.put(device.address, device); in deviceMap.put() argument 89 public static LogicalAddress getLogicalAddress(int address) { in getLogicalAddress() 93 private LogicalAddress(int address) { in LogicalAddress()
|
D | BaseHdmiCecCtsTest.java | 64 private String address; field in BaseHdmiCecCtsTest.AddressType 70 private AddressType(String address) { in AddressType() 198 int address = Integer.decode(m.group("logicalAddress")); in getDumpsysLogicalAddresses() local 279 int address = in getDumpsysActiveSourceLogicalAddress() local 325 int address = Integer.decode(m.group(addressType.getAddressType())); in parseRequiredAddressFromDumpsys() local 346 public boolean hasLogicalAddress(LogicalAddress address) { in hasLogicalAddress()
|
/cts/tests/tests/text/src/android/text/util/cts/ |
D | Rfc822TokenTest.java | 39 final String address = "jdoe@example.net"; in testConstructor() local 65 final String address = "jdoe@example.net"; in testAccessName() local 97 final String address = "jdoe@example.net"; in testAccessComment() local 117 String address = "jdoe@example.net"; in testAccessAddress() local
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | SmsUsageMonitorShortCodeTest.java | 49 final String address; field in SmsUsageMonitorShortCodeTest.ShortCodeTest 694 private static int expectedReturnCode(String address) { in expectedReturnCode()
|
/cts/tests/net/src/android/net/cts/ |
D | LocalSocketTest.java | 69 String address = ADDRESS_PREFIX + "_testLocalConnections"; in testLocalConnections() local 150 String address = ADDRESS_PREFIX + "_testAccessors"; in testAccessors() local 198 String address = ADDRESS_PREFIX + "_testSetSoTimeout_readTimeout"; in testSetSoTimeout_readTimeout() local 229 String address = ADDRESS_PREFIX + "_testSetSoTimeout_writeTimeout"; in testSetSoTimeout_writeTimeout() local 265 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 408 String address = ADDRESS_PREFIX + "_testClosingConnectedSocket"; in testCreateFromFd() local 556 static LocalSocketPair createConnectedSocketPair(String address) throws Exception { in createConnectedSocketPair()
|
/cts/tests/tests/telecom/src/android/telecom/cts/selfmanagedcstestapp/ |
D | ConnectionServiceCallController.java | 78 Uri address = Uri.parse(uri); in initiateIncomingCall() local 98 Uri address = Uri.parse(uri); in placeOutgoingCall() local 123 Uri address = Uri.parse(uri); in placeIncomingCall() local
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | NumberDialingTest.java | 43 Uri address = Uri.fromParts("tel", "*1234#", null); in testEndInPound() local
|
D | SelfManagedConnectionServiceTest.java | 377 private void addAndVerifyIncomingCall(PhoneAccountHandle handle, Uri address) in addAndVerifyIncomingCall() 379 TestUtils.addIncomingCall(getInstrumentation(), mTelecomManager, handle, address); in addAndVerifyIncomingCall() local 650 … private void placeAndVerifyOutgoingCall(PhoneAccountHandle handle, Uri address) throws Exception { in placeAndVerifyOutgoingCall() 652 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, handle, address); in placeAndVerifyOutgoingCall() local 1205 Uri address = Uri.fromParts("sip", "test" + ix + "@test.com", null); in testCallLimit() local 1209 TestUtils.TEST_SELF_MANAGED_HANDLE_1, address); in testCallLimit() local 1241 Uri address = getTestNumber(); in testDisconnectSelfManagedCallForEmergency() local 1243 TEST_SELF_MANAGED_HANDLE_1, address); in testDisconnectSelfManagedCallForEmergency() local 1763 Uri address) throws Exception { in placeSelfManagedCallAndGetConnection() 1767 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, handle, address); in placeSelfManagedCallAndGetConnection() local [all …]
|
D | DefaultPhoneAccountTest.java | 362 private void placeAndVerifySelfManagedCall(PhoneAccountHandle handle, Uri address) in placeAndVerifySelfManagedCall() 367 TestUtils.placeOutgoingCall(getInstrumentation(), mTelecomManager, handle, address); in placeAndVerifySelfManagedCall() local
|
D | ConnectionServiceTest.java | 261 PhoneAccountHandle pah, Uri address) { in addIncomingSelfManagedCall() 263 TestUtils.addIncomingCall(getInstrumentation(), mTelecomManager, pah, address); in addIncomingSelfManagedCall() local
|
D | TestUtils.java | 525 PhoneAccountHandle handle, String label, String address) throws Exception { in registerSimPhoneAccount() 534 PhoneAccountHandle handle, String label, String address) throws Exception { in registerEmergencyPhoneAccount() 704 Uri address) { in addIncomingCall() 744 public static BluetoothDevice makeBluetoothDevice(String address) { in makeBluetoothDevice() 764 Uri address) { in placeOutgoingCall() 779 Uri address, int videoState) { in placeOutgoingCall() 803 public static SelfManagedConnection waitForAndGetConnection(Uri address) { in waitForAndGetConnection()
|
/cts/tests/aslr/src/ |
D | AslrMallocTest.cpp | 69 void GetAddress(size_t allocSize, uintptr_t& address) in GetAddress() 118 uintptr_t address; in TestRandomization() local
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsExternalCallStateTest.java | 37 Uri address = Uri.fromParts("tel", "5551212", null); in parcelUnparcel() local
|
/cts/tests/tests/hardware/src/android/hardware/hdmi/cts/ |
D | HdmiSwitchClientTest.java | 72 final int address = 0x1000; in testGetPortInfo() local
|
D | HdmiControlManagerTest.java | 144 final int address = 0x1000; in testGetPortInfo() local 164 final int address = 0x1000; in testHdmiPortInfo() local
|
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/ |
D | ReflectorVpnService.java | 154 InetAddress address = InetAddress.getByName(prefixAndMask[0]); in start() local 170 InetAddress address = InetAddress.getByName(prefixAndMask[0]); in start() local
|
/cts/tests/sensor/jni/ |
D | android_hardware_cts_SensorDirectReportTest.cpp | 43 void *address; in readHardwareBuffer() local
|
/cts/tests/tests/os/jni/ |
D | android_os_cts_NoExecutePermissionTest.cpp | 26 static jboolean isAddressExecutable(uintptr_t address) { in isAddressExecutable()
|
/cts/tests/tests/companion/multidevice/client/src/android/companion/cts/multidevice/ |
D | BluetoothConnector.kt | 100 val address = association.deviceMacAddress in getRemoteDevice() constant
|
/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/ |
D | SmsConversationTest.java | 119 public void saveToTelephony(String messageBody, String address) { in saveToTelephony()
|
D | ThreadsTest.java | 131 private Uri saveToTelephony(long threadId, String address, String body) { in saveToTelephony()
|
/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/ |
D | poc.cpp | 27 static std::string memoryAsHexString(const void* const address, size_t numBytes) { in memoryAsHexString()
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/ |
D | HdmiCecDeviceSelectForPlaybackTest.java | 78 int address; in getUnusedPhysicalAddress() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0069/ |
D | poc.c | 43 uint32_t address; member 117 uint64_t address, unsigned char *buffer, in perform_pa_read()
|