Home
last modified time | relevance | path

Searched refs:macAddress (Results 1 – 4 of 4) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DEnrollmentSpecificIdTest.java121 final byte[] macAddress; in calculateEsid()
124 macAddress = "".getBytes(); in calculateEsid()
126 macAddress = macAddresses[0].getBytes(); in calculateEsid()
130 + macAddress.length; in calculateEsid()
135 fixedIdentifiers.put(macAddress); in calculateEsid()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DWifiTest.java77 final String macAddress = mDevicePolicyManager.getWifiMacAddress(ADMIN); in testGetWifiMacAddress() local
80 DEFAULT_MAC_ADDRESS.equals(macAddress)); in testGetWifiMacAddress()
82 TextUtils.isEmpty(macAddress)); in testGetWifiMacAddress()
/cts/tests/tests/os/src/android/os/cts/
DCompanionDeviceManagerTest.kt250 private fun isShellAssociated(macAddress: String, packageName: String): Boolean { in isShellAssociated()
254 packageName in it && macAddress in it in isShellAssociated()
259 macAddress: String, in isCdmAssociated()
265 MacAddress.fromString(macAddress), context.user) in isCdmAssociated()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java1207 private void assertMacAddress(String macAddress) { in assertMacAddress() argument
1209 assertTrue("MAC Address " + macAddress + " does not match pattern " + macPattern, in assertMacAddress()
1210 Pattern.matches(macPattern, macAddress)); in assertMacAddress()