/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 856 int phoneId = SubscriptionManager.getPhoneId(subId); in getCurrentPhoneType() local 897 private int getPhoneTypeFromProperty(int phoneId) { in getPhoneTypeFromProperty() 911 private int getPhoneTypeFromNetworkType(int phoneId) { in getPhoneTypeFromNetworkType() 1068 int phoneId = SubscriptionManager.getPhoneId(subId); in getNetworkOperatorName() local 1095 int phoneId = SubscriptionManager.getPhoneId(subId); in getNetworkOperatorForSubscription() local 1110 public String getNetworkOperatorForPhone(int phoneId) { in getNetworkOperatorForPhone() 1134 int phoneId = SubscriptionManager.getPhoneId(subId); in isNetworkRoaming() local 1163 int phoneId = SubscriptionManager.getPhoneId(subId); in getNetworkCountryIsoForSubscription() local 1178 public String getNetworkCountryIsoForPhone(int phoneId) { in getNetworkCountryIsoForPhone() 1624 int phoneId = SubscriptionManager.getPhoneId(subId); in getSimOperatorNumericForSubscription() local [all …]
|
D | SubscriptionManager.java | 1040 public static boolean isValidPhoneId(int phoneId) { in isValidPhoneId() 1045 public static void putPhoneIdAndSubIdExtra(Intent intent, int phoneId) { in putPhoneIdAndSubIdExtra() 1055 public static void putPhoneIdAndSubIdExtra(Intent intent, int phoneId, int subId) { in putPhoneIdAndSubIdExtra() 1099 final int phoneId = getPhoneId(subId); in isNetworkRoaming() local
|
D | RadioAccessFamily.java | 65 public RadioAccessFamily(int phoneId, int radioAccessFamily) { in RadioAccessFamily()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsService.aidl | 35 int open(int phoneId, int serviceClass, in PendingIntent incomingCallIntent, in open() 56 IImsConfig getConfigInterface(int phoneId); in getConfigInterface() 61 void turnOnIms(int phoneId); in turnOnIms() 67 void turnOffIms(int phoneId); in turnOffIms()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DctController.java | 214 int phoneId = i; in DctController() local 315 void executeAllRequests(int phoneId) { in executeAllRequests() 325 void releaseAllRequests(int phoneId) { in releaseAllRequests() 339 int phoneId = getTopPriorityRequestPhoneId(); in onProcessRequest() local 370 int phoneId = getRequestPhoneId(requestInfo.request); in onExecuteRequest() local 377 private void onExecuteAllRequests(int phoneId) { in onExecuteAllRequests() 392 int phoneId = getRequestPhoneId(requestInfo.request); in onReleaseRequest() local 400 private void onReleaseAllRequests(int phoneId) { in onReleaseAllRequests() 461 int phoneId = 0; in getTopPriorityRequestPhoneId() local 586 int phoneId = mSubController.getPhoneId(subId); in getRequestPhoneId() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 100 int phoneId = SubscriptionManager.INVALID_PHONE_INDEX; field in TelephonyRegistry.Record 490 int phoneId = r.phoneId; in listen() local 670 int phoneId = SubscriptionManager.getPhoneId(subId); in notifyCallStateForSubscriber() local 691 public void notifyServiceStateForPhoneId(int phoneId, int subId, ServiceState state) { in notifyServiceStateForPhoneId() 748 int phoneId = SubscriptionManager.getPhoneId(subId); in notifySignalStrengthForSubscriber() local 809 int phoneId = SubscriptionManager.getPhoneId(subId); in notifyCellInfoForSubscriber() local 856 public void notifyMessageWaitingChangedForPhoneId(int phoneId, int subId, boolean mwi) { in notifyMessageWaitingChangedForPhoneId() 896 int phoneId = SubscriptionManager.getPhoneId(subId); in notifyCallForwardingChangedForSubscriber() local 924 int phoneId = SubscriptionManager.getPhoneId(subId); in notifyDataActivityForSubscriber() local 964 int phoneId = SubscriptionManager.getPhoneId(subId); in notifyDataConnectionForSubscriber() local [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ProxyController.java | 181 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in registerForAllDataDisconnected() local 189 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in unregisterForAllDataDisconnected() local 197 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in isDataDisconnected() local 213 public int getRadioAccessFamily(int phoneId) { in getRadioAccessFamily() 266 int phoneId = rafs[i].getPhoneId(); in setRadioCapability() local 550 private void sendRadioCapabilityRequest(int phoneId, int sessionId, int rcPhase, in sendRadioCapabilityRequest()
|
D | PhoneFactory.java | 194 public static Phone getCdmaPhone(int phoneId) { in getCdmaPhone() 203 public static Phone getGsmPhone(int phoneId) { in getGsmPhone() 220 public static Phone getPhone(int phoneId) { in getPhone() 266 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in setDefaultSubscription() local
|
D | PhoneSubInfoController.java | 50 public String getDeviceIdForPhone(int phoneId) { in getDeviceIdForPhone() 224 int phoneId = SubscriptionManager.getPhoneId(subId); in getPhoneSubInfoProxy() local 235 private PhoneProxy getPhone(int phoneId) { in getPhone()
|
D | RadioCapability.java | 127 public RadioCapability(int phoneId, int session, int phase, in RadioCapability()
|
D | SubscriptionController.java | 299 final int phoneId = getPhoneId(subId); in getSubscriptionCountryIso() local 869 int phoneId = getPhoneId(subId); in setDisplayNumber() local 1045 int phoneId; in getPhoneId() local 1316 int phoneId = getPhoneId(subId); in setDefaultFallbackSubId() local 1386 public int getSubIdUsingPhoneId(int phoneId) { in getSubIdUsingPhoneId()
|
D | DefaultPhoneNotifier.java | 78 int phoneId = sender.getPhoneId(); in notifyServiceState() local 112 int phoneId = sender.getPhoneId(); in notifyMessageWaitingChanged() local
|
D | UiccPhoneBookController.java | 139 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in getIccPhoneBookInterfaceManagerProxy() local
|
D | PhoneSubInfoProxy.java | 155 public String getDeviceIdForPhone(int phoneId) throws RemoteException { in getDeviceIdForPhone()
|
D | WapPushOverSms.java | 122 int phoneId = handler.getPhone().getPhoneId(); in dispatchWapPdu() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccController.java | 139 public UiccCard getUiccCard(int phoneId) { in getUiccCard() 157 public IccRecords getIccRecords(int phoneId, int family) { in getIccRecords() 168 public IccFileHandler getIccFileHandler(int phoneId, int family) { in getIccFileHandler() 257 public UiccCardApplication getUiccCardApplication(int phoneId, int family) { in getUiccCardApplication()
|
D | UiccCard.java | 105 public UiccCard(Context c, CommandsInterface ci, IccCardStatus ics, int phoneId) { in UiccCard()
|
D | RuimRecords.java | 842 int phoneId = mParentApp.getUiccCard().getPhoneId(); in onAllRecordsLoaded() local
|
D | IccCardProxy.java | 119 public IccCardProxy(Context context, CommandsInterface ci, int phoneId) { in IccCardProxy()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsManager.java | 155 public static ImsManager getInstance(Context context, int phoneId) { in getInstance() 277 private ImsManager(Context context, int phoneId) { in ImsManager() 649 private static String getImsServiceName(int phoneId) { in getImsServiceName()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CDMALTEPhone.java | 82 int phoneId) { in CDMALTEPhone() 87 boolean unitTestMode, int phoneId) { in CDMALTEPhone()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephonyRegistry.aidl | 42 void notifyServiceStateForPhoneId(in int phoneId, in int subId, in ServiceState state); in notifyServiceStateForPhoneId() 45 void notifyMessageWaitingChangedForPhoneId(in int phoneId, in int subId, in boolean mwi); in notifyMessageWaitingChangedForPhoneId()
|
D | IPhoneSubInfo.aidl | 39 String getDeviceIdForPhone(int phoneId); in getDeviceIdForPhone()
|
D | ITelephony.aidl | 853 int getRadioAccessFamily(in int phoneId); in getRadioAccessFamily()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GSMPhone.java | 177 GSMPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, int phoneId) { in GSMPhone() 183 PhoneNotifier notifier, boolean unitTestMode, int phoneId) { in GSMPhone()
|