Home
last modified time | relevance | path

Searched refs:PinResultType (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DPinResult.java49 public @interface PinResultType {} annotation in PinResult
74 private final @PinResultType int mResult;
83 public @PinResultType int getResult() { in getResult()
123 public PinResult(@PinResultType int result, int attemptsRemaining) { in PinResult()