Loading gatekeeper/aidl/android/hardware/gatekeeper/IGatekeeper.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ interface IGatekeeper { const int STATUS_REENROLL = 1; /* operation is successful */ const int STATUS_OK = 0; /* operation is successful. */ /* operation failed. */ const int ERROR_GENERAL_FAILURE = -1; /* operation should be retried after timeout. */ const int ERROR_RETRY_TIMEOUT = -2; Loading Loading
gatekeeper/aidl/android/hardware/gatekeeper/IGatekeeper.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ interface IGatekeeper { const int STATUS_REENROLL = 1; /* operation is successful */ const int STATUS_OK = 0; /* operation is successful. */ /* operation failed. */ const int ERROR_GENERAL_FAILURE = -1; /* operation should be retried after timeout. */ const int ERROR_RETRY_TIMEOUT = -2; Loading