Home | History | Annotate | Download | only in wifi

Lines Matching refs:mCurrentUserId

288     private int mCurrentUserId = UserHandle.USER_SYSTEM;
756 uid, mUserManager.getProfiles(mCurrentUserId));
2553 if (userId == mCurrentUserId) {
2561 if (mUserManager.isUserUnlockingOrUnlocked(mCurrentUserId)) {
2565 Set<Integer> removedNetworkIds = clearInternalUserData(mCurrentUserId);
2567 mCurrentUserId = userId;
2569 if (mUserManager.isUserUnlockingOrUnlocked(mCurrentUserId)) {
2570 handleUserUnlockOrSwitch(mCurrentUserId);
2596 if (userId == mCurrentUserId && mPendingUnlockStoreRead) {
2597 handleUserUnlockOrSwitch(mCurrentUserId);
2613 if (userId == mCurrentUserId && mUserManager.isUserUnlockingOrUnlocked(mCurrentUserId)) {
2615 clearInternalUserData(mCurrentUserId);
2767 mWifiConfigStore.setUserStore(WifiConfigStore.createUserFile(mCurrentUserId));
2796 mWifiConfigStore.setUserStore(WifiConfigStore.createUserFile(mCurrentUserId));
2874 config.creatorUid, mUserManager.getProfiles(mCurrentUserId))) {
2892 config.creatorUid, mUserManager.getProfiles(mCurrentUserId))) {