Loading gatekeeper/aidl/android/hardware/gatekeeper/GatekeeperEnrollResponse.aidl +3 −2 Original line number Original line Diff line number Diff line Loading @@ -22,11 +22,12 @@ package android.hardware.gatekeeper; @VintfStability @VintfStability parcelable GatekeeperEnrollResponse { parcelable GatekeeperEnrollResponse { /** /** * Request completion status * Request completion status. The status code can be IGatekeeper::STATUS_OK * or IGatekeeper::ERROR_RETRY_TIMEOUT. */ */ int statusCode; int statusCode; /** /** * Retry timeout in ms, if code == ERROR_RETRY_TIMEOUT * Retry timeout in ms, if code == IGatekeeper::ERROR_RETRY_TIMEOUT * otherwise unused (0) * otherwise unused (0) */ */ int timeoutMs; int timeoutMs; Loading gatekeeper/aidl/android/hardware/gatekeeper/GatekeeperVerifyResponse.aidl +3 −2 Original line number Original line Diff line number Diff line Loading @@ -24,11 +24,12 @@ import android.hardware.security.keymint.HardwareAuthToken; @VintfStability @VintfStability parcelable GatekeeperVerifyResponse { parcelable GatekeeperVerifyResponse { /** /** * Request completion status * Request completion status. The status code can be IGatekeeper::STATUS_OK * or IGatekeeper::ERROR_RETRY_TIMEOUT or IGatekeeper::STATUS_REENROLL. */ */ int statusCode; int statusCode; /** /** * Retry timeout in ms, if code == ERROR_RETRY_TIMEOUT * Retry timeout in ms, if code == IGatekeeper::ERROR_RETRY_TIMEOUT * otherwise unused (0) * otherwise unused (0) */ */ int timeoutMs; int timeoutMs; Loading Loading
gatekeeper/aidl/android/hardware/gatekeeper/GatekeeperEnrollResponse.aidl +3 −2 Original line number Original line Diff line number Diff line Loading @@ -22,11 +22,12 @@ package android.hardware.gatekeeper; @VintfStability @VintfStability parcelable GatekeeperEnrollResponse { parcelable GatekeeperEnrollResponse { /** /** * Request completion status * Request completion status. The status code can be IGatekeeper::STATUS_OK * or IGatekeeper::ERROR_RETRY_TIMEOUT. */ */ int statusCode; int statusCode; /** /** * Retry timeout in ms, if code == ERROR_RETRY_TIMEOUT * Retry timeout in ms, if code == IGatekeeper::ERROR_RETRY_TIMEOUT * otherwise unused (0) * otherwise unused (0) */ */ int timeoutMs; int timeoutMs; Loading
gatekeeper/aidl/android/hardware/gatekeeper/GatekeeperVerifyResponse.aidl +3 −2 Original line number Original line Diff line number Diff line Loading @@ -24,11 +24,12 @@ import android.hardware.security.keymint.HardwareAuthToken; @VintfStability @VintfStability parcelable GatekeeperVerifyResponse { parcelable GatekeeperVerifyResponse { /** /** * Request completion status * Request completion status. The status code can be IGatekeeper::STATUS_OK * or IGatekeeper::ERROR_RETRY_TIMEOUT or IGatekeeper::STATUS_REENROLL. */ */ int statusCode; int statusCode; /** /** * Retry timeout in ms, if code == ERROR_RETRY_TIMEOUT * Retry timeout in ms, if code == IGatekeeper::ERROR_RETRY_TIMEOUT * otherwise unused (0) * otherwise unused (0) */ */ int timeoutMs; int timeoutMs; Loading