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

1 2

  /packages/services/Telephony/src/com/android/phone/
CarrierConfigLoader.java 89 // Carrier configs from default app, indexed by phoneID.
91 // Carrier configs from privileged carrier config app, indexed by phoneID.
135 // For each phoneId, the event sequence should be:
153 int phoneId = msg.arg1;
154 log("mHandler: " + msg.what + " phoneId: " + phoneId);
162 if (mConfigFromDefaultApp[phoneId] == null &&
163 mConfigFromCarrierApp[phoneId] == null)
165 mConfigFromDefaultApp[phoneId] = null;
166 mConfigFromCarrierApp[phoneId] = null
    [all...]
INetworkQueryService.aidl 36 void startNetworkQuery(in INetworkQueryServiceCallback cb, in int phoneId);
PhoneGlobals.java 774 private void initForNewRadioTechnology(int phoneId) {
777 final Phone phone = PhoneFactory.getPhone(phoneId);
    [all...]
NetworkQueryService.java 109 public void startNetworkQuery(INetworkQueryServiceCallback cb, int phoneId) {
120 Phone phone = PhoneFactory.getPhone(phoneId);
  /frameworks/base/telephony/java/com/android/internal/telephony/
ICarrierConfigLoader.aidl 30 void updateConfigForPhoneId(int phoneId, String simState);
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);
IPhoneSubInfo.aidl 39 String getDeviceIdForPhone(int phoneId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierServiceBindHelper.java 72 log("Binding to phoneId: " + binding.getPhoneId());
77 log("Bind timeout for phoneId: " + binding.getPhoneId());
82 log("Unbinding for phoneId: " + binding.getPhoneId());
104 for (int phoneId = 0; phoneId < numPhones; phoneId++) {
105 mBindings[phoneId] = new AppBinding(phoneId);
118 public void updateForPhoneId(int phoneId, String simState) {
119 log("update binding for phoneId: " + phoneId + " simState: " + simState)
    [all...]
ProxyController.java 178 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
180 if (phoneId >= 0 && phoneId < TelephonyManager.getDefault().getPhoneCount()) {
181 mProxyPhones[phoneId].registerForAllDataDisconnected(h, what, obj);
186 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
188 if (phoneId >= 0 && phoneId < TelephonyManager.getDefault().getPhoneCount()) {
189 mProxyPhones[phoneId].unregisterForAllDataDisconnected(h);
194 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
196 if (phoneId >= 0 && phoneId < TelephonyManager.getDefault().getPhoneCount())
    [all...]
RadioCapability.java 117 * @param phoneId the phone ID
127 public RadioCapability(int phoneId, int session, int phase,
129 mPhoneId = phoneId;
PhoneFactory.java 202 public static Phone getCdmaPhone(int phoneId) {
205 phone = new CDMALTEPhone(sContext, sCommandsInterfaces[phoneId],
206 sPhoneNotifier, phoneId);
211 public static Phone getGsmPhone(int phoneId) {
213 Phone phone = new GSMPhone(sContext, sCommandsInterfaces[phoneId],
214 sPhoneNotifier, phoneId);
228 public static Phone getPhone(int phoneId) {
236 } else if (phoneId == SubscriptionManager.DEFAULT_PHONE_INDEX) {
237 if (DBG) dbgInfo = "phoneId == DEFAULT_PHONE_ID return sProxyPhone";
240 if (DBG) dbgInfo = "phoneId != DEFAULT_PHONE_ID return sProxyPhones[phoneId]"
    [all...]
PhoneSubInfoController.java 44 public String getDeviceIdForPhone(int phoneId) {
45 Phone phone = getPhone(phoneId);
49 Rlog.e(TAG,"getDeviceIdForPhone phone " + phoneId + " is null");
218 int phoneId = SubscriptionManager.getPhoneId(subId);
221 return getPhone(phoneId).getPhoneSubInfoProxy();
229 private PhoneProxy getPhone(int phoneId) {
230 if (phoneId < 0 || phoneId >= TelephonyManager.getDefault().getPhoneCount()) {
231 phoneId = 0;
233 return (PhoneProxy) mPhone[phoneId];
    [all...]
SubscriptionController.java 62 * Any setters which take subId, slotId or phoneId as a parameter will throw an exception if the
312 final int phoneId = getPhoneId(subId);
313 if (phoneId < 0) {
316 return mTelephonyManager.getSimCountryIsoForPhone(phoneId);
735 // If sSlotIdxToSubId already has a valid subId for a slotId/phoneId,
736 // do not add another subId for same slotId/phoneId.
743 // 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();
  /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/base/services/core/java/com/android/server/
TelephonyRegistry.java 73 * and 15973975 by saving the phoneId of the registrant and then using the
74 * phoneId when deciding to to make a callback. This is necessary because
102 int phoneId = SubscriptionManager.INVALID_PHONE_INDEX;
120 + " callerUserId=" + callerUserId + " subId=" + subId + " phoneId=" + phoneId
527 r.phoneId = SubscriptionManager.getPhoneId(r.subId);
529 int phoneId = r.phoneId;
532 log("listen: Register r=" + r + " r.subId=" + r.subId + " phoneId=" + phoneId);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DctController.java 231 int phoneId = i;
233 "DcSwitchStateMachine-" + phoneId, phoneId);
235 mDcSwitchAsyncChannel[i] = new DcSwitchAsyncChannel(mDcSwitchStateMachine[i], phoneId);
310 private int requestNetwork(NetworkRequest request, int priority, LocalLog l, int phoneId) {
315 RequestInfo requestInfo = new RequestInfo(request, priority, l, phoneId);
343 void executeAllRequests(int phoneId) {
344 logd("executeAllRequests, phone:" + phoneId);
345 sendMessage(obtainMessage(EVENT_EXECUTE_ALL_REQUESTS, phoneId,0));
353 void releaseAllRequests(int phoneId) {
    [all...]
DcSwitchAsyncChannel.java 70 final int phoneId;
73 public RequestInfo(NetworkRequest request, int priority, LocalLog l, int phoneId) {
78 this.phoneId = phoneId;
92 ", priority=" + priority + ", phoneId=" + phoneId + "]";
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 724 // FIXME this assumes phoneId == slotId
    [all...]
SubscriptionManager.java 891 if (VDBG) logd("[getPhoneId]- phoneId=" + result);
    [all...]
RadioAccessFamily.java 67 * @param phoneId the phone ID
72 public RadioAccessFamily(int phoneId, int radioAccessFamily) {
73 mPhoneId = phoneId;
133 int phoneId = in.readInt();
136 return new RadioAccessFamily(phoneId, radioAccessFamily);
CarrierConfigManager.java 533 * Request the carrier config loader to update the cofig for phoneId.
542 public void updateConfigForPhoneId(int phoneId, String simState) {
544 getICarrierConfigLoader().updateConfigForPhoneId(phoneId, simState);
546 Rlog.e(TAG, "Error updating config for phoneId=" + phoneId + ": " + ex.toString());
548 Rlog.e(TAG, "Error updating config for phoneId=" + phoneId + ": " + ex.toString());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccController.java 145 public UiccCard getUiccCard(int phoneId) {
147 if (isValidCardIndex(phoneId)) {
148 return mUiccCards[phoneId];
163 public IccRecords getIccRecords(int phoneId, int family) {
165 UiccCardApplication app = getUiccCardApplication(phoneId, family);
174 public IccFileHandler getIccFileHandler(int phoneId, int family) {
176 UiccCardApplication app = getUiccCardApplication(phoneId, family);
263 public UiccCardApplication getUiccCardApplication(int phoneId, int family) {
265 if (isValidCardIndex(phoneId)) {
266 UiccCard c = mUiccCards[phoneId];
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java 165 * @param phoneId the phone ID for the IMS Service
166 * @return the manager instance corresponding to the phoneId
168 public static ImsManager getInstance(Context context, int phoneId) {
170 if (sImsManagerInstances.containsKey(phoneId))
171 return sImsManagerInstances.get(phoneId);
173 ImsManager mgr = new ImsManager(context, phoneId);
174 sImsManagerInstances.put(phoneId, mgr);
430 private ImsManager(Context context, int phoneId) {
432 mPhoneId = phoneId;
840 private static String getImsServiceName(int phoneId) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
ImeiInformation.java 66 private void setPreferenceValue(int phoneId) {
67 final Phone phone = PhoneFactory.getPhone(phoneId);

Completed in 343 milliseconds

1 2