Home
last modified time | relevance | path

Searched defs:card (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapVcardListing.java50 BluetoothPbapCard card = new BluetoothPbapCard( in parse() local
/packages/apps/Settings/src/com/android/settings/dashboard/conditional/
DConditionAdapterUtils.java66 View card = view.itemView.findViewById(R.id.content); in bindViews() local
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java2520 UiccCard card = UiccController.getInstance().getUiccCard(phone.getPhoneId()); in getCarrierPrivilegeStatus() local
2547 UiccCard card = UiccController.getInstance().getUiccCard(i); in checkCarrierPrivilegesForPackageAnyPhone() local
2569 UiccCard card = UiccController.getInstance().getUiccCard(phoneId); in getCarrierPackageNamesForIntentAndPhone() local
2584 UiccCard card = UiccController.getInstance().getUiccCard(i); in getPackagesWithCarrierPrivileges() local
2612 UiccCard card = phone == null ? null : phone.getUiccCard(); in getIccId() local