Loading telephony/java/android/telephony/PinResult.java +6 −6 Original line number Diff line number Diff line Loading @@ -67,9 +67,9 @@ public final class PinResult implements Parcelable { /** * Returns either success, incorrect or failure. * * @see: #PIN_RESULT_TYPE_SUCCESS * @see: #PIN_RESULT_TYPE_INCORRECT * @see: #PIN_RESULT_TYPE_FAILURE * @see #PIN_RESULT_TYPE_SUCCESS * @see #PIN_RESULT_TYPE_INCORRECT * @see #PIN_RESULT_TYPE_FAILURE * @return The result type of the pin attempt. */ public @PinResultType int getType() { Loading @@ -94,9 +94,9 @@ public final class PinResult implements Parcelable { * PinResult constructor * * @param type The type of pin result. * @see: #PIN_RESULT_TYPE_SUCCESS * @see: #PIN_RESULT_TYPE_INCORRECT * @see: #PIN_RESULT_TYPE_FAILURE * @see #PIN_RESULT_TYPE_SUCCESS * @see #PIN_RESULT_TYPE_INCORRECT * @see #PIN_RESULT_TYPE_FAILURE * @param attemptsRemaining Number of pin attempts remaining. */ public PinResult(@PinResultType int type, int attemptsRemaining) { Loading Loading
telephony/java/android/telephony/PinResult.java +6 −6 Original line number Diff line number Diff line Loading @@ -67,9 +67,9 @@ public final class PinResult implements Parcelable { /** * Returns either success, incorrect or failure. * * @see: #PIN_RESULT_TYPE_SUCCESS * @see: #PIN_RESULT_TYPE_INCORRECT * @see: #PIN_RESULT_TYPE_FAILURE * @see #PIN_RESULT_TYPE_SUCCESS * @see #PIN_RESULT_TYPE_INCORRECT * @see #PIN_RESULT_TYPE_FAILURE * @return The result type of the pin attempt. */ public @PinResultType int getType() { Loading @@ -94,9 +94,9 @@ public final class PinResult implements Parcelable { * PinResult constructor * * @param type The type of pin result. * @see: #PIN_RESULT_TYPE_SUCCESS * @see: #PIN_RESULT_TYPE_INCORRECT * @see: #PIN_RESULT_TYPE_FAILURE * @see #PIN_RESULT_TYPE_SUCCESS * @see #PIN_RESULT_TYPE_INCORRECT * @see #PIN_RESULT_TYPE_FAILURE * @param attemptsRemaining Number of pin attempts remaining. */ public PinResult(@PinResultType int type, int attemptsRemaining) { Loading