/frameworks/base/core/java/com/android/internal/telephony/ |
D | ITelephonyRegistry.aidl | 55 void notifyCallState(in int phoneId, in int subId, int state, String incomingNumber); in notifyCallState() 56 void notifyServiceStateForPhoneId(in int phoneId, in int subId, in ServiceState state); in notifyServiceStateForPhoneId() 57 void notifySignalStrengthForPhoneId(in int phoneId, in int subId, in notifySignalStrengthForPhoneId() 59 void notifyMessageWaitingChangedForPhoneId(in int phoneId, in int subId, in boolean mwi); in notifyMessageWaitingChangedForPhoneId() 64 void notifyDataActivityForSubscriberWithSlot(int phoneId, int subId, int state); in notifyDataActivityForSubscriberWithSlot() 66 int phoneId, int subId, in PreciseDataConnectionState preciseState); in notifyDataConnectionForSubscriber() 71 void notifyPreciseCallState(int phoneId, int subId, in int[] callStates, in String[] imsCallIds, in notifyPreciseCallState() 73 void notifyDisconnectCause(int phoneId, int subId, int disconnectCause, in notifyDisconnectCause() 77 void notifySimActivationStateChangedForPhoneId(in int phoneId, in int subId, in notifySimActivationStateChangedForPhoneId() 79 void notifyOemHookRawEventForSubscriber(in int phoneId, in int subId, in byte[] rawData); in notifyOemHookRawEventForSubscriber() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 828 public void updateSimState(int phoneId, int simState) { in updateSimState() 846 int phoneId = info.getSimSlotIndex(); in updateActiveSubscriptionInfoList() local 879 private static ActiveSubscriptionInfo makeInvalidSubscriptionInfo(int phoneId) { in makeInvalidSubscriptionInfo() 905 public void writeCarrierKeyEvent(int phoneId, int keyType, boolean isDownloadSuccessful) { in writeCarrierKeyEvent() 1031 private synchronized void annotateInProgressCallSession(long timestamp, int phoneId, in annotateInProgressCallSession() 1046 private synchronized void annotateInProgressSmsSession(long timestamp, int phoneId, in annotateInProgressSmsSession() 1060 private synchronized InProgressCallSession startNewCallSessionIfNeeded(int phoneId) { in startNewCallSessionIfNeeded() 1099 private synchronized InProgressSmsSession startNewSmsSessionIfNeeded(int phoneId) { in startNewSmsSessionIfNeeded() 1115 private InProgressSmsSession startNewSmsSession(int phoneId) { in startNewSmsSession() 1211 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/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 174 int phoneId = SubscriptionManager.INVALID_SIM_SLOT_INDEX; field in TelephonyRegistry.Record 1145 int phoneId = getPhoneIdFromSubId(subscriptionId); in listen() local 1526 private String getCallIncomingNumber(Record record, int phoneId) { in getCallIncomingNumber() 1659 public void notifyCallState(int phoneId, int subId, int state, String incomingNumber) { in notifyCallState() 1702 public void notifyServiceStateForPhoneId(int phoneId, int subId, ServiceState state) { in notifyServiceStateForPhoneId() 1765 public void notifySimActivationStateChangedForPhoneId(int phoneId, int subId, in notifySimActivationStateChangedForPhoneId() 1826 public void notifySignalStrengthForPhoneId(int phoneId, int subId, in notifySignalStrengthForPhoneId() 1913 int phoneId = getPhoneIdFromSubId(subId); in notifyCarrierNetworkChangeWithPermission() local 1954 int phoneId = getPhoneIdFromSubId(subId); in notifyCellInfoForSubscriber() local 1981 public void notifyMessageWaitingChangedForPhoneId(int phoneId, int subId, boolean mwi) { in notifyMessageWaitingChangedForPhoneId() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | FdnUtils.java | 54 public static boolean isNumberBlockedByFDN(int phoneId, String dialStr, in isNumberBlockedByFDN() 69 public static boolean isFdnEnabled(int phoneId) { in isFdnEnabled() 86 public static boolean isSuppServiceRequestBlockedByFdn(int phoneId, in isSuppServiceRequestBlockedByFdn() 164 private static ArrayList<AdnRecord> getFdnList(int phoneId) { in getFdnList() 183 private static UiccCardApplication getUiccCardApplication(int phoneId) { in getUiccCardApplication()
|
D | PhoneFactory.java | 327 private static Phone createPhone(Context context, int phoneId) { in createPhone() 352 public static Phone getPhone(int phoneId) { in getPhone() 395 public static TelephonyNetworkFactory getNetworkFactory(int phoneId) { in getNetworkFactory() 427 public static int calculatePreferredNetworkType(int phoneId) { in calculatePreferredNetworkType()
|
D | CarrierServiceBindHelper.java | 103 CarrierServiceChangeCallback(int phoneId) { in CarrierServiceChangeCallback() 210 public void updateForPhoneId(int phoneId, @NonNull String simState) { in updateForPhoneId() 226 private int phoneId; field in CarrierServiceBindHelper.AppBinding 237 public AppBinding(int phoneId) { in AppBinding()
|
D | DefaultPhoneNotifier.java | 75 int phoneId = sender.getPhoneId(); in notifyPhoneState() local 91 int phoneId = sender.getPhoneId(); in notifyServiceStateForSubId() local 104 int phoneId = sender.getPhoneId(); in notifySignalStrength() local 117 int phoneId = sender.getPhoneId(); in notifyMessageWaitingChanged() local 139 int phoneId = sender.getPhoneId(); in notifyDataActivity() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccSlotTest.java | 144 int phoneId = 0; in testUpdateActiveSlotStatus() local 376 int phoneId = 0; in testUpdateAbsentState() local 422 int phoneId = 0; in testUiccSlotCreateAndDispose() local 447 int phoneId = 0; in testUiccSlotBroadcastAbsent() local 476 int phoneId = 0; in testNotRemovable() local 492 int phoneId = 0; in testIsRemovable() local 567 int phoneId = 0; in testSimStateUnknown() local
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsFeatureBinderRepository.java | 134 public final int phoneId; field in ImsFeatureBinderRepository.UpdateMapper 282 int phoneId, @ImsFeature.FeatureType int type) { in getIfExists() 305 public void registerForConnectionUpdates(int phoneId, in registerForConnectionUpdates() 345 public void addConnection(int phoneId, int subId, @ImsFeature.FeatureType int type, in addConnection() 363 public ImsFeatureContainer removeConnection(int phoneId, @ImsFeature.FeatureType int type) { in removeConnection() 380 public void notifyFeatureStateChanged(int phoneId, @ImsFeature.FeatureType int type, in notifyFeatureStateChanged() 397 public void notifyFeatureCapabilitiesChanged(int phoneId, @ImsFeature.FeatureType int type, in notifyFeatureCapabilitiesChanged() 415 private UpdateMapper getUpdateMapper(int phoneId, int type) { in getUpdateMapper() 428 private void logVerboseLineLocked(int phoneId, String log) { in logVerboseLineLocked() 437 private void logInfoLineLocked(int phoneId, String log) { in logInfoLineLocked()
|
D | FeatureConnector.java | 95 U createManager(Context context, int phoneId); in createManager() 226 public FeatureConnector(Context context, int phoneId, ManagerFactory<U> factory, in FeatureConnector()
|
/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 | 118 int phoneId = mPhone.getPhoneId(); in testCarrierMatch() local 136 int phoneId = mPhone.getPhoneId(); in testMnoCarrierId() local 160 int phoneId = mPhone.getPhoneId(); in testPreciseCarrierId() local 201 int phoneId = mPhone.getPhoneId(); in testCarrierMatchSimAbsent() local 220 int phoneId = mPhone.getPhoneId(); in testCarrierNoMatch() local 254 int phoneId = mPhone.getPhoneId(); in testCarrierMatchPreferApnChange() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccController.java | 331 public int getSlotIdFromPhoneId(int phoneId) { in getSlotIdFromPhoneId() 349 public UiccCard getUiccCard(int phoneId) { in getUiccCard() 359 public UiccPort getUiccPort(int phoneId) { in getUiccPort() 406 public UiccCard getUiccCardForPhone(int phoneId) { in getUiccCardForPhone() 424 public UiccPort getUiccPortForPhone(int phoneId) { in getUiccPortForPhone() 444 public UiccProfile getUiccProfileForPhone(int phoneId) { in getUiccProfileForPhone() 488 public UiccSlot getUiccSlotForPhone(int phoneId) { in getUiccSlotForPhone() 533 public IccRecords getIccRecords(int phoneId, int family) { in getIccRecords() 545 public IccFileHandler getIccFileHandler(int phoneId, int family) { in getIccFileHandler() 576 Integer phoneId = getCiIndex(msg); in handleMessage() local [all …]
|
D | UiccSlot.java | 118 public void update(CommandsInterface ci, IccCardStatus ics, int phoneId, int slotIndex) { in update() 137 updateCardStateAbsent(ci.getRadioState(), phoneId, in update() local 203 int phoneId = iss.mSimPortInfos[i].mLogicalSlotIndex; in update() local 303 public int getPortIndexFromPhoneId(int phoneId) { in getPortIndexFromPhoneId() 351 private void updateCardStateAbsent(int radioState, int phoneId, int portIndex) { in updateCardStateAbsent() 634 public void onRadioStateUnavailable(int phoneId) { in onRadioStateUnavailable()
|
D | UiccCard.java | 61 public UiccCard(Context c, CommandsInterface ci, IccCardStatus ics, int phoneId, Object lock, in UiccCard() 106 public void update(Context c, CommandsInterface ci, IccCardStatus ics, int phoneId) { in update() 195 public UiccPort getUiccPortForPhone(int phoneId) { in getUiccPortForPhone()
|
D | CarrierTestOverride.java | 72 CarrierTestOverride(int phoneId) { in CarrierTestOverride() 172 private void loadCarrierTestOverrides(int phoneId) { in loadCarrierTestOverrides()
|
/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/data/ |
D | TelephonyNetworkFactoryTest.java | 131 private void activatePhoneInPhoneSwitcher(int phoneId, boolean active) { in activatePhoneInPhoneSwitcher() 137 private void activatePhoneInPhoneSwitcher(int phoneId, NetworkRequest nr, boolean active) { in activatePhoneInPhoneSwitcher() 236 final int phoneId = 0; in testActive() local 307 final int phoneId = 0; in testRequests() local
|
D | AutoDataSwitchControllerTest.java | 755 private void signalStrengthChanged(int phoneId, int level) { in signalStrengthChanged() 765 private void displayInfoChanged(int phoneId, TelephonyDisplayInfo telephonyDisplayInfo) { in displayInfoChanged() 773 private void serviceStateChanged(int phoneId, in serviceStateChanged()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | PhoneSwitcher.java | 389 @ImsRegistrationImplBase.ImsRegistrationTech int get(Context context, int phoneId); in get() 402 void setCallback(Context context, int phoneId, RegistrationManager.RegistrationCallback cb, in setCallback() 452 private void registerForImsRadioTechChange(Context context, int phoneId) { in registerForImsRadioTechChange() 733 final int phoneId = msg.arg1; in handleMessage() local 839 int phoneId = (int) msg.obj; in handleMessage() local 944 int phoneId = imsRegistrationRadioTechInfo.phoneId(); in onImsRadioTechChanged() local 1307 protected void activate(int phoneId) { in activate() 1311 protected void deactivate(int phoneId) { in deactivate() 1315 private void switchPhone(int phoneId, boolean active) { in switchPhone() 1328 public void onRadioCapChanged(int phoneId) { in onRadioCapChanged() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/ |
D | NullCipherNotifier.java | 94 Context context, int phoneId, int subId, SecurityAlgorithmUpdate update) { in onSecurityAlgorithmUpdate() 132 public void setSubscriptionMapping(Context context, int phoneId, int subId) { in setSubscriptionMapping() 153 private void maybeUpdateSubscriptionMapping(Context context, int phoneId, int subId) { in maybeUpdateSubscriptionMapping()
|
/frameworks/base/telephony/java/android/service/carrier/ |
D | ICarrierService.aidl | 32 oneway void getCarrierConfig(in int phoneId, in CarrierIdentifier id, in ResultReceiver result); in getCarrierConfig()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCard.java | 48 public EuiccCard(Context c, CommandsInterface ci, IccCardStatus ics, int phoneId, Object lock, in EuiccCard() 79 public void update(Context c, CommandsInterface ci, IccCardStatus ics, int phoneId) { in update()
|