Home
last modified time | relevance | path

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

/aosp14/system/core/gatekeeperd/binder/android/service/gatekeeper/
H A DIGateKeeperService.aidl43 in @nullable byte[] currentPassword, in byte[] desiredPassword); in enroll()
/aosp14/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp80 const std::vector<uint8_t>& currentPassword, const std::vector<uint8_t>& desiredPassword, in enroll()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DFakeGateKeeperService.java94 byte[] desiredPassword) throws android.os.RemoteException { in enroll()
/aosp14/system/core/gatekeeperd/
H A Dgatekeeperd.cpp180 const std::vector<uint8_t>& desiredPassword, GKResponse* gkResponse) override { in enroll()