Home
last modified time | relevance | path

Searched refs:mIsDeviceLockedForUser (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore/
Dkeystore_keymaster_enforcement.h91 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