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

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
UiccPhoneBookController.java 136 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
138 return mPhone[phoneId].getIccPhoneBookInterfaceManager();
CarrierServiceBindHelper.java 73 for (int phoneId = 0; phoneId < mBindings.length; phoneId++) {
74 mBindings[phoneId].rebind();
92 log("Rebinding if necessary for phoneId: " + binding.getPhoneId());
110 for (int phoneId = 0; phoneId < numPhones; phoneId++) {
111 mBindings[phoneId] = new AppBinding(phoneId);
    [all...]
PhoneSubInfoController.java 66 public String getDeviceIdForPhone(int phoneId, String callingPackage) {
70 if (!SubscriptionManager.isValidPhoneId(phoneId)) {
71 phoneId = 0;
73 final Phone phone = mPhone[phoneId];
77 loge("getDeviceIdForPhone phone " + phoneId + " is null");
301 int phoneId = SubscriptionManager.getPhoneId(subId);
302 if (!SubscriptionManager.isValidPhoneId(phoneId)) {
303 phoneId = 0;
305 return mPhone[phoneId];
DefaultPhoneNotifier.java 52 int phoneId = sender.getPhoneId();
59 mRegistry.notifyCallStateForPhoneId(phoneId, subId,
71 int phoneId = sender.getPhoneId();
75 + " sender=" + sender + " phondId=" + phoneId + " subId=" + subId);
82 mRegistry.notifyServiceStateForPhoneId(phoneId, subId, ss);
91 int phoneId = sender.getPhoneId();
100 mRegistry.notifySignalStrengthForPhoneId(phoneId, subId,
110 int phoneId = sender.getPhoneId();
115 mRegistry.notifyMessageWaitingChangedForPhoneId(phoneId, subId,
PhoneSwitcher.java 315 for (int phoneId = 0; phoneId < mNumPhones; phoneId++) {
316 if (newActivePhones.contains(phoneId) == false) {
317 deactivate(phoneId);
322 for (int phoneId : newActivePhones) {
323 activate(phoneId);
333 private void deactivate(int phoneId) {
334 PhoneState state = mPhoneStates[phoneId];
337 log("deactivate " + phoneId);
    [all...]
ProxyController.java 168 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
170 if (phoneId >= 0 && phoneId < TelephonyManager.getDefault().getPhoneCount()) {
171 mPhones[phoneId].registerForAllDataDisconnected(h, what, obj);
176 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
178 if (phoneId >= 0 && phoneId < TelephonyManager.getDefault().getPhoneCount()) {
179 mPhones[phoneId].unregisterForAllDataDisconnected(h);
184 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
186 if (phoneId >= 0 && phoneId < TelephonyManager.getDefault().getPhoneCount())
    [all...]
WapPushOverSms.java 176 int phoneId = handler.getPhone().getPhoneId();
257 int[] subIds = SubscriptionManager.getSubId(phoneId);
300 result.phoneId = phoneId;
362 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, result.phoneId);
393 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, result.phoneId);
627 int phoneId;
SubscriptionController.java 71 * Any setters which take subId, slotIndex or phoneId as a parameter will throw an exception if the
353 final int phoneId = getPhoneId(subId);
354 if (phoneId < 0) {
357 return mTelephonyManager.getSimCountryIsoForPhone(phoneId);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
InProgressCallSession.java 33 public final int phoneId;
59 * @param phoneId Phone id
61 public InProgressCallSession(int phoneId) {
62 this.phoneId = phoneId;
InProgressSmsSession.java 34 public final int phoneId;
75 * @param phoneId Phone id
77 public InProgressSmsSession(int phoneId) {
78 this.phoneId = phoneId;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
TelephonyNetworkFactoryTest.java 118 private TelephonyNetworkFactory makeTnf(int phoneId, TestSetup ts) {
120 ts.subscriptionMonitorMock, ts.looper, ts.contextMock, phoneId, ts.dcTrackerMock);
149 final int phoneId = 0;
154 makeTnf(phoneId, ts);
157 ts.subscriptionControllerMock.setSlotSubId(phoneId, subId);
158 ts.subscriptionMonitorMock.notifySubscriptionChanged(phoneId);
159 ts.subscriptionMonitorMock.notifyDefaultSubscriptionChanged(phoneId);
168 log("setPhoneActive true: phoneId = " + phoneId);
169 ts.phoneSwitcherMock.setPhoneActive(phoneId, true)
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
TelephonyRegistryMock.java 53 int phoneId = SubscriptionManager.INVALID_PHONE_INDEX;
71 + " callerUserId=" + callerUserId + " subId=" + subId + " phoneId=" + phoneId
192 public void notifyCallStateForPhoneId(int phoneId, int subId, int state,
198 public void notifyServiceStateForPhoneId(int phoneId, int subId, ServiceState state) {
203 public void notifySignalStrengthForPhoneId(int phoneId, int subId,
209 public void notifyMessageWaitingChangedForPhoneId(int phoneId, int subId, boolean mwi) {
316 public void notifySimActivationStateChangedForPhoneId(int phoneId, int subId,
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 270 int phoneId = mNotifications.size();
272 = FullScreenActivity.getPendingIntent(mContext, phoneId);
  /packages/apps/Contacts/src/com/android/contacts/list/
PhoneNumberListAdapter.java 350 * ContentUris.withAppendedId(Data.CONTENT_URI, phoneId), is invalid if
357 final long phoneId = cursor.getLong(PhoneQuery.PHONE_ID);
358 return ContentUris.withAppendedId(Data.CONTENT_URI, phoneId);
  /packages/services/Telephony/src/com/android/phone/
CarrierConfigLoader.java 88 // Carrier configs from default app, indexed by phoneID.
90 // Carrier configs from privileged carrier config app, indexed by phoneID.
140 // For each phoneId, the event sequence should be:
158 int phoneId = msg.arg1;
159 log("mHandler: " + msg.what + " phoneId: " + phoneId);
169 Phone phone = PhoneFactory.getPhone(phoneId);
176 if (mConfigFromDefaultApp[phoneId] == null &&
177 mConfigFromCarrierApp[phoneId] == null)
180 mConfigFromDefaultApp[phoneId] = null
    [all...]
NotificationMgr.java 607 int phoneId = SubscriptionManager.getPhoneId(subId);
608 Phone phone = SubscriptionManager.isValidPhoneId(phoneId) ?
609 PhoneFactory.getPhone(phoneId) : PhoneFactory.getDefaultPhone();
PhoneGlobals.java 725 int phoneId = intent.getIntExtra(PhoneConstants.PHONE_KEY, 0);
726 phoneInEcm = PhoneFactory.getPhone(phoneId);
727 Log.d(LOG_TAG, "Emergency Callback Mode. phoneId:" + phoneId);
    [all...]
PhoneInterfaceManager.java     [all...]
  /external/svox/pico/lib/
picocep.c 210 picoos_uint8 phoneId[PICOCEP_MAXWINLEN]; /* synchronised with indexReadPos */
    [all...]
  /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
524 r.phoneId = SubscriptionManager.getPhoneId(r.subId);
526 int phoneId = r.phoneId;
529 log("listen: Register r=" + r + " r.subId=" + r.subId + " phoneId=" + phoneId);
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java     [all...]
TelephonyManager.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 797 int phoneId = mParentApp.getUiccCard().getPhoneId();
798 int subId = SubscriptionController.getInstance().getSubIdUsingPhoneId(phoneId);
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java     [all...]
  /prebuilts/misc/common/robolectric/lib/
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 523 milliseconds

1 2