Searched refs:effectiveGroupId (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/fingerprint/ |
D | FingerprintService.java | 703 final int effectiveGroupId = getEffectiveUserId(groupId); in enroll() local 709 … startEnrollment(token, cryptoClone, effectiveGroupId, receiver, flags, restricted); in enroll() 746 final int effectiveGroupId = getEffectiveUserId(groupId); in authenticate() local 752 startAuthentication(token, opId, effectiveGroupId, receiver, flags, restricted); in authenticate() 778 final int effectiveGroupId = getEffectiveUserId(groupId); in remove() local 782 startRemove(token, fingerId, effectiveGroupId, receiver, restricted); in remove() 802 final int effectiveGroupId = getEffectiveUserId(groupId); in rename() local 807 effectiveGroupId, name); in rename()
|