Home | History | Annotate | Download | only in provider

Lines Matching defs:subId

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,
594 * @param subId the sub_id which the message belongs to
598 public static Uri addMessage(long subId, ContentResolver resolver,
600 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
639 * @param subId the sub_id which the message belongs to
643 public static Uri addMessage(long subId, ContentResolver resolver,
645 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
706 * @param subId the sub_id which the message belongs to
710 public static Uri addMessage(long subId, ContentResolver resolver,
713 return addMessageToUri(subId, resolver, CONTENT_URI, address, body,
1121 long subId = intent.getLongExtra(PhoneConstants.SUBSCRIPTION_KEY,
1124 Rlog.v(TAG, " getMessagesFromIntent sub_id : " + subId);
1132 msgs[i].setSubId(subId);