/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 766 public void updateSimState(int phoneId, int simState) { in updateSimState() 783 int phoneId = info.getSimSlotIndex(); in updateActiveSubscriptionInfoList() local 816 private static ActiveSubscriptionInfo makeInvalidSubscriptionInfo(int phoneId) { in makeInvalidSubscriptionInfo() 842 public void writeCarrierKeyEvent(int phoneId, int keyType, boolean isDownloadSuccessful) { in writeCarrierKeyEvent() 968 private synchronized void annotateInProgressCallSession(long timestamp, int phoneId, in annotateInProgressCallSession() 983 private synchronized void annotateInProgressSmsSession(long timestamp, int phoneId, in annotateInProgressSmsSession() 997 private synchronized InProgressCallSession startNewCallSessionIfNeeded(int phoneId) { in startNewCallSessionIfNeeded() 1036 private synchronized InProgressSmsSession startNewSmsSessionIfNeeded(int phoneId) { in startNewSmsSessionIfNeeded() 1052 private InProgressSmsSession startNewSmsSession(int phoneId) { in startNewSmsSession() 1148 public synchronized void writeServiceStateChanged(int phoneId, ServiceState serviceState) { in writeServiceStateChanged() [all …]
|
D | InProgressSmsSession.java | 34 public final int phoneId; field in InProgressSmsSession 77 public InProgressSmsSession(int phoneId) { in InProgressSmsSession()
|
D | InProgressCallSession.java | 33 public final int phoneId; field in InProgressCallSession 61 public InProgressCallSession(int phoneId) { in InProgressCallSession()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/ |
D | VendorPhoneSwitcher.java | 229 private boolean isSimReady(int phoneId) { in isSimReady() 409 int phoneId = INVALID_PHONE_INDEX; in phoneIdForRequest() local 419 protected boolean isUiccProvisioned(int phoneId) { in isUiccProvisioned() 427 protected void deactivate(int phoneId) { in deactivate() 445 protected void activate(int phoneId) { in activate() 459 protected void sendRilCommands(int phoneId) { in sendRilCommands() 500 int phoneId = phone.getPhoneId(); in isPhoneInVoiceCall() local 509 private void resetConnectFailureCount(int phoneId) { in resetConnectFailureCount() 513 private void incConnectFailureCount(int phoneId) { in incConnectFailureCount() 518 public int getConnectFailureCount(int phoneId) { in getConnectFailureCount() [all …]
|
D | VendorSubscriptionInfoUpdater.java | 82 protected void handleSimReady(int phoneId) { in handleSimReady() 117 protected void handleSimLoaded(int phoneId) { in handleSimLoaded() 128 synchronized protected void updateSubscriptionInfoByIccId(int phoneId, in updateSubscriptionInfoByIccId()
|
D | VendorGsmCdmaPhone.java | 42 CommandsInterface ci, PhoneNotifier notifier, int phoneId, in VendorGsmCdmaPhone() 49 CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode, int phoneId, in VendorGsmCdmaPhone()
|
/frameworks/base/core/java/com/android/internal/telephony/ |
D | ITelephonyRegistry.aidl | 56 void notifyCallState(in int phoneId, in int subId, int state, String incomingNumber); in notifyCallState() 57 void notifyServiceStateForPhoneId(in int phoneId, in int subId, in ServiceState state); in notifyServiceStateForPhoneId() 58 void notifySignalStrengthForPhoneId(in int phoneId, in int subId, in notifySignalStrengthForPhoneId() 60 void notifyMessageWaitingChangedForPhoneId(in int phoneId, in int subId, in boolean mwi); in notifyMessageWaitingChangedForPhoneId() 68 int phoneId, int subId, String apnType, in PreciseDataConnectionState preciseState); in notifyDataConnectionForSubscriber() 71 void notifyDataConnectionFailedForSubscriber(int phoneId, int subId, String apnType); in notifyDataConnectionFailedForSubscriber() 77 void notifyPreciseCallState(int phoneId, int subId, int ringingCallState, in notifyPreciseCallState() 79 void notifyDisconnectCause(int phoneId, int subId, int disconnectCause, in notifyDisconnectCause() 81 void notifyPreciseDataConnectionFailed(int phoneId, int subId, String apnType, String apn, in notifyPreciseDataConnectionFailed() 85 void notifySimActivationStateChangedForPhoneId(in int phoneId, in int subId, in notifySimActivationStateChangedForPhoneId() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccSlotTest.java | 141 int phoneId = 0; in testUpdateActiveSlotStatus() local 239 int phoneId = 0; in testUpdateAbsentState() local 281 int phoneId = 0; in testUiccSlotCreateAndDispose() local 306 int phoneId = 0; in testUiccSlotBroadcastAbsent() local 339 int phoneId = 0; in testNotRemovable() local 355 int phoneId = 0; in testIsRemovable() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 149 int phoneId = SubscriptionManager.INVALID_SIM_SLOT_INDEX; field in TelephonyRegistry.Record 822 int phoneId = getPhoneIdFromSubId(subId); in listen() local 1120 private String getCallIncomingNumber(Record record, int phoneId) { in getCallIncomingNumber() 1250 public void notifyCallState(int phoneId, int subId, int state, String incomingNumber) { in notifyCallState() 1280 public void notifyServiceStateForPhoneId(int phoneId, int subId, ServiceState state) { in notifyServiceStateForPhoneId() 1337 public void notifySimActivationStateChangedForPhoneId(int phoneId, int subId, in notifySimActivationStateChangedForPhoneId() 1398 public void notifySignalStrengthForPhoneId(int phoneId, int subId, in notifySignalStrengthForPhoneId() 1472 int phoneId = getPhoneIdFromSubId(subId); in notifyCarrierNetworkChange() local 1505 int phoneId = getPhoneIdFromSubId(subId); in notifyCellInfoForSubscriber() local 1530 public void notifyMessageWaitingChangedForPhoneId(int phoneId, int subId, boolean mwi) { in notifyMessageWaitingChangedForPhoneId() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionInfoUpdater.java | 203 public void updateInternalIccState(String simStatus, String reason, int phoneId) { in updateInternalIccState() 371 protected int getCardIdFromPhoneId(int phoneId) { in getCardIdFromPhoneId() 385 protected void handleSimLocked(int phoneId, String reason) { in handleSimLocked() 432 protected void handleSimReady(int phoneId) { in handleSimReady() 447 protected void handleSimNotReady(int phoneId) { in handleSimNotReady() 477 private boolean areUiccAppsDisabledOnCard(int phoneId) { in areUiccAppsDisabledOnCard() 488 protected void handleSimLoaded(int phoneId) { in handleSimLoaded() 620 private void updateCarrierServices(int phoneId, String simState) { in updateCarrierServices() 627 private void updateSubscriptionCarrierId(int phoneId, String simState) { in updateSubscriptionCarrierId() 637 private void handleInactiveSlotIccStateChange(int phoneId, String iccId) { in handleInactiveSlotIccStateChange() [all …]
|
D | PhoneSwitcher.java | 478 final int phoneId = msg.arg1; in handleMessage() local 550 int phoneId = (int) ar.userObj; in handleMessage() local 558 int phoneId = (int) msg.obj; in handleMessage() local 916 protected void activate(int phoneId) { in activate() 921 protected void deactivate(int phoneId) { in deactivate() 925 private void switchPhone(int phoneId, boolean active) { in switchPhone() 938 public void onRadioCapChanged(int phoneId) { in onRadioCapChanged() 962 public void overrideDefaultDataForEmergency(int phoneId, int overrideTimeSec, in overrideDefaultDataForEmergency() 974 protected void sendRilCommands(int phoneId) { in sendRilCommands() 1023 int phoneId = INVALID_PHONE_INDEX; in phoneIdForRequest() local [all …]
|
D | ProxyController.java | 158 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in registerForAllDataDisconnected() local 166 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in unregisterForAllDataDisconnected() local 175 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in areAllDataDisconnected() local 191 public int getRadioAccessFamily(int phoneId) { in getRadioAccessFamily() 267 int phoneId = rafs[i].getPhoneId(); in doSetRadioCapabilities() local 631 private void sendRadioCapabilityRequest(int phoneId, int sessionId, int rcPhase, in sendRadioCapabilityRequest()
|
D | PhoneConfigurationManager.java | 168 int phoneId = msg.arg1; in handleMessage() local 216 int phoneId = phone.getPhoneId(); in getPhoneStatus() local 254 public boolean getPhoneStatusFromCache(int phoneId) throws NoSuchElementException { in getPhoneStatusFromCache() 276 public void addToPhoneStatusCache(int phoneId, boolean status) { in addToPhoneStatusCache()
|
D | DefaultPhoneNotifier.java | 70 int phoneId = sender.getPhoneId(); in notifyPhoneState() local 82 int phoneId = sender.getPhoneId(); in notifyServiceState() local 96 int phoneId = sender.getPhoneId(); in notifySignalStrength() local 109 int phoneId = sender.getPhoneId(); in notifyMessageWaitingChanged() local 139 int phoneId = sender.getPhoneId(); in notifyDataConnection() local
|
D | CarrierInfoManager.java | 114 Context context, int phoneId) { in updateOrInsertCarrierKey() 176 Context context, int phoneId) { in setCarrierInfoForImsiEncryption()
|
D | CarrierServiceBindHelper.java | 168 void updateForPhoneId(int phoneId, String simState) { in updateForPhoneId() 184 private int phoneId; field in CarrierServiceBindHelper.AppBinding 194 public AppBinding(int phoneId) { in AppBinding()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsService.aidl | 36 int open(int phoneId, int serviceClass, in PendingIntent incomingCallIntent, in open() 51 void addRegistrationListener(int phoneId, int serviceClass, in addRegistrationListener() 68 IImsConfig getConfigInterface(int phoneId); in getConfigInterface() 73 void turnOnIms(int phoneId); in turnOnIms() 79 void turnOffIms(int phoneId); in turnOffIms()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierResolverTest.java | 116 int phoneId = mPhone.getPhoneId(); in testCarrierMatch() local 134 int phoneId = mPhone.getPhoneId(); in testMnoCarrierId() local 158 int phoneId = mPhone.getPhoneId(); in testPreciseCarrierId() local 199 int phoneId = mPhone.getPhoneId(); in testCarrierMatchSimAbsent() local 218 int phoneId = mPhone.getPhoneId(); in testCarrierNoMatch() local 252 int phoneId = mPhone.getPhoneId(); in testCarrierMatchPreferApnChange() local
|
D | SubscriptionInfoUpdaterTest.java | 739 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigOpportunisticUnchanged() local 761 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigOpportunisticSetOpportunistic() local 792 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigOpportunisticAddToGroup() local 826 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigOpportunisticRemoveFromGroup() local 869 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigCarrierCertificates() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsRcsStatusListener.java | 28 void onRcsConnected(int phoneId, RcsFeatureManager rcsFeatureManager); in onRcsConnected() 33 void onRcsDisconnected(int phoneId); in onRcsDisconnected()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | TelephonyNetworkFactoryTest.java | 129 private void activatePhoneInPhoneSwitcher(int phoneId, boolean active) { in activatePhoneInPhoneSwitcher() 134 private void activatePhoneInPhoneSwitcher(int phoneId, NetworkRequest nr, boolean active) { in activatePhoneInPhoneSwitcher() 184 final int phoneId = 0; in testActive() local 255 final int phoneId = 0; in testRequests() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccController.java | 281 public int getSlotIdFromPhoneId(int phoneId) { in getSlotIdFromPhoneId() 301 public UiccCard getUiccCard(int phoneId) { in getUiccCard() 328 public UiccCard getUiccCardForPhone(int phoneId) { in getUiccCardForPhone() 345 public UiccProfile getUiccProfileForPhone(int phoneId) { in getUiccProfileForPhone() 388 public UiccSlot getUiccSlotForPhone(int phoneId) { in getUiccSlotForPhone() 429 public IccRecords getIccRecords(int phoneId, int family) { in getIccRecords() 441 public IccFileHandler getIccFileHandler(int phoneId, int family) { in getIccFileHandler() 472 Integer phoneId = getCiIndex(msg); in handleMessage() local 620 public UiccCardApplication getUiccCardApplication(int phoneId, int family) { in getUiccCardApplication() 665 int phoneId) { in updateInternalIccState() [all …]
|
/frameworks/base/core/java/android/telephony/ |
D | CellBroadcastIntents.java | 105 private static void putPhoneIdAndSubIdExtra(Context context, Intent intent, int phoneId) { in putPhoneIdAndSubIdExtra() 121 private static int getSubIdForPhone(Context context, int phoneId) { in getSubIdForPhone()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | FeatureConnector.java | 94 public FeatureConnector(Context context, int phoneId, Listener<T> listener, in FeatureConnector() 104 public FeatureConnector(Context context, int phoneId, Listener<T> listener, in FeatureConnector() 114 public FeatureConnector(Context context, int phoneId, Listener<T> listener, in FeatureConnector()
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 2263 int phoneId; in getCurrentPhoneType() local 2322 private int getPhoneTypeFromProperty(int phoneId) { in getPhoneTypeFromProperty() 2334 private int getPhoneTypeFromNetworkType(int phoneId) { in getPhoneTypeFromNetworkType() 2436 int phoneId = SubscriptionManager.getPhoneId(subId); in getNetworkOperatorName() local 2464 int phoneId = SubscriptionManager.getPhoneId(subId); in getNetworkOperator() local 2480 public String getNetworkOperatorForPhone(int phoneId) { in getNetworkOperatorForPhone() 2544 int phoneId = SubscriptionManager.getPhoneId(subId); in isNetworkRoaming() local 2601 public String getNetworkCountryIsoForPhone(int phoneId) { in getNetworkCountryIsoForPhone() 3473 int phoneId = SubscriptionManager.getPhoneId(subId); in getSimOperatorNumeric() local 3486 public String getSimOperatorNumericForPhone(int phoneId) { in getSimOperatorNumericForPhone() [all …]
|