OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iccId
(Results
1 - 14
of
14
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
ISub.aidl
47
* Get the active SubscriptionInfo associated with the
iccId
48
* @param
iccId
the
IccId
of SIM card
52
SubscriptionInfo getActiveSubscriptionInfoForIccId(String
iccId
, String callingPackage);
98
* @param
iccId
the
IccId
of the SIM card
102
int addSubInfoRecord(String
iccId
, int slotId);
/frameworks/base/telephony/java/android/telephony/
SubscriptionInfo.java
123
public SubscriptionInfo(int id, String
iccId
, int simSlotIndex, CharSequence displayName,
127
this.mIccId =
iccId
;
311
String
iccId
= source.readString();
325
return new SubscriptionInfo(id,
iccId
, simSlotIndex, displayName, carrierName,
362
public static String givePrintableIccid(String
iccId
) {
364
if (
iccId
!= null) {
365
if (
iccId
.length() > 9 && !Build.IS_DEBUGGABLE) {
366
iccIdToPrint =
iccId
.substring(0, 9) + "XXXXXXXXXXX";
368
iccIdToPrint =
iccId
;
377
return "{id=" + mId + ",
iccId
=" + iccIdToPrint + " simSlotIndex=" + mSimSlotInde
[
all
...]
SubscriptionManager.java
510
* Get the active SubscriptionInfo associated with the
iccId
511
* @param
iccId
the
IccId
of SIM card
515
public SubscriptionInfo getActiveSubscriptionInfoForIccIndex(String
iccId
) {
516
if (VDBG) logd("[getActiveSubscriptionInfoForIccIndex]+
iccId
=" +
iccId
);
517
if (
iccId
== null) {
518
logd("[getActiveSubscriptionInfoForIccIndex]- null
iccid
");
527
result = iSub.getActiveSubscriptionInfoForIccId(
iccId
, mContext.getOpPackageName());
686
* @param
iccId
the IccId of the SIM car
[
all
...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
SubscriptionControllerMock.java
116
public SubscriptionInfo getActiveSubscriptionInfoForIccId(String
iccId
, String callingPackage) {
144
public int addSubInfoRecord(String
iccId
, int slotId) {
/packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java
[
all
...]
PhoneUtils.java
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java
267
String
iccId
= cursor.getString(cursor.getColumnIndexOrThrow(
297
String iccIdToPrint = SubscriptionInfo.givePrintableIccid(
iccId
);
298
logd("[getSubInfoRecord] id:" + id + "
iccid
:" + iccIdToPrint + " simSlotIndex:"
310
return new SubscriptionInfo(id,
iccId
, simSlotIndex, displayName, carrierName,
436
* Get the active SubscriptionInfo associated with the
iccId
437
* @param
iccId
the
IccId
of SIM card
442
public SubscriptionInfo getActiveSubscriptionInfoForIccId(String
iccId
, String callingPackage) {
454
if (si.getIccId() ==
iccId
) {
456
logd("[getActiveSubInfoUsingIccId]+
iccId
=" + iccId + " subInfo=" + si)
[
all
...]
SubscriptionInfoUpdater.java
87
* positive integer #: index to distinguish SIM cards with the same
IccId
244
logd("Wait for SIM" + (i + 1) + "
IccId
");
293
logd("Query
IccId
fail: " + ar.exception);
367
String
iccId
= mIccId[slotId];
368
if (
iccId
== null) {
369
logd("Querying
IccId
");
374
logd("NOT Querying
IccId
its already set sIccid[" + slotId + "]=" +
iccId
);
395
logd("onRecieve:
IccID
null");
594
logd("SUB" + (i + 1) + " has invalid
IccId
");
[
all
...]
Phone.java
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java
711
log("current
iccId
: " + getIccId());
713
String
iccId
= getIccId();
714
if (TextUtils.isEmpty(
iccId
)) {
720
String key = OPERATOR_BRAND_OVERRIDE_PREFIX +
iccId
;
730
String
iccId
= getIccId();
731
if (TextUtils.isEmpty(
iccId
)) {
735
return sp.getString(OPERATOR_BRAND_OVERRIDE_PREFIX +
iccId
, null);
739
//
ICCID
should be same across all the apps.
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-4.4_r1-robolectric-1.jar
Completed in 490 milliseconds