Searched refs:checkLocalMacAddressPermission (Results 1 – 3 of 3) sorted by relevance
448 public boolean checkLocalMacAddressPermission(int uid) { in checkLocalMacAddressPermission() method in WifiPermissionsUtil
1583 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(false); in testRequestGroupInfoSuccess()1608 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestGroupInfoIncludesMacForNetworkSettingsApp()2286 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestDeviceInfoReturnsActualMacForNetworkSettingsApp()3485 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestPersistentGroupInfoSuccess()3505 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestPersistentGroupInfoNoPermissionFailure()
3466 if (mWifiPermissionsUtil.checkLocalMacAddressPermission(uid)) { in maybeEraseOwnDeviceAddress()3490 if (mWifiPermissionsUtil.checkLocalMacAddressPermission(uid)) { in maybeEraseOwnDeviceAddress()