Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
DWifiTest.java21 mDevicePolicyManager.getWifiMacAddress(getWho()); in testCannotGetWifiMacAddress()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiTest.java30 final String macAddress = mDevicePolicyManager.getWifiMacAddress(getWho()); in testGetWifiMacAddress()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DWifiTest.java129 dpm.getWifiMacAddress(BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT); in testCannotGetWifiMacAddress()
/cts/tests/tests/telephony/src/android/telephony/cts/
DTelephonyManagerTest.java301 assertMacAddress(getWifiMacAddress()); in verifyDeviceId()
413 private String getWifiMacAddress() { in getWifiMacAddress() method in TelephonyManagerTest