Searched refs:checkLocalMacAddressPermission (Results 1 – 4 of 4) sorted by relevance
848 public boolean checkLocalMacAddressPermission(int uid) { in checkLocalMacAddressPermission() method in WifiPermissionsUtil
2787 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(false); in testRequestGroupInfoSuccess()2817 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestGroupInfoIncludesMacForNetworkSettingsApp()4094 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestDeviceInfoReturnsActualMacForNetworkSettingsApp()4123 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestDeviceInfoNotSetUpInterfaceWhenDeviceAddressExists()4149 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestDeviceInfoSetUpInterfaceWhenRandomMacEnabled()4167 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in verifyCustomizeDefaultDeviceName()5665 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestPersistentGroupInfoSuccess()5712 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestPersistentGroupInfoNoLocationFinePermission()
7146 if (mWifiPermissionsUtil.checkLocalMacAddressPermission(uid)) { in maybeEraseOwnDeviceAddress()7172 if (mWifiPermissionsUtil.checkLocalMacAddressPermission(uid)) { in maybeEraseOwnDeviceAddress()
5000 if (mWifiPermissionsUtil.checkLocalMacAddressPermission(uid)) { in getConnectionInfo()