Searched refs:mIsDeviceLockedForUser (Results 1 – 1 of 1) sorted by relevance
91 if (mIsDeviceLockedForUser.count(userId) == 0) return true; in is_device_locked()92 return mIsDeviceLockedForUser.find(userId)->second; in is_device_locked()97 mIsDeviceLockedForUser[userId] = isLocked; in set_device_locked()102 std::map<int32_t, bool> mIsDeviceLockedForUser; variable