Loading core/java/android/service/gatekeeper/IGateKeeperService.aidl +9 −2 Original line number Diff line number Diff line Loading @@ -62,4 +62,11 @@ interface IGateKeeperService { */ byte[] verifyChallenge(int uid, long challenge, in byte[] enrolledPasswordHandle, in byte[] providedPassword); /** * Retrieves the secure identifier for the user with the provided Android ID, * or 0 if none is found. * @param uid the Android user id */ long getSecureUserId(int uid); } Loading
core/java/android/service/gatekeeper/IGateKeeperService.aidl +9 −2 Original line number Diff line number Diff line Loading @@ -62,4 +62,11 @@ interface IGateKeeperService { */ byte[] verifyChallenge(int uid, long challenge, in byte[] enrolledPasswordHandle, in byte[] providedPassword); /** * Retrieves the secure identifier for the user with the provided Android ID, * or 0 if none is found. * @param uid the Android user id */ long getSecureUserId(int uid); }