Home | History | Annotate | Download | only in keyguard

Lines Matching refs:isSimPinSecure

396                 final boolean disabledBySimPin = isSimPinSecure();
1230 return isSimPinSecure();
1233 public boolean isSimPinSecure() {
1236 if (isSimPinSecure(getSimState(info.getSubscriptionId()))) return true;
1280 public static boolean isSimPinSecure(IccCardConstants.State state) {