HomeSort by relevance Sort by last modified time
    Searched full:subid (Results 176 - 200 of 269) sorted by null

1 2 3 4 5 6 78 91011

  /packages/apps/Messaging/src/android/support/v7/mms/
MmsHttpClient.java 471 * @param subId the subId
474 private static int getSlotId(final int subId) {
478 return (Integer) method.invoke(null, subId);
CarrierConfigValuesLoader.java 28 * @param subId the associated subscription ID for the carrier configuration
31 Bundle get(int subId);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleDatabaseOperations.java 76 * @param refSubId The subId used to normalize phone numbers in the recipients
163 * @param refSubId The reference subId for canonicalize phone numbers
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/receiver/
SendStatusReceiver.java 52 public static final String EXTRA_SUB_ID = "subId";
SmsReceiver.java 191 int subId = PhoneUtils.getDefault().getEffectiveIncomingSubIdFromSystem(
193 deliverSmsMessages(context, subId, errorCode, messages);
200 public static void deliverSmsMessages(final Context context, final int subId,
216 messageValues.put(Sms.SUBSCRIPTION_ID, subId);
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageList.java 474 public static boolean hasReadyMobileRadio(Context context, int subId) {
481 final int slotId = SubscriptionManager.getSlotIndex(subId);
486 Log.d(TAG, "hasReadyMobileRadio: subId=" + subId
  /frameworks/base/packages/Osu/src/com/android/configparse/
ConfigBuilder.java 178 for (int subId : sub.getActiveSubscriptionIdList()) {
179 String imsi = tm.getSubscriberId(subId);
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 177 // FIXME: This is used to pass a subId via intents, we need to look at its usage, which is
178 // FIXME: extensive, and see if this should be an array of all active subId's or ...?
TelephonyIntents.java 412 * <li>subId</li><dd>Sub Id which associated the data connection failure.</dd>
425 * <li>subId</li><dd>Sub Id which associated the data connection failure.</dd>
442 * <li>subId</li><dd>Sub Id which associated the data connection.</dd>
456 * <li>subId</li><dd>Sub Id which associated the default data.</dd>
468 * <li>subId</li><dd>Sub Id which associated the data connection failure.</dd>
  /packages/apps/Messaging/src/com/android/messaging/
BugleApplication.java 243 public void runForSubscription(final int subId) {
244 factory.getSubscriptionPrefs(subId)
  /packages/apps/Messaging/src/com/android/messaging/util/
ConnectivityUtil.java 155 * @param subId This is ignored because TelephonyManager does not support it.
158 public int getSignalLevel(final int subId) {
  /packages/apps/Settings/src/com/android/settings/sim/
SimPreferenceDialog.java 159 int subId = mSubInfoRecord.getSubscriptionId();
161 mSubscriptionManager.setDisplayName(displayName, subId,
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
TelephonyBackupAgentTest.java 164 mMmsRows[0] = createMmsRow(1 /*id*/, 1 /*subid*/, "Subject 1" /*subject*/,
188 mMmsRows[1] = createMmsRow(2 /*id*/, 2 /*subid*/, null /*subject*/, 100 /*subcharset*/,
206 mMmsRows[2] = createMmsRow(9 /*id*/, 3 /*subid*/, "Subject 10" /*subject*/,
230 mMmsAttachmentRows[0] = createMmsRow(1 /*id*/, 1 /*subid*/, "Subject 1" /*subject*/,
312 private static ContentValues createSmsRow(int id, int subId, String address, String body,
318 smsRow.put(Telephony.Sms.SUBSCRIPTION_ID, subId);
338 private ContentValues createMmsRow(int id, int subId, String subj, int subCharset,
347 mmsRow.put(Telephony.Mms.SUBSCRIPTION_ID, subId);
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
MmsNetworkManager.java 109 public MmsNetworkManager(Context context, int subId) {
116 mSubId = subId;
DownloadRequest.java 61 public DownloadRequest(RequestManager manager, int subId, String locationUrl,
64 super(manager, subId, creator, configOverrides, context);
MmsRequest.java 87 public MmsRequest(RequestManager requestManager, int subId, String creator,
90 mSubId = subId;
  /frameworks/base/telephony/java/android/telephony/
SmsManager.java 62 * A psuedo-subId that represents the default subId at any given time. The actual subId it
63 * represents changes as the default subId is changed.
636 * @param subId an SMS subscription id, typically accessed using
638 * @return the instance of the SmsManager associated with subId
640 public static SmsManager getSmsManagerForSubscriptionId(int subId) {
643 SmsManager smsManager = sSubInstances.get(subId);
645 smsManager = new SmsManager(subId);
646 sSubInstances.put(subId, smsManager)
    [all...]
Telephony.java 360 * @param subId the subscription which the message belongs to
364 public static Uri addMessageToUri(int subId, ContentResolver resolver,
367 return addMessageToUri(subId, resolver, uri, address, body, subject,
406 * @param subId the subscription which the message belongs to
410 public static Uri addMessageToUri(int subId, ContentResolver resolver,
414 Rlog.v(TAG,"Telephony addMessageToUri sub id: " + subId);
416 values.put(SUBSCRIPTION_ID, subId);
542 * @param subId the subscription which the message belongs to
546 public static Uri addMessage(int subId, ContentResolver resolver,
548 return addMessageToUri(subId, resolver, CONTENT_URI, address, body
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomServiceImpl.java 551 int subId = mSubscriptionManagerAdapter.getDefaultVoiceSubId();
553 subId = mPhoneAccountRegistrar
556 return getTelephonyManager().getVoiceMailNumber(subId);
588 int subId = mPhoneAccountRegistrar.getSubscriptionIdForPhoneAccount(
590 return getTelephonyManager().getLine1Number(subId);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaPhoneTest.java 751 // invalid subId
756 // valid subId, sharedPreference not present
780 // check for another subId
    [all...]
  /frameworks/base/telephony/java/android/telephony/mbms/vendor/
MbmsDownloadServiceBase.java 91 * Initialize the download service for this app and subId, registering the listener.
155 * Registers serviceClasses of interest with the appName/subId key.
159 * Note that subsequent calls with the same uid and subId will replace
  /frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java 53 * Indicates the subId
64 public void setSubId(int subId) {
65 mSubId = subId;
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 698 char* subId = NULL;
702 subId = getID(sid, c, subId);
704 res_write_xml(current, subId, language, FALSE, status);
705 uprv_free(subId);
706 subId = NULL;
    [all...]
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp 282 uint32_t subID;
284 messageType = _type; size = (uint32_t)_size; subID = _subID; });
  /packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
ApnSettingsActivity.java 144 public void setSubId(final int subId) {
145 mSubId = subId;

Completed in 749 milliseconds

1 2 3 4 5 6 78 91011