Searched refs:mPin1State (Results 1 – 1 of 1) sorted by relevance
71 private PinState mPin1State; field in UiccCardApplication103 mPin1State = as.pin1; in UiccCardApplication()138 mPin1State = as.pin1; in update()303 switch (mPin1State) { in onQueryFacilityLock()320 if (DBG) log("Ignoring: pin1state=" + mPin1State); in onQueryFacilityLock()479 if (mPin1State == PinState.PINSTATE_ENABLED_NOT_VERIFIED || in notifyReadyRegistrantsIfNeeded()480 mPin1State == PinState.PINSTATE_ENABLED_BLOCKED || in notifyReadyRegistrantsIfNeeded()481 mPin1State == PinState.PINSTATE_ENABLED_PERM_BLOCKED) { in notifyReadyRegistrantsIfNeeded()508 if (mPin1State == PinState.PINSTATE_ENABLED_VERIFIED || in notifyPinLockedRegistrantsIfNeeded()509 mPin1State == PinState.PINSTATE_DISABLED) { in notifyPinLockedRegistrantsIfNeeded()[all …]