Searched refs:is_device_locked (Results 1 – 3 of 3) sorted by relevance
88 bool is_device_locked(int32_t userId) const override { in is_device_locked() function
194 virtual bool is_device_locked(int32_t userId) const = 0;
324 if (unlocked_device_required && is_device_locked(user_id)) { in AuthorizeBegin()