HomeSort by relevance Sort by last modified time
    Searched full:currentpassword (Results 1 - 2 of 2) sorted by null

  /system/core/gatekeeperd/
IGateKeeperService.cpp 42 const uint8_t *currentPassword =
44 if (!currentPassword) currentPasswordSize = 0;
54 currentPassword, currentPasswordSize, desiredPassword,
84 const uint8_t *currentPassword =
86 if (!currentPassword) currentPasswordSize = 0;
90 currentPasswordHandleSize, (uint8_t *) currentPassword, currentPasswordSize,
117 const uint8_t *currentPassword =
119 if (!currentPassword) currentPasswordSize = 0;
126 currentPasswordHandleSize, (uint8_t *) currentPassword, currentPasswordSize,
  /frameworks/base/core/java/android/service/gatekeeper/
IGateKeeperService.aidl 35 * @param currentPassword The previously enrolled plaintext password, or null if none.
41 GateKeeperResponse enroll(int uid, in byte[] currentPasswordHandle, in byte[] currentPassword,

Completed in 178 milliseconds