Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DWifiTest.java77 final String macAddress = mDevicePolicyManager.getWifiMacAddress(ADMIN); in testGetWifiMacAddress()
87 mDevicePolicyManager.getWifiMacAddress(ADMIN); in testCannotGetWifiMacAddress()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DWifiTest.java112 dpm.getWifiMacAddress(BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT); in testCannotGetWifiMacAddress()
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDevicePolicyManagerWrapper.java198 doAnswer(answer).when(spy).getWifiMacAddress(any()); in getWrapper()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java1099 assertMacAddress(getWifiMacAddress()); in verifyDeviceId()
1213 private String getWifiMacAddress() { in getWifiMacAddress() method in TelephonyManagerTest