Lines Matching full:card
1269 * Use PIN or PUK to unlock SIM card
1271 * If PUK is null, unlock SIM card with PIN
1273 * If PUK is not null, unlock SIM card with PUK and set PIN code
2049 * @return true if a ICC card is present
2057 * @return true if a ICC card is present for a slotId
2520 UiccCard card = UiccController.getInstance().getUiccCard(phone.getPhoneId());
2521 if (card == null) {
2525 return card.getCarrierPrivilegeStatusForCurrentTransaction(
2533 UiccCard card = UiccController.getInstance().getUiccCard(mPhone.getPhoneId());
2534 if (card == null) {
2538 return card.getCarrierPrivilegeStatus(mPhone.getContext().getPackageManager(), pkgName);
2547 UiccCard card = UiccController.getInstance().getUiccCard(i);
2548 if (card == null) {
2553 result = card.getCarrierPrivilegeStatus(
2569 UiccCard card = UiccController.getInstance().getUiccCard(phoneId);
2570 if (card == null) {
2574 return card.getCarrierPackageNamesForIntent(
2584 UiccCard card = UiccController.getInstance().getUiccCard(i);
2585 if (card == null) {
2589 if (card.hasCarrierPrivilegeRules()) {
2600 && card.getCarrierPrivilegeStatus(pkgInfo)
2612 UiccCard card = phone == null ? null : phone.getUiccCard();
2613 if (card == null) {
2617 String iccId = card.getIccId();