Searched refs:mPin1State (Results 1 – 1 of 1) sorted by relevance
78 private PinState mPin1State; field in UiccCardApplication116 mPin1State = as.pin1; in UiccCardApplication()146 PinState oldPin1State = mPin1State; in update()154 mPin1State = as.pin1; in update()181 if (mPin1State != oldPin1State) in update()320 switch (mPin1State) { in onQueryFacilityLock()337 if (DBG) log("Ignoring: pin1state=" + mPin1State); in onQueryFacilityLock()521 if (mPin1State == PinState.PINSTATE_ENABLED_NOT_VERIFIED || in notifyReadyRegistrantsIfNeeded()522 mPin1State == PinState.PINSTATE_ENABLED_BLOCKED || in notifyReadyRegistrantsIfNeeded()523 mPin1State == PinState.PINSTATE_ENABLED_PERM_BLOCKED) { in notifyReadyRegistrantsIfNeeded()[all …]