Searched refs:doesUidBelongToCurrentUser (Results 1 – 9 of 9) sorted by relevance
1405 if (!mWifiPermissionsUtil.doesUidBelongToCurrentUser(uid)) { in addOrUpdateNetwork()1587 if (!mWifiPermissionsUtil.doesUidBelongToCurrentUser(uid)) { in removeNetwork()1905 if (!mWifiPermissionsUtil.doesUidBelongToCurrentUser(uid)) { in enableNetwork()1943 if (!mWifiPermissionsUtil.doesUidBelongToCurrentUser(uid)) { in disableNetwork()2011 if (!mWifiPermissionsUtil.doesUidBelongToCurrentUser(uid)) { in updateLastConnectUid()3068 .doesUidBelongToCurrentUser(config.creatorUid)) in clearInternalDataForCurrentUser()3347 .doesUidBelongToCurrentUser(config.creatorUid)) { in saveToStore()3368 .doesUidBelongToCurrentUser(config.creatorUid)) { in saveToStore()
883 if (!mWifiPermissionsUtil.doesUidBelongToCurrentUser(uid)) { in add()1295 if (!mWifiPermissionsUtil.doesUidBelongToCurrentUser(uid)) { in remove()1362 if (!mWifiPermissionsUtil.doesUidBelongToCurrentUser(uid)) { in get()2209 if (!mWifiPermissionsUtil.doesUidBelongToCurrentUser(uid)) { in registerSuggestionConnectionStatusListener()2230 if (!mWifiPermissionsUtil.doesUidBelongToCurrentUser(uid)) { in unregisterSuggestionConnectionStatusListener()
5242 if (!mWifiPermissionsUtil.doesUidBelongToCurrentUser(uid)) {5268 if (!mWifiPermissionsUtil.doesUidBelongToCurrentUser(uid)) {
731 public boolean doesUidBelongToCurrentUser(int uid) { in doesUidBelongToCurrentUser() method in WifiPermissionsUtil
287 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(anyInt())).thenReturn(true); in setUp()3198 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(user1Network.creatorUid)) in testHandleUserSwitchRemovesOldUserPrivateNetworks()3378 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(user2Network.creatorUid)) in testHandleUserSwitchPushesOtherPrivateNetworksToSharedStore()3394 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(user1Network.creatorUid)) in testHandleUserSwitchPushesOtherPrivateNetworksToSharedStore()3396 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(user2Network.creatorUid)) in testHandleUserSwitchPushesOtherPrivateNetworksToSharedStore()3462 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(passpointConfig.creatorUid)) in testHandleUserUnlockRemovePasspointConfigFromSharedConfig()3593 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(user1Network.creatorUid)) in testHandleUserStopDoesNotClearSharedData()3813 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(creatorUid)).thenReturn(false); in testAddNetworkUsingBackgroundUserUId()6292 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(TEST_OTHER_USER_UID)) in updateBeforeSaveNetworkConfigFailsWithInvalidUid()
245 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(anyInt())).thenReturn(true); in setUp()1472 mInorder.verify(mWifiPermissionsUtil).doesUidBelongToCurrentUser(eq(TEST_UID_1)); in testOnNetworkConnectionSuccessWithOneMatchFromCarrierPrivilegedApp()4689 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(TEST_UID_1)).thenReturn(false); in testCallingFromBackgroundUserWillFailed()4701 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(TEST_UID_1)).thenReturn(true); in testCallingFromBackgroundUserWillFailed()4725 mInorder.verify(mWifiPermissionsUtil).doesUidBelongToCurrentUser(anyInt()); in testSuggestionCarrierNetworkConnectionBroadcastAndDisconnectWithCarrierIdOnly()4751 mInorder.verify(mWifiPermissionsUtil).doesUidBelongToCurrentUser(anyInt()); in testSuggestionCarrierNetworkConnectionBroadcastAndDisconnectWithCarrierIdOnly()
503 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(anyInt())).thenReturn(true); in setUp()7632 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(anyInt())).thenReturn(false); in testAddSuggestionUserApprovalStatusListenerFromBackgroundUser()7642 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(anyInt())).thenReturn(false); in testRemoveSuggestionUserApprovalStatusListenerFromBackgroundUser()
464 if (!mWifiPermissionsUtil.doesUidBelongToCurrentUser(uid)) { in addOrUpdateProvider()568 if (!mWifiPermissionsUtil.doesUidBelongToCurrentUser(callingUid)) { in removeProviderInternal()
256 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(anyInt())).thenReturn(true); in setUp()574 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(anyInt())).thenReturn(false); in addProviderWithBackgroundUser()2045 when(mWifiPermissionsUtil.doesUidBelongToCurrentUser(anyInt())).thenReturn(false); in removeProviderWithBackgroundUser()