/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 786 public void updateSimState(int phoneId, int simState) { in updateSimState() 803 int phoneId = info.getSimSlotIndex(); in updateActiveSubscriptionInfoList() local 836 private static ActiveSubscriptionInfo makeInvalidSubscriptionInfo(int phoneId) { in makeInvalidSubscriptionInfo() 862 public void writeCarrierKeyEvent(int phoneId, int keyType, boolean isDownloadSuccessful) { in writeCarrierKeyEvent() 988 private synchronized void annotateInProgressCallSession(long timestamp, int phoneId, in annotateInProgressCallSession() 1003 private synchronized void annotateInProgressSmsSession(long timestamp, int phoneId, in annotateInProgressSmsSession() 1017 private synchronized InProgressCallSession startNewCallSessionIfNeeded(int phoneId) { in startNewCallSessionIfNeeded() 1056 private synchronized InProgressSmsSession startNewSmsSessionIfNeeded(int phoneId) { in startNewSmsSessionIfNeeded() 1072 private InProgressSmsSession startNewSmsSession(int phoneId) { in startNewSmsSession() 1168 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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccSlotTest.java | 142 int phoneId = 0; in testUpdateActiveSlotStatus() local 240 int phoneId = 0; in testUpdateAbsentState() local 282 int phoneId = 0; in testUiccSlotCreateAndDispose() local 307 int phoneId = 0; in testUiccSlotBroadcastAbsent() local 340 int phoneId = 0; in testNotRemovable() local 356 int phoneId = 0; in testIsRemovable() local
|
/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, int apnType, in PreciseDataConnectionState preciseState); in notifyDataConnectionForSubscriber() 76 void notifyPreciseCallState(int phoneId, int subId, int ringingCallState, in notifyPreciseCallState() 78 void notifyDisconnectCause(int phoneId, int subId, int disconnectCause, in notifyDisconnectCause() 80 void notifyPreciseDataConnectionFailed(int phoneId, int subId, int apnType, String apn, in notifyPreciseDataConnectionFailed() 84 void notifySimActivationStateChangedForPhoneId(in int phoneId, in int subId, in notifySimActivationStateChangedForPhoneId() 86 void notifyOemHookRawEventForSubscriber(in int phoneId, in int subId, in byte[] rawData); in notifyOemHookRawEventForSubscriber() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionInfoUpdater.java | 182 public void updateInternalIccState(String simStatus, String reason, int phoneId) { in updateInternalIccState() 350 protected int getCardIdFromPhoneId(int phoneId) { in getCardIdFromPhoneId() 364 protected void handleSimLocked(int phoneId, String reason) { in handleSimLocked() 411 protected void handleSimReady(int phoneId) { in handleSimReady() 426 protected void handleSimNotReady(int phoneId) { in handleSimNotReady() 456 private boolean areUiccAppsDisabledOnCard(int phoneId) { in areUiccAppsDisabledOnCard() 467 protected void handleSimLoaded(int phoneId) { in handleSimLoaded() 598 private void updateCarrierServices(int phoneId, String simState) { in updateCarrierServices() 605 private void updateSubscriptionCarrierId(int phoneId, String simState) { in updateSubscriptionCarrierId() 615 private void handleInactiveSlotIccStateChange(int phoneId, String iccId) { in handleInactiveSlotIccStateChange() [all …]
|
D | PhoneSwitcher.java | 487 final int phoneId = msg.arg1; in handleMessage() local 559 int phoneId = (int) ar.userObj; in handleMessage() local 567 int phoneId = (int) msg.obj; in handleMessage() local 925 protected void activate(int phoneId) { in activate() 930 protected void deactivate(int phoneId) { in deactivate() 934 private void switchPhone(int phoneId, boolean active) { in switchPhone() 947 public void onRadioCapChanged(int phoneId) { in onRadioCapChanged() 971 public void overrideDefaultDataForEmergency(int phoneId, int overrideTimeSec, in overrideDefaultDataForEmergency() 983 protected void sendRilCommands(int phoneId) { in sendRilCommands() 1032 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 | 169 int phoneId = msg.arg1; in handleMessage() local 217 int phoneId = phone.getPhoneId(); in getPhoneStatus() local 255 public boolean getPhoneStatusFromCache(int phoneId) throws NoSuchElementException { in getPhoneStatusFromCache() 277 public void addToPhoneStatusCache(int phoneId, boolean status) { in addToPhoneStatusCache()
|
D | DefaultPhoneNotifier.java | 64 int phoneId = sender.getPhoneId(); in notifyPhoneState() local 76 int phoneId = sender.getPhoneId(); in notifyServiceState() local 90 int phoneId = sender.getPhoneId(); in notifySignalStrength() local 103 int phoneId = sender.getPhoneId(); in notifyMessageWaitingChanged() local 131 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/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 149 int phoneId = SubscriptionManager.INVALID_SIM_SLOT_INDEX; field in TelephonyRegistry.Record 826 int phoneId = getPhoneIdFromSubId(subId); in listen() local 1124 private String getCallIncomingNumber(Record record, int phoneId) { in getCallIncomingNumber() 1254 public void notifyCallState(int phoneId, int subId, int state, String incomingNumber) { in notifyCallState() 1284 public void notifyServiceStateForPhoneId(int phoneId, int subId, ServiceState state) { in notifyServiceStateForPhoneId() 1341 public void notifySimActivationStateChangedForPhoneId(int phoneId, int subId, in notifySimActivationStateChangedForPhoneId() 1402 public void notifySignalStrengthForPhoneId(int phoneId, int subId, in notifySignalStrengthForPhoneId() 1476 int phoneId = getPhoneIdFromSubId(subId); in notifyCarrierNetworkChange() local 1509 int phoneId = getPhoneIdFromSubId(subId); in notifyCellInfoForSubscriber() local 1534 public void notifyMessageWaitingChangedForPhoneId(int phoneId, int subId, boolean mwi) { in notifyMessageWaitingChangedForPhoneId() [all …]
|
/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 | 714 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigOpportunisticUnchanged() local 736 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigOpportunisticSetOpportunistic() local 767 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigOpportunisticAddToGroup() local 801 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigOpportunisticRemoveFromGroup() local 844 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/src/java/com/android/internal/telephony/uicc/ |
D | UiccController.java | 277 public int getSlotIdFromPhoneId(int phoneId) { in getSlotIdFromPhoneId() 297 public UiccCard getUiccCard(int phoneId) { in getUiccCard() 324 public UiccCard getUiccCardForPhone(int phoneId) { in getUiccCardForPhone() 341 public UiccProfile getUiccProfileForPhone(int phoneId) { in getUiccProfileForPhone() 384 public UiccSlot getUiccSlotForPhone(int phoneId) { in getUiccSlotForPhone() 425 public IccRecords getIccRecords(int phoneId, int family) { in getIccRecords() 437 public IccFileHandler getIccFileHandler(int phoneId, int family) { in getIccFileHandler() 468 Integer phoneId = getCiIndex(msg); in handleMessage() local 616 public UiccCardApplication getUiccCardApplication(int phoneId, int family) { in getUiccCardApplication() 661 int phoneId) { in updateInternalIccState() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | TelephonyNetworkFactoryTest.java | 134 private void activatePhoneInPhoneSwitcher(int phoneId, boolean active) { in activatePhoneInPhoneSwitcher() 139 private void activatePhoneInPhoneSwitcher(int phoneId, NetworkRequest nr, boolean active) { in activatePhoneInPhoneSwitcher() 189 final int phoneId = 0; in testActive() local 260 final int phoneId = 0; in testRequests() local
|
/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 | 2471 int phoneId; in getCurrentPhoneType() local 2530 private int getPhoneTypeFromProperty(int phoneId) { in getPhoneTypeFromProperty() 2542 private int getPhoneTypeFromNetworkType(int phoneId) { in getPhoneTypeFromNetworkType() 2722 int phoneId = SubscriptionManager.getPhoneId(subId); in getNetworkOperatorName() local 2750 int phoneId = SubscriptionManager.getPhoneId(subId); in getNetworkOperator() local 2766 public String getNetworkOperatorForPhone(int phoneId) { in getNetworkOperatorForPhone() 2830 int phoneId = SubscriptionManager.getPhoneId(subId); in isNetworkRoaming() local 2889 public String getNetworkCountryIsoForPhone(int phoneId) { in getNetworkCountryIsoForPhone() 3763 int phoneId = SubscriptionManager.getPhoneId(subId); in getSimOperatorNumeric() local 3776 public String getSimOperatorNumericForPhone(int phoneId) { in getSimOperatorNumericForPhone() [all …]
|