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

  /external/smack/src/org/jivesoftware/smackx/pubsub/
GetItemsRequest.java 23 protected String subId;
34 subId = subscriptionId;
46 subId = subscriptionId;
51 return subId;
71 builder.append(" subid='");
  /external/smack/src/org/jivesoftware/smackx/pubsub/provider/
SubscriptionProvider.java 33 String subId = parser.getAttributeValue(null, "subid");
49 return new Subscription(jid, nodeId, subId, (state == null ? null : Subscription.State.valueOf(state)), isRequired);
  /frameworks/base/telephony/java/android/telephony/
SubInfoRecord.java 32 public long subId;
80 this.subId = SubscriptionManager.INVALID_SUB_ID;
94 public SubInfoRecord(long subId, String iccId, int slotId, String displayName, int nameSource,
97 this.subId = subId;
114 long subId = source.readLong();
128 return new SubInfoRecord(subId, iccId, slotId, displayName, nameSource, color, number,
140 dest.writeLong(subId);
161 return "{mSubId=" + subId + ", mIccId=" + iccId + " mSlotId=" + slotId
SubscriptionManager.java 263 * Get the SubInfoRecord associated with the subId
264 * @param subId The unique SubInfoRecord index in database
268 public static SubInfoRecord getSubInfoForSubscriber(long subId) {
269 if (!isValidSubId(subId)) {
270 logd("[getSubInfoForSubscriberx]- invalid subId");
279 subInfo = iSub.getSubInfoForSubscriber(subId);
476 * @param subId the unique SubInfoRecord index in database
480 public static int setColor(int color, long subId) {
481 if (VDBG) logd("[setColor]+ color:" + color + " subId:" + subId);
    [all...]
TelephonyManager.java 606 long[] subId = SubscriptionManager.getSubId(slotId);
608 return getSubscriberInfo().getDeviceIdForSubscriber(subId[0]);
637 long[] subId = SubscriptionManager.getSubId(slotId);
639 return getSubscriberInfo().getImeiForSubscriber(subId[0]);
698 * @param subId for which the location updates are enabled
701 public void enableLocationUpdates(long subId) {
703 getITelephony().enableLocationUpdatesForSubscriber(subId);
723 public void disableLocationUpdates(long subId) {
725 getITelephony().disableLocationUpdatesForSubscriber(subId);
784 * @param subId for which phone type is returne
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Subscription.java 45 public int subId; // SUB 0 or SUB 1
77 + ", subId = " + subId
88 && (m3gpp2Index == sub.m3gpp2Index) && (subId == sub.subId)
112 // Not checking the subId, subStatus and slotId, which are related to the
148 subId = SUBSCRIPTION_INDEX_INVALID;
166 subId = from.subId;
DefaultPhoneNotifier.java 60 long subId = sender.getSubId();
67 mRegistry.notifyCallStateForSubscriber(subId,
79 long subId = sender.getSubId();
82 + " sender=" + sender + " phondId=" + phoneId + " subId=" + subId);
89 mRegistry.notifyServiceStateForPhoneId(phoneId, subId, ss);
98 long subId = sender.getSubId();
103 mRegistry.notifySignalStrengthForSubscriber(subId, sender.getSignalStrength());
113 long subId = sender.getSubId();
117 mRegistry.notifyMessageWaitingChangedForPhoneId(phoneId, subId,
    [all...]
IccProvider.java 74 URL_MATCHER.addURI("icc", "adn/subId/#", ADN_SUB);
76 URL_MATCHER.addURI("icc", "fdn/subId/#", FDN_SUB);
78 URL_MATCHER.addURI("icc", "sdn/subId/#", SDN_SUB);
127 long subId;
130 subId = subInfoList.get(i).subId;
131 result[i] = loadFromEf(efType, subId);
132 Rlog.i(TAG,"ADN Records loaded for Subscription ::" + subId);
161 long subId;
169 subId = SubscriptionManager.getDefaultSubId()
    [all...]
WapPushOverSms.java 123 // Should we "abort" if no subId for now just no supplying extra param below
205 long subId = (subIds != null) && (subIds.length > 0) ? subIds[0] :
207 writeInboxMessage(subId, intentData);
305 private void writeInboxMessage(long subId, byte[] pushData) {
350 Bundle configs = SmsManager.getSmsManagerForSubscriber(subId)
PhoneFactory.java 304 public static void setDefaultSubscription(int subId) {
305 SystemProperties.set(PROPERTY_DEFAULT_SUBSCRIPTION, Integer.toString(subId));
306 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
326 Rlog.d(LOG_TAG, "setDefaultSubscription : " + subId
355 int subId = 0;
358 subId = Settings.Global.getInt(sContext.getContentResolver(),
364 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
370 Rlog.i(LOG_TAG, "Subscription is invalid..." + subId + " Set to 0");
371 subId = 0;
372 setVoiceSubscription(subId);
    [all...]
SubscriptionController.java 57 * Any setters which take subId, slotId or phoneId as a parameter will throw an exception if the
224 * @SubId The unique SubInfoRecord index in database
229 private void broadcastSimInfoContentChanged(long subId,
233 intent.putExtra(BaseColumns._ID, subId);
238 logd("[broadcastSimInfoContentChanged] subId" + subId
241 logd("[broadcastSimInfoContentChanged] subId" + subId
255 info.subId = cursor.getLong(cursor.getColumnIndexOrThrow(BaseColumns._ID));
283 logd("[getSubInfoRecord] SubId:" + info.subId + " iccid:" + info.iccId + " slotId:"
    [all...]
CallManager.java 245 * get Phone object corresponds to subId
248 private Phone getPhone(long subId) {
251 if (phone.getSubId() == subId && !(phone instanceof ImsPhone)) {
279 * Get current coarse-grained voice call state on a subId.
284 public PhoneConstants.State getState(long subId) {
288 if (phone.getSubId() == subId) {
335 * @return the Phone service state corresponds to subId
337 public int getServiceState(long subId) {
341 if (phone.getSubId() == subId) {
380 public Phone getPhoneInCall(long subId) {
    [all...]
  /frameworks/base/core/java/android/content/res/
StringBlock.java 100 || styleId == mStyleIDs.subId || styleId == mStyleIDs.supId
124 mStyleIDs.subId = styleId;
159 private int subId = -1;
202 } else if (type == ids.subId) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 304 long subId = SubscriptionManager.getDefaultSubId();
305 return getCallerInfo(context, number, subId);
313 * @param subId the subscription for checking for if voice mail number or not
319 public static CallerInfo getCallerInfo(Context context, String number, long subId) {
330 } else if (PhoneNumberUtils.isVoiceMailNumber(subId, number)) {
421 long subId = SubscriptionManager.getDefaultSubId();
422 return markAsVoiceMail(subId);
426 /* package */ CallerInfo markAsVoiceMail(long subId) {
430 String voiceMailLabel = TelephonyManager.getDefault().getVoiceMailAlphaTag(subId);
CallerInfoAsyncQuery.java 84 public long subId;
284 mCallerInfo = new CallerInfo().markAsVoiceMail(cw.subId);
391 long subId = SubscriptionManager.getDefaultSubId();
392 return startQuery(token, context, number, listener, cookie, subId);
407 OnQueryCompleteListener listener, Object cookie, long subId) {
435 cw.subId = subId;
440 } else if (PhoneNumberUtils.isVoiceMailNumber(subId, number)) {
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 94 long subId = mPhone.getSubId();
96 String line1Number = mTelephonyManager.getLine1NumberForSubscriber(subId);
119 // slotId from the subId or the phoneId in all instances.
120 SubInfoRecord record = SubscriptionManager.getSubInfoForSubscriber(subId);
135 Log.w(this, "Could not get a display name for subid: %d", subId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DctController.java 128 public void onDataStateChanged(long subId, String state, String reason,
131 + ",apnName=" + apnName + ",apnType=" + apnType + ",from subId=" + subId);
132 int phoneId = SubscriptionManager.getPhoneId(subId);
144 long subId = intent.getLongExtra(PhoneConstants.SUBSCRIPTION_KEY, PhoneConstants.SUB1);
145 int phoneId = SubscriptionManager.getPhoneId(subId);
149 if (!SubscriptionManager.isValidSubId(subId) || (subId < 0)) {
150 // FIXME: Maybe add SM.isRealSubId(subId)??
151 logd("DataStateReceiver: ignore invalid subId=" + subId)
    [all...]
DcTracker.java     [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp 686 char* subId = NULL;
690 subId = getID(sid, c, subId);
692 res_write_xml(current, subId, language, FALSE, status);
693 uprv_free(subId);
694 subId = NULL;
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 696 char* subId = NULL;
700 subId = getID(sid, c, subId);
702 res_write_xml(current, subId, language, FALSE, status);
703 uprv_free(subId);
704 subId = NULL;
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 104 s_urlMatcher.addURI("telephony", "carriers/subId/*", URL_TELEPHONY_USING_SUBID);
105 s_urlMatcher.addURI("telephony", "carriers/current/subId/*", URL_CURRENT_USING_SUBID);
106 s_urlMatcher.addURI("telephony", "carriers/restore/subId/*", URL_RESTOREAPN_USING_SUBID);
107 s_urlMatcher.addURI("telephony", "carriers/preferapn/subId/*", URL_PREFERAPN_USING_SUBID);
108 s_urlMatcher.addURI("telephony", "carriers/preferapn_no_update/subId/*",
581 long subId = SubscriptionManager.getDefaultSubId();
583 values.put(Telephony.Carriers.SUB_ID, subId);
619 private void setPreferredApnId(Long id, long subId) {
621 PREF_FILE + subId, Context.MODE_PRIVATE);
627 private long getPreferredApnId(long subId) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 74 * a subId changes from to a dummy value when a SIM is removed and thus won't
75 * compare properly. Because SubscriptionManager.getPhoneId(long subId) handles
98 long subId;
104 return "{pkgForDebug=" + pkgForDebug + " callerUid=" + callerUid + " subId=" + subId +
300 public void listenForSubscriber(long subId, String pkgForDebug, IPhoneStateListener callback,
302 listen(pkgForDebug, callback, events, notifyNow, subId);
306 boolean notifyNow, long subId) {
311 + " notifyNow=" + notifyNow + " subId=" + subId + " myUid=" + myUi
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 276 long[] subId = SubscriptionController.getInstance().getSubId(slotId);
278 if (subId[0] == SubscriptionController.getInstance().getDefaultSubId()) {
282 SubscriptionController.getInstance().setMccMnc(operator, subId[0]);
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 354 * @param subId the sub_id which the message belongs to
358 public static Uri addMessageToUri(long subId, ContentResolver resolver,
361 return addMessageToUri(subId, resolver, uri, address, body, subject,
400 * @param subId the sub_id which the message belongs to
404 public static Uri addMessageToUri(long subId, ContentResolver resolver,
408 Rlog.v(TAG,"Telephony addMessageToUri sub id: " + subId);
410 values.put(SUB_ID, subId);
536 * @param subId the sub_id which the message belongs to
540 public static Uri addMessage(long subId, ContentResolver resolver,
542 return addMessageToUri(subId, resolver, CONTENT_URI, address, body
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 708 // returns phone associated with the subId.
710 private Phone getPhone(long subId) {
713 // return PhoneUtils.getPhoneForSubscriber(subId);
723 public void dialForSubscriber(long subId, String number) {
735 PhoneConstants.State state = mCM.getState(subId);
    [all...]

Completed in 551 milliseconds