Home
last modified time | relevance | path

Searched defs:desiredPassword (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/core/gatekeeperd/binder/android/service/gatekeeper/
H A DIGateKeeperService.aidl43 in @nullable byte[] currentPassword, in byte[] desiredPassword); in enroll()
/aosp12/hardware/interfaces/gatekeeper/1.0/software/
H A DSoftGateKeeperDevice.cpp47 const hidl_vec<uint8_t>& desiredPassword, in enroll()
/aosp12/hardware/interfaces/gatekeeper/1.0/default/
H A DGatekeeper.cpp58 const hidl_vec<uint8_t>& desiredPassword, in enroll()
/aosp12/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp67 const hidl_vec<uint8_t>& desiredPassword, in enroll()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DFakeGateKeeperService.java94 byte[] desiredPassword) throws android.os.RemoteException { in enroll()
/aosp12/system/core/gatekeeperd/
H A Dgatekeeperd.cpp164 const std::vector<uint8_t>& desiredPassword, GKResponse* gkResponse) override { in enroll()