Searched refs:passwordOnly (Results 1 – 2 of 2) sorted by relevance
46 * authentication token with a later timestamp is presented. If the `passwordOnly' argument is57 * @param passwordOnly specifies whether the device must be unlocked with a password, rather71 … deviceLocked(bool passwordOnly, VerificationToken verificationToken) generates (ErrorCode error);
156 Return<ErrorCode> deviceLocked(bool passwordOnly, in deviceLocked() argument158 if (km4_1_dev_) return km4_1_dev_->deviceLocked(passwordOnly, verificationToken); in deviceLocked()