/frameworks/base/services/core/java/com/android/server/emergency/ |
D | EmergencyAffordanceService.java | 226 int mcc = info.getMcc(); in handleUpdateSimSubscriptionInfo() 279 mcc = ((CellInfoGsm) cellInfo).getCellIdentity().getMcc(); in handleUpdateCellInfo() 281 mcc = ((CellInfoLte) cellInfo).getCellIdentity().getMcc(); in handleUpdateCellInfo() 283 mcc = ((CellInfoWcdma) cellInfo).getCellIdentity().getMcc(); in handleUpdateCellInfo()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ImsiEncryptionInfoTest.java | 86 assertEquals("310", mImsiEncryptionInfo.getMcc()); in testSubProperties() 105 assertEquals("310", mImsiEncryptionInfo.getMcc()); in testParcel()
|
D | SubscriptionInfoTest.java | 45 assertEquals(310, mSubscriptionInfoUT.getMcc()); in testSubProperties()
|
D | SubscriptionControllerTest.java | 310 assertEquals(Integer.parseInt(mCcMncVERIZON.substring(0, 3)), subInfo.getMcc()); in testSetGetMCCMNC()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierInfoManager.java | 107 contentValues.put(Telephony.CarrierColumns.MCC, imsiEncryptionInfo.getMcc()); in updateOrInsertCarrierKey() 131 imsiEncryptionInfo.getMcc(), in updateOrInsertCarrierKey()
|
D | HbpcdUtils.java | 42 public int getMcc(int sid, int tz, int DSTflag, boolean isNitzTimeZone) { in getMcc() method in HbpcdUtils
|
D | RIL.java | 3649 c.mcc = convertNullToEmptyString(ci.getMcc()); in setAllowedCarriers() 3807 halImsiInfo.mcc = imsiEncryptionInfo.getMcc(); in setCarrierInfoForImsiEncryption()
|
D | ServiceStateTracker.java | 3144 int mcc = mHbpcdUtils.getMcc(sid, in fixUnknownMcc()
|
/frameworks/base/core/java/android/service/carrier/ |
D | CarrierIdentifier.java | 64 public String getMcc() { in getMcc() method in CarrierIdentifier
|
/frameworks/base/telephony/java/android/telephony/ |
D | ImsiEncryptionInfo.java | 82 public String getMcc() { in getMcc() method in ImsiEncryptionInfo
|
D | CellIdentityWcdma.java | 107 public int getMcc() { in getMcc() method in CellIdentityWcdma
|
D | CellIdentityLte.java | 108 public int getMcc() { in getMcc() method in CellIdentityLte
|
D | CellIdentityGsm.java | 106 public int getMcc() { in getMcc() method in CellIdentityGsm
|
D | SubscriptionInfo.java | 299 public int getMcc() { in getMcc() method in SubscriptionInfo
|
D | SubscriptionManager.java | 1519 newConfig.mcc = subInfo.getMcc(); in getResourcesForSubId()
|
/frameworks/base/api/ |
D | current.txt | 37158 method public java.lang.String getMcc(); 39707 method public int getMcc(); 39718 method public int getMcc(); 39730 method public int getMcc(); 40147 method public int getMcc();
|
D | test-current.txt | 37375 method public java.lang.String getMcc(); 39978 method public int getMcc(); 39989 method public int getMcc(); 40001 method public int getMcc(); 40418 method public int getMcc();
|
D | system-current.txt | 40247 method public java.lang.String getMcc(); 43148 method public int getMcc(); 43159 method public int getMcc(); 43171 method public int getMcc(); 43590 method public int getMcc();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28207 method public int getMcc(); 28217 method public int getMcc(); 28229 method public int getMcc(); 28624 method public int getMcc();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 6560 HPLandroid/telephony/CellIdentityLte;->getMcc()I
|