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
115
public SubscriptionInfo(int id, String
iccId
, int simSlotIndex, CharSequence displayName,
119
this.mIccId =
iccId
;
291
String
iccId
= source.readString();
304
return new SubscriptionInfo(id,
iccId
, simSlotIndex, displayName, carrierName,
339
public static String givePrintableIccid(String
iccId
) {
341
if (
iccId
!= null) {
342
if (
iccId
.length() > 9 && !Build.IS_DEBUGGABLE) {
343
iccIdToPrint =
iccId
.substring(0, 9) + "XXXXXXXXXXX";
345
iccIdToPrint =
iccId
;
354
return "{id=" + mId + ",
iccId
=" + iccIdToPrint + " simSlotIndex=" + mSimSlotInde
[
all
...]
SubscriptionManager.java
497
* Get the active SubscriptionInfo associated with the
iccId
498
* @param
iccId
the
IccId
of SIM card
502
public SubscriptionInfo getActiveSubscriptionInfoForIccIndex(String
iccId
) {
503
if (VDBG) logd("[getActiveSubscriptionInfoForIccIndex]+
iccId
=" +
iccId
);
504
if (
iccId
== null) {
505
logd("[getActiveSubscriptionInfoForIccIndex]- null
iccid
");
514
result = iSub.getActiveSubscriptionInfoForIccId(
iccId
, mContext.getOpPackageName());
673
* @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(
294
String iccIdToPrint = SubscriptionInfo.givePrintableIccid(
iccId
);
295
logd("[getSubInfoRecord] id:" + id + "
iccid
:" + iccIdToPrint + " simSlotIndex:"
306
return new SubscriptionInfo(id,
iccId
, simSlotIndex, displayName, carrierName,
431
* Get the active SubscriptionInfo associated with the
iccId
432
* @param
iccId
the
IccId
of SIM card
437
public SubscriptionInfo getActiveSubscriptionInfoForIccId(String
iccId
, String callingPackage) {
449
if (si.getIccId() ==
iccId
) {
451
logd("[getActiveSubInfoUsingIccId]+
iccId
=" + iccId + " subInfo=" + si)
[
all
...]
SubscriptionInfoUpdater.java
88
* positive integer #: index to distinguish SIM cards with the same
IccId
249
logd("Wait for SIM" + (i + 1) + "
IccId
");
298
logd("Query
IccId
fail: " + ar.exception);
376
String
iccId
= mIccId[slotId];
377
if (
iccId
== null) {
378
logd("Querying
IccId
");
383
logd("NOT Querying
IccId
its already set sIccid[" + slotId + "]=" +
iccId
);
404
logd("onRecieve:
IccID
null");
604
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 702 milliseconds