/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioCapability.java | 116 private int mPhoneId; field in RadioCapability 134 mPhoneId = phoneId; in RadioCapability() 148 return mPhoneId; in getPhoneId() 209 return "{mPhoneId = " + mPhoneId in toString()
|
D | GsmCdmaPhone.java | 259 mVoiceCallSessionStats = new VoiceCallSessionStats(mPhoneId, this); in GsmCdmaPhone() 314 logd("GsmCdmaPhone: constructor: sub = " + mPhoneId); in GsmCdmaPhone() 324 if (mPhoneId == intent.getIntExtra(CarrierConfigManager.EXTRA_SLOT_INDEX, -1)) { 436 tm.setSimOperatorNameForPhone(mPhoneId, operatorAlpha); in initRatSpecific() 442 tm.setSimOperatorNumericForPhone(mPhoneId, operatorNumeric); in initRatSpecific() 455 tm.setSimCountryIsoForPhone(mPhoneId, iso); in initRatSpecific() 901 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getIccSerialNumber() 911 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getFullIccSerialNumber() 1321 && ImsManager.getInstance(mContext, mPhoneId).isNonTtyOrTtyOnVolteEnabled() in dial() 1355 Phone.checkWfcWifiOnlyModeBeforeDial(mImsPhone, mPhoneId, mContext); in dial() [all …]
|
D | PhoneSwitcher.java | 112 int mPhoneId = INVALID_PHONE_INDEX; field in PhoneSwitcher.EmergencyOverrideRequest 152 + " hasCallback= %b, ecmFinishStatus= %b]", mPhoneId, mGnssOverrideTimeMs, in toString() 569 if (mEmergencyOverride.mPhoneId != req.mPhoneId) { in handleMessage() 570 log("emergency override requested for phone id " + req.mPhoneId + " when " in handleMessage() 572 + mEmergencyOverride.mPhoneId + ". Ignoring."); in handleMessage() 967 request.mPhoneId = phoneId; in overrideDefaultDataForEmergency() 1055 if (mEmergencyOverride != null && findPhoneById(mEmergencyOverride.mPhoneId) != null) { in updatePreferredDataPhoneId() 1061 + " phoneId = " + mEmergencyOverride.mPhoneId); in updatePreferredDataPhoneId() 1062 mPreferredDataPhoneId = mEmergencyOverride.mPhoneId; in updatePreferredDataPhoneId()
|
D | RIL.java | 239 final Integer mPhoneId; field in RIL 371 mMetrics.writeOnRilTimeoutResponse(mPhoneId, rr.mSerial, rr.mRequest); in handleMessage() 393 mRadioBugDetector = new RadioBugDetector(mContext, mPhoneId); in getRadioBugDetector() 470 if (!SubscriptionManager.isValidPhoneId(mPhoneId)) return null; in getRadioProxy() 486 if (mDisabledRadioServices.contains(mPhoneId)) { in getRadioProxy() 487 riljLoge("getRadioProxy: mRadioProxy for " + HIDL_SERVICE_NAME[mPhoneId] in getRadioProxy() 492 HIDL_SERVICE_NAME[mPhoneId], true); in getRadioProxy() 500 HIDL_SERVICE_NAME[mPhoneId], true); in getRadioProxy() 509 HIDL_SERVICE_NAME[mPhoneId], true); in getRadioProxy() 518 HIDL_SERVICE_NAME[mPhoneId], true); in getRadioProxy() [all …]
|
D | CarrierInfoManager.java | 190 public void resetCarrierKeysForImsiEncryption(Context context, int mPhoneId) { in resetCarrierKeysForImsiEncryption() argument 201 SubscriptionManager.putPhoneIdAndSubIdExtra(resetIntent, mPhoneId); in resetCarrierKeysForImsiEncryption()
|
D | Phone.java | 328 protected int mPhoneId; field in Phone 525 mPhoneId = phoneId; in Phone() 2767 mPhoneId, UiccController.APP_FAM_3GPP); in setVoiceMessageCount() 3587 return mUiccController.getUiccCard(mPhoneId); in getUiccCard() 3732 return SubscriptionController.getInstance().getSubIdUsingPhoneId(mPhoneId); in getSubId() 3740 return mPhoneId; in getPhoneId() 4070 ImsManager imsManager = ImsManager.getInstance(mContext, mPhoneId); in isImsUseEnabled() 4394 pw.println(" mPhoneId=" + mPhoneId); in dump()
|
D | RadioResponse.java | 2306 int[] subId = SubscriptionManager.getSubId(mRil.mPhoneId); in responseCellList()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccSlot.java | 69 private int mPhoneId = INVALID_PHONE_ID; field in UiccSlot 91 mPhoneId = phoneId; in update() 123 mUiccCard = new UiccCard(mContext, mCi, ics, mPhoneId, mLock); in update() 157 UiccController.updateInternalIccStateForInactiveSlot(mContext, mPhoneId, mIccId); in update() 161 mPhoneId = INVALID_PHONE_ID; in update() 166 mPhoneId = iss.logicalSlotIndex; in update() 193 mContext, IccCardConstants.State.ABSENT, null, mPhoneId); in updateCardStateAbsent() 260 return mPhoneId; in getPhoneId() 300 Phone phone = PhoneFactory.getPhone(mPhoneId); in onIccSwap() 414 if (mPhoneId != INVALID_PHONE_ID) { in onRadioStateUnavailable() [all …]
|
D | UiccProfile.java | 114 private final int mPhoneId; field in UiccProfile 198 logWithLocalLog("handleMessage: Received " + eventName + " for phoneId " + mPhoneId); 224 mPhoneId, mIccRecords.getServiceProviderName()); 266 mPhoneId = phoneId; in UiccProfile() 371 final int subId = subCon.getSubIdUsingPhoneId(mPhoneId); in handleCarrierNameOverride() 373 loge("subId not valid for Phone " + mPhoneId); in handleCarrierNameOverride() 402 Phone phone = PhoneFactory.getPhone(mPhoneId); in handleCarrierNameOverride() 416 mTelephonyManager.setSimOperatorNameForPhone(mPhoneId, newCarrierName); in handleCarrierNameOverride() 436 final int subId = subCon.getSubIdUsingPhoneId(mPhoneId); in handleSimCountryIsoOverride() 438 loge("subId not valid for Phone " + mPhoneId); in handleSimCountryIsoOverride() [all …]
|
D | UiccCard.java | 65 private final int mPhoneId; field in UiccCard 70 mPhoneId = phoneId; in UiccCard() 97 mContext, mCi, ics, mPhoneId, this, mLock); in update() 363 return mPhoneId; in getPhoneId() 532 pw.println(" mPhoneId=" + mPhoneId); in dump()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | FeatureConnector.java | 68 protected final int mPhoneId; field in FeatureConnector 97 mPhoneId = phoneId; in FeatureConnector() 107 mPhoneId = phoneId; in FeatureConnector() 118 mPhoneId = phoneId; in FeatureConnector() 282 Rlog.d(TAG, "[" + mLogPrefix + ", " + mPhoneId + "] " + message); in log() 286 Rlog.w(TAG, "[" + mLogPrefix + ", " + mPhoneId + "] " + message); in logw()
|
D | ImsManager.java | 244 private int mPhoneId; field in ImsManager 519 PROPERTY_DBG_VOLTE_AVAIL_OVERRIDE + Integer.toString(mPhoneId), in isVolteEnabledByPlatform() 670 Integer.toString(mPhoneId), SYSTEM_PROPERTY_NOT_SET) == 1 || in isVtEnabledByPlatform() 789 Integer.toString(mPhoneId), SYSTEM_PROPERTY_NOT_SET) == 1 || in isTurnOffImsAllowedByPlatform() 1074 int[] subIds = SubscriptionManager.getSubId(mPhoneId); in getSubId() 1190 Integer.toString(mPhoneId), SYSTEM_PROPERTY_NOT_SET) == 1 || in isWfcEnabledByPlatform() 1206 int cardState = manager.getSimState(mPhoneId); in isSuppServicesOverUtEnabledByPlatform() 1527 mPhoneId = phoneId; in ImsManager() 2324 mMmTelFeatureConnection = MmTelFeatureConnection.create(mContext, mPhoneId); in createImsService() 2360 Rlog.d(TAG + " [" + mPhoneId + "]", s); in log() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/ |
D | VendorGsmCdmaPhone.java | 75 Rlog.d(LOG_TAG, "ProvisionStatus: " + isUiccApplicationEnabled + " phone id:" + mPhoneId); in isCurrentSubValid() 92 Rlog.d(LOG_TAG, "notify call forward indication, phone id:" + mPhoneId); in handleMessage() 169 Rlog.d(LOG_TAG, "[" + mPhoneId +" ] " + msg); in logd() 173 Rlog.e(LOG_TAG, "[" + mPhoneId +" ] " + msg); in loge()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | FeatureConnectionTest.java | 106 private int mPhoneId; field in FeatureConnectionTest 114 mPhoneId = mPhone.getPhoneId(); in setUp() 119 mTestFeatureConnection = new TestFeatureConnection(mContext, mPhoneId); in setUp()
|
D | ImsManagerTest.java | 84 private int mPhoneId; field in ImsManagerTest 89 mPhoneId = mPhone.getPhoneId(); in setUp() 94 doReturn(mSubId).when(mSubscriptionController).getSubId(mPhoneId); in setUp() 106 mImsManagerInstances.remove(mPhoneId); in setUp() 868 ImsManager imsManager = ImsManager.getInstance(mContext, mPhoneId); in getImsManagerAndInitProvisionedValues()
|
/frameworks/base/telephony/java/android/telephony/ |
D | RadioAccessFamily.java | 82 private int mPhoneId; field in RadioAccessFamily 97 mPhoneId = phoneId; in RadioAccessFamily() 108 return mPhoneId; in getPhoneId() 123 String ret = "{ mPhoneId = " + mPhoneId in toString() 147 outParcel.writeInt(mPhoneId); in writeToParcel()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadHandler.java | 61 private final int mPhoneId; field in UsimDataDownloadHandler 65 mPhoneId = phoneId; in UsimDataDownloadHandler() 289 metrics.writeIncomingSMSPP(mPhoneId, android.telephony.SmsMessage.FORMAT_3GPP, result); in addUsimDataDownloadToMetrics()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhone.java | 424 mPhoneId = mDefaultPhone.getPhoneId(); in ImsPhone() 2147 if (ImsManager.getInstance(mContext, mPhoneId).isWfcEnabledByUser()) { in processDisconnectReason() 2311 ImsManager imsManager = ImsManager.getInstance(mContext, mPhoneId); in updateRoamingState() 2367 mMetrics.writeOnImsConnectionState(mPhoneId, ImsConnectionState.State.CONNECTED, null); 2379 mMetrics.writeOnImsConnectionState(mPhoneId, ImsConnectionState.State.PROGRESSING, 2389 mMetrics.writeOnImsConnectionState(mPhoneId, ImsConnectionState.State.DISCONNECTED, 2466 Rlog.i(LOG_TAG, "[" + mPhoneId + "] " + s); in logi() 2470 Rlog.v(LOG_TAG, "[" + mPhoneId + "] " + s); in logv() 2474 Rlog.d(LOG_TAG, "[" + mPhoneId + "] " + s); in logd() 2478 Rlog.e(LOG_TAG, "[" + mPhoneId + "] " + s); in loge()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | VoiceCallSessionStats.java | 119 private final int mPhoneId; field in VoiceCallSessionStats 128 mPhoneId = phoneId; in VoiceCallSessionStats() 490 return mUiccController.getSlotIdFromPhoneId(mPhoneId); in getSimSlotId()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 69107 Landroid/telephony/RadioAccessFamily;->mPhoneId:I
|