HomeSort by relevance Sort by last modified time
    Searched refs:phoneId (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/base/telephony/java/com/android/ims/internal/
IImsService.aidl 35 int open(int phoneId, int serviceClass, in PendingIntent incomingCallIntent,
56 IImsConfig getConfigInterface(int phoneId);
61 void turnOnIms(int phoneId);
67 void turnOffIms(int phoneId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ProxyController.java 142 // TODO Get logical modem ids assume its just the phoneId as a string for now
181 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
183 if (phoneId >= 0 && phoneId < TelephonyManager.getDefault().getPhoneCount()) {
184 mProxyPhones[phoneId].registerForAllDataDisconnected(h, what, obj);
189 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
191 if (phoneId >= 0 && phoneId < TelephonyManager.getDefault().getPhoneCount()) {
192 mProxyPhones[phoneId].unregisterForAllDataDisconnected(h);
197 int phoneId = SubscriptionController.getInstance().getPhoneId(subId)
    [all...]
RadioCapability.java 117 * @param phoneId the phone ID
127 public RadioCapability(int phoneId, int session, int phase,
129 mPhoneId = phoneId;
PhoneFactory.java 194 public static Phone getCdmaPhone(int phoneId) {
197 phone = new CDMALTEPhone(sContext, sCommandsInterfaces[phoneId],
198 sPhoneNotifier, phoneId);
203 public static Phone getGsmPhone(int phoneId) {
205 Phone phone = new GSMPhone(sContext, sCommandsInterfaces[phoneId],
206 sPhoneNotifier, phoneId);
220 public static Phone getPhone(int phoneId) {
228 } else if (phoneId == SubscriptionManager.DEFAULT_PHONE_INDEX) {
229 dbgInfo = "phoneId == DEFAULT_PHONE_ID return sProxyPhone";
232 dbgInfo = "phoneId != DEFAULT_PHONE_ID return sProxyPhones[phoneId]"
    [all...]
PhoneSubInfoController.java 50 public String getDeviceIdForPhone(int phoneId) {
51 Phone phone = getPhone(phoneId);
55 Rlog.e(TAG,"getDeviceIdForPhone phone " + phoneId + " is null");
224 int phoneId = SubscriptionManager.getPhoneId(subId);
227 return getPhone(phoneId).getPhoneSubInfoProxy();
235 private PhoneProxy getPhone(int phoneId) {
236 if (phoneId < 0 || phoneId >= TelephonyManager.getDefault().getPhoneCount()) {
237 phoneId = 0;
239 return (PhoneProxy) mPhone[phoneId];
    [all...]
SubscriptionController.java 60 * Any setters which take subId, slotId or phoneId as a parameter will throw an exception if the
299 final int phoneId = getPhoneId(subId);
300 if (phoneId < 0) {
303 return mTelephonyManager.getSimCountryIsoForPhone(phoneId);
658 // If mSlotIdToSubIdMap already has a valid subId for a slotId/phoneId,
659 // do not add another subId for same slotId/phoneId.
666 // FIXME: Currently we assume phoneId == slotId which in the future
    [all...]
UiccPhoneBookController.java 139 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
141 return ((PhoneProxy)mPhone[(int)phoneId]).getIccPhoneBookInterfaceManagerProxy();
DefaultPhoneNotifier.java 78 int phoneId = sender.getPhoneId();
82 + " sender=" + sender + " phondId=" + phoneId + " subId=" + subId);
89 mRegistry.notifyServiceStateForPhoneId(phoneId, subId, ss);
112 int phoneId = sender.getPhoneId();
117 mRegistry.notifyMessageWaitingChangedForPhoneId(phoneId, subId,
UiccSmsController.java 332 int phoneId = SubscriptionController.getInstance().getPhoneId(subId) ;
334 if (!SubscriptionManager.isValidPhoneId(phoneId)
335 || phoneId == SubscriptionManager.DEFAULT_PHONE_INDEX) {
336 phoneId = 0;
341 ((PhoneProxy)mPhone[(int)phoneId]).getIccSmsInterfaceManager();
PhoneSubInfoProxy.java 155 public String getDeviceIdForPhone(int phoneId) throws RemoteException {
WapPushOverSms.java 122 int phoneId = handler.getPhone().getPhoneId();
200 int [] subIds = SubscriptionManager.getSubId(phoneId);
240 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, phoneId);
281 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, phoneId);
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 643 // FIXME this assumes phoneId == slotId
856 int phoneId = SubscriptionManager.getPhoneId(subId);
863 return getPhoneTypeFromProperty(phoneId);
868 return getPhoneTypeFromProperty(phoneId);
872 return getPhoneTypeFromProperty(phoneId);
897 private int getPhoneTypeFromProperty(int phoneId) {
898 String type = getTelephonyProperty(phoneId,
901 return getPhoneTypeFromNetworkType(phoneId);
911 private int getPhoneTypeFromNetworkType(int phoneId) {
    [all...]
RadioAccessFamily.java 60 * @param phoneId the phone ID
65 public RadioAccessFamily(int phoneId, int radioAccessFamily) {
66 mPhoneId = phoneId;
126 int phoneId = in.readInt();
129 return new RadioAccessFamily(phoneId, radioAccessFamily);
SubscriptionManager.java 815 if (VDBG) logd("[getPhoneId]- phoneId=" + result);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 71 * and 15973975 by saving the phoneId of the registrant and then using the
72 * phoneId when deciding to to make a callback. This is necessary because
100 int phoneId = SubscriptionManager.INVALID_PHONE_INDEX;
115 + " callerUid=" + callerUid + " subId=" + subId + " phoneId=" + phoneId
488 r.phoneId = SubscriptionManager.getPhoneId(r.subId);
490 int phoneId = r.phoneId;
493 log("listen: Register r=" + r + " r.subId=" + r.subId + " phoneId=" + phoneId);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DctController.java 214 int phoneId = i;
216 "DcSwitchStateMachine-" + phoneId, phoneId);
218 mDcSwitchAsyncChannel[i] = new DcSwitchAsyncChannel(mDcSwitchStateMachine[i], phoneId);
315 void executeAllRequests(int phoneId) {
316 logd("executeAllRequests, phone:" + phoneId);
317 sendMessage(obtainMessage(EVENT_EXECUTE_ALL_REQUESTS, phoneId,0));
325 void releaseAllRequests(int phoneId) {
326 logd("releaseAllRequests, phone:" + phoneId);
327 sendMessage(obtainMessage(EVENT_RELEASE_ALL_REQUESTS, phoneId, 0))
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccController.java 139 public UiccCard getUiccCard(int phoneId) {
141 if (isValidCardIndex(phoneId)) {
142 return mUiccCards[phoneId];
157 public IccRecords getIccRecords(int phoneId, int family) {
159 UiccCardApplication app = getUiccCardApplication(phoneId, family);
168 public IccFileHandler getIccFileHandler(int phoneId, int family) {
170 UiccCardApplication app = getUiccCardApplication(phoneId, family);
257 public UiccCardApplication getUiccCardApplication(int phoneId, int family) {
259 if (isValidCardIndex(phoneId)) {
260 UiccCard c = mUiccCards[phoneId];
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
ImeiInformation.java 68 private void setPreferenceValue(int phoneId) {
69 final Phone phone = PhoneFactory.getPhone(phoneId);
97 .getDeviceSoftwareVersion(phoneId));
  /frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneSubInfo.aidl 39 String getDeviceIdForPhone(int phoneId);
ITelephonyRegistry.aidl 42 void notifyServiceStateForPhoneId(in int phoneId, in int subId, in ServiceState state);
45 void notifyMessageWaitingChangedForPhoneId(in int phoneId, in int subId, in boolean mwi);
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 760 private void initForNewRadioTechnology(int phoneId) {
763 final Phone phone = PhoneFactory.getPhone(phoneId);
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java 152 * @param phoneId the phone ID for the IMS Service
153 * @return the manager instance corresponding to the phoneId
155 public static ImsManager getInstance(Context context, int phoneId) {
157 if (sImsManagerInstances.containsKey(phoneId))
158 return sImsManagerInstances.get(phoneId);
160 ImsManager mgr = new ImsManager(context, phoneId);
161 sImsManagerInstances.put(phoneId, mgr);
277 private ImsManager(Context context, int phoneId) {
279 mPhoneId = phoneId;
665 private static String getImsServiceName(int phoneId) {
    [all...]
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 166 int phoneId = mNotifications.size();
167 final PendingIntent fullscreenIntent = FullScreenActivity.getPendingIntent(this, phoneId);
177 PhoneService.getPendingIntent(this, phoneId, PhoneService.ACTION_ANSWER))
179 PhoneService.getPendingIntent(this, phoneId, PhoneService.ACTION_IGNORE))
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 82 int phoneId) {
83 this(context, ci, notifier, false, phoneId);
87 boolean unitTestMode, int phoneId) {
88 super(context, ci, notifier, phoneId);
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 399 int phoneId = SubscriptionController.getInstance().getPhoneId(
401 return PhoneFactory.getPhone(phoneId);
424 int phoneId = SubscriptionController.getInstance().getPhoneId(subIds[0]);
425 Phone phone = PhoneFactory.getPhone(phoneId);

Completed in 1269 milliseconds

1 2