Searched refs:checkLocalMacAddressPermission (Results 1 – 4 of 4) sorted by relevance
848 public boolean checkLocalMacAddressPermission(int uid) { in checkLocalMacAddressPermission() method in WifiPermissionsUtil
2725 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(false); in testRequestGroupInfoSuccess()2755 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestGroupInfoIncludesMacForNetworkSettingsApp()4032 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestDeviceInfoReturnsActualMacForNetworkSettingsApp()4061 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestDeviceInfoNotSetUpInterfaceWhenDeviceAddressExists()4087 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestDeviceInfoSetUpInterfaceWhenRandomMacEnabled()4105 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in verifyCustomizeDefaultDeviceName()5603 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestPersistentGroupInfoSuccess()5650 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestPersistentGroupInfoNoLocationFinePermission()
6409 if (mWifiPermissionsUtil.checkLocalMacAddressPermission(uid)) { in maybeEraseOwnDeviceAddress()6435 if (mWifiPermissionsUtil.checkLocalMacAddressPermission(uid)) { in maybeEraseOwnDeviceAddress()
4526 if (mWifiPermissionsUtil.checkLocalMacAddressPermission(uid)) { in getConnectionInfo()