/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
H A D | TelephonyMetrics.java | 832 public void updateSimState(int phoneId, int simState) { in updateSimState() 850 int phoneId = info.getSimSlotIndex(); in updateActiveSubscriptionInfoList() local 1119 private InProgressSmsSession startNewSmsSession(int phoneId) { in startNewSmsSession() 1404 public synchronized void writeOnImsCapabilities(int phoneId, in writeOnImsCapabilities() 1535 public void writeRilDataCallEvent(int phoneId, int cid, in writeRilDataCallEvent() 1711 public void writeRilCallRing(int phoneId, char[] response) { in writeRilCallRing() 1749 public void writeRilAnswer(int phoneId, int rilSerial) { in writeRilAnswer() 1767 public void writeRilSrvcc(int phoneId, int rilSrvccState) { in writeRilSrvcc() 1992 int phoneId = SubscriptionManager.getPhoneId(subId); in writeDataSwitch() local 2598 public void writeNITZEvent(int phoneId, long timestamp) { in writeNITZEvent() [all …]
|
H A D | InProgressSmsSession.java | 34 public final int phoneId; field in InProgressSmsSession 77 public InProgressSmsSession(int phoneId) { in InProgressSmsSession()
|
H A D | InProgressCallSession.java | 33 public final int phoneId; field in InProgressCallSession 61 public InProgressCallSession(int phoneId) { in InProgressCallSession()
|
/aosp12/frameworks/base/core/java/com/android/internal/telephony/ |
H A D | ITelephonyRegistry.aidl | 52 void notifySignalStrengthForPhoneId(in int phoneId, in int subId, in notifySignalStrengthForPhoneId() 62 int phoneId, int subId, in PreciseDataConnectionState preciseState); in notifyDataConnectionForSubscriber() 67 void notifyPreciseCallState(int phoneId, int subId, int ringingCallState, in notifyPreciseCallState() 69 void notifyDisconnectCause(int phoneId, int subId, int disconnectCause, in notifyDisconnectCause() 73 void notifySimActivationStateChangedForPhoneId(in int phoneId, in int subId, in notifySimActivationStateChangedForPhoneId() 83 void notifyRadioPowerStateChanged(in int phoneId, in int subId, in int state); in notifyRadioPowerStateChanged() 84 void notifyEmergencyNumberList(in int phoneId, in int subId); in notifyEmergencyNumberList() 85 void notifyOutgoingEmergencyCall(in int phoneId, in int subId, in notifyOutgoingEmergencyCall() 87 void notifyOutgoingEmergencySms(in int phoneId, in int subId, in notifyOutgoingEmergencySms() 95 void notifyPhysicalChannelConfigForSubscriber(in int phoneId, in int subId, in notifyPhysicalChannelConfigForSubscriber() [all …]
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
H A 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
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | CarrierConfigLoader.java | 214 final int phoneId = msg.arg1; in handleMessage() local 796 private void broadcastConfigChangedIntent(int phoneId) { in broadcastConfigChangedIntent() 912 private String getIccIdForPhoneId(int phoneId) { in getIccIdForPhoneId() 940 private int getCarrierIdForPhoneId(int phoneId) { in getCarrierIdForPhoneId() 1057 int phoneId, boolean isNoSimConfig) { in restoreConfigFromXml() 1140 int phoneId) { in restoreConfigFromXml() 1209 private void updateConfigForPhoneId(int phoneId) { in updateConfigForPhoneId() 1399 int phoneId) { in unbindIfBound() 1407 int phoneId) { in unbindIfBoundForNoSimConfig() 1418 private Integer getMessageToken(int phoneId) { in getMessageToken() [all …]
|
H A D | ImsUtil.java | 63 public static boolean isWfcEnabled(Context context, int phoneId) { in isWfcEnabled() 86 public static boolean isWfcModeWifiOnly(Context context, int phoneId) { in isWfcModeWifiOnly() 115 public static boolean shouldPromoteWfc(Context context, int phoneId) { in shouldPromoteWfc() 156 private static int getSubId(int phoneId) { in getSubId() 165 private static boolean getLastKnownRoamingState(int phoneId) { in getLastKnownRoamingState()
|
H A D | IccNetworkDepersonalizationPanel.java | 98 int phoneId = phone == null ? 0: phone.getPhoneId(); in showDialog() local 114 public static void dialogDismiss(int phoneId) { in dialogDismiss() 239 int phoneId = mPhone == null ? 0 : mPhone.getPhoneId(); in onStop() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | SubscriptionInfoUpdater.java | 347 protected int getCardIdFromPhoneId(int phoneId) { in getCardIdFromPhoneId() 361 protected void handleSimLocked(int phoneId, String reason) { in handleSimLocked() 408 protected void handleSimReady(int phoneId) { in handleSimReady() 437 protected void handleSimNotReady(int phoneId) { in handleSimNotReady() 469 private boolean areUiccAppsDisabledOnCard(int phoneId) { in areUiccAppsDisabledOnCard() 481 protected void handleSimLoaded(int phoneId) { in handleSimLoaded() 594 private void restoreSimSpecificSettingsForPhone(int phoneId) { in restoreSimSpecificSettingsForPhone() 599 private void updateCarrierServices(int phoneId, String simState) { in updateCarrierServices() 672 protected void handleSimAbsent(int phoneId) { in handleSimAbsent() 689 protected void handleSimError(int phoneId) { in handleSimError() [all …]
|
H A D | PhoneSwitcher.java | 393 int phoneId = phone.getPhoneId(); in isImsOnOriginalNetwork() local 638 final int phoneId = msg.arg1; in handleMessage() local 730 int phoneId = (int) msg.obj; in handleMessage() local 1122 protected void activate(int phoneId) { in activate() 1127 protected void deactivate(int phoneId) { in deactivate() 1144 public void onRadioCapChanged(int phoneId) { in onRadioCapChanged() 1180 protected void sendRilCommands(int phoneId) { in sendRilCommands() 1233 int phoneId = INVALID_PHONE_INDEX; in phoneIdForRequest() local 1317 private Phone findPhoneById(final int phoneId) { in findPhoneById() 1345 protected boolean isPhoneActive(int phoneId) { in isPhoneActive() [all …]
|
H A D | ProxyController.java | 160 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in registerForAllDataDisconnected() local 168 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in unregisterForAllDataDisconnected() local 177 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in areAllDataDisconnected() local 193 public int getRadioAccessFamily(int phoneId) { in getRadioAccessFamily() 269 int phoneId = rafs[i].getPhoneId(); in doSetRadioCapabilities() local 655 private void sendRadioCapabilityRequest(int phoneId, int sessionId, int rcPhase, in sendRadioCapabilityRequest()
|
H A D | PhoneFactory.java | 316 private static Phone createPhone(Context context, int phoneId) { in createPhone() 341 public static Phone getPhone(int phoneId) { in getPhone() 388 public static TelephonyNetworkFactory getNetworkFactory(int phoneId) { in getNetworkFactory() 430 public static int calculatePreferredNetworkType(int phoneId) { in calculatePreferredNetworkType()
|
H A D | PhoneConfigurationManager.java | 173 int phoneId = msg.arg1; in handleMessage() local 222 int phoneId = phone.getPhoneId(); in getPhoneStatus() local 260 public boolean getPhoneStatusFromCache(int phoneId) throws NoSuchElementException { in getPhoneStatusFromCache() 282 public void addToPhoneStatusCache(int phoneId, boolean status) { in addToPhoneStatusCache()
|
H A 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()
|
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/ |
H A D | ImsFeatureBinderRepository.java | 134 public final int phoneId; field in ImsFeatureBinderRepository.UpdateMapper 277 int phoneId, @ImsFeature.FeatureType int type) { in getIfExists() 300 public void registerForConnectionUpdates(int phoneId, in registerForConnectionUpdates() 340 public void addConnection(int phoneId, @ImsFeature.FeatureType int type, in addConnection() 357 public ImsFeatureContainer removeConnection(int phoneId, @ImsFeature.FeatureType int type) { in removeConnection() 374 public void notifyFeatureStateChanged(int phoneId, @ImsFeature.FeatureType int type, in notifyFeatureStateChanged() 391 public void notifyFeatureCapabilitiesChanged(int phoneId, @ImsFeature.FeatureType int type, in notifyFeatureCapabilitiesChanged() 409 private UpdateMapper getUpdateMapper(int phoneId, int type) { in getUpdateMapper() 422 private void logVerboseLineLocked(int phoneId, String log) { in logVerboseLineLocked() 431 private void logInfoLineLocked(int phoneId, String log) { in logInfoLineLocked()
|
H A D | FeatureConnector.java | 95 U createManager(Context context, int phoneId); in createManager() 226 public FeatureConnector(Context context, int phoneId, ManagerFactory<U> factory, in FeatureConnector()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | TelephonyRegistry.java | 160 int phoneId = SubscriptionManager.INVALID_SIM_SLOT_INDEX; field in TelephonyRegistry.Record 1753 int phoneId = getPhoneIdFromSubId(subId); in notifyCarrierNetworkChange() local 1786 int phoneId = getPhoneIdFromSubId(subId); in notifyCellInfoForSubscriber() local 1876 public void notifyDisplayInfoChanged(int phoneId, int subId, in notifyDisplayInfoChanged() 1938 int phoneId = getPhoneIdFromSubId(subId); in notifyCallForwardingChangedForSubscriber() local 1966 int phoneId = getPhoneIdFromSubId(subId); in notifyDataActivityForSubscriber() local 2119 int phoneId = getPhoneIdFromSubId(subId); in notifyCellLocationForSubscriber() local 2233 int phoneId = getPhoneIdFromSubId(subId); in notifyImsDisconnectCause() local 2265 int phoneId = getPhoneIdFromSubId(subId); in notifySrvccStateChanged() local 3213 private boolean validatePhoneId(int phoneId) { in validatePhoneId() [all …]
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | DisconnectCauseUtil.java | 86 String reason, int phoneId) { in toTelecomDisconnectCause() 103 int phoneId, ImsReasonInfo imsReasonInfo) { in toTelecomDisconnectCause() 581 Context context, int telephonyDisconnectCause, int phoneId) { in toTelecomDisconnectCauseDescription() 793 private static boolean isRadioOffForThermalMitigation(int phoneId) { in isRadioOffForThermalMitigation() 809 String reason, int phoneId) { in toTelecomDisconnectReason() 843 private static int toTelecomDisconnectCauseTone(int telephonyDisconnectCause, int phoneId) { in toTelecomDisconnectCauseTone()
|
/aosp12/frameworks/base/telephony/java/com/android/ims/internal/ |
H A 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()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | CarrierResolverTest.java | 117 int phoneId = mPhone.getPhoneId(); in testCarrierMatch() local 135 int phoneId = mPhone.getPhoneId(); in testMnoCarrierId() local 159 int phoneId = mPhone.getPhoneId(); in testPreciseCarrierId() local 200 int phoneId = mPhone.getPhoneId(); in testCarrierMatchSimAbsent() local 219 int phoneId = mPhone.getPhoneId(); in testCarrierNoMatch() local 253 int phoneId = mPhone.getPhoneId(); in testCarrierMatchPreferApnChange() local
|
H A D | SubscriptionInfoUpdaterTest.java | 740 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigOpportunisticUnchanged() local 763 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigOpportunisticSetOpportunistic() local 795 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigOpportunisticAddToGroup() local 830 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigOpportunisticRemoveFromGroup() local 874 final int phoneId = mPhone.getPhoneId(); in testUpdateFromCarrierConfigCarrierCertificates() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsRcsStatusListener.java | 28 void onRcsConnected(int phoneId, RcsFeatureManager rcsFeatureManager); in onRcsConnected() 33 void onRcsDisconnected(int phoneId); in onRcsDisconnected()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | UiccController.java | 283 public int getSlotIdFromPhoneId(int phoneId) { in getSlotIdFromPhoneId() 303 public UiccCard getUiccCard(int phoneId) { in getUiccCard() 330 public UiccCard getUiccCardForPhone(int phoneId) { in getUiccCardForPhone() 347 public UiccProfile getUiccProfileForPhone(int phoneId) { in getUiccProfileForPhone() 390 public UiccSlot getUiccSlotForPhone(int phoneId) { in getUiccSlotForPhone() 431 public IccRecords getIccRecords(int phoneId, int family) { in getIccRecords() 443 public IccFileHandler getIccFileHandler(int phoneId, int family) { in getIccFileHandler() 474 Integer phoneId = getCiIndex(msg); in handleMessage() local 622 public UiccCardApplication getUiccCardApplication(int phoneId, int family) { in getUiccCardApplication() 673 int phoneId) { in updateInternalIccState() [all …]
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
H A D | TelephonyNetworkFactoryTest.java | 145 private void activatePhoneInPhoneSwitcher(int phoneId, boolean active) { in activatePhoneInPhoneSwitcher() 150 private void activatePhoneInPhoneSwitcher(int phoneId, NetworkRequest nr, boolean active) { in activatePhoneInPhoneSwitcher() 232 final int phoneId = 0; in testActive() local 303 final int phoneId = 0; in testRequests() local
|
/aosp12/frameworks/base/core/java/android/telephony/ |
H A D | CellBroadcastIntents.java | 106 private static void putPhoneIdAndSubIdExtra(Context context, Intent intent, int phoneId) { in putPhoneIdAndSubIdExtra() 122 private static int getSubIdForPhone(Context context, int phoneId) { in getSubIdForPhone()
|