Searched refs:checkLocalMacAddressPermission (Results 1 – 5 of 5) sorted by relevance
504 public boolean checkLocalMacAddressPermission(int uid) { in checkLocalMacAddressPermission() method in WifiPermissionsUtil
1673 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(false); in testRequestGroupInfoSuccess()1696 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestGroupInfoIncludesMacForNetworkSettingsApp()2343 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestDeviceInfoReturnsActualMacForNetworkSettingsApp()2358 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in verifyCustomizeDefaultDeviceName()3645 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestPersistentGroupInfoSuccess()3665 when(mWifiPermissionsUtil.checkLocalMacAddressPermission(anyInt())).thenReturn(true); in testRequestPersistentGroupInfoNoPermissionFailure()
3670 if (mWifiPermissionsUtil.checkLocalMacAddressPermission(uid)) { in maybeEraseOwnDeviceAddress()3694 if (mWifiPermissionsUtil.checkLocalMacAddressPermission(uid)) { in maybeEraseOwnDeviceAddress()
2128 checkLocalMacAddressPermission(mCallingPid, mCallingUid); in hasLocalMacAddressPermission()2753 private boolean checkLocalMacAddressPermission(int pid, int uid) { in checkLocalMacAddressPermission() method in ConnectivityService
3166 if (mWifiPermissionsUtil.checkLocalMacAddressPermission(uid)) { in getConnectionInfo()