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

  /frameworks/base/core/java/android/provider/
CallLog.java 357 public static final String SUB_ID = "sub_id";
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 243 * The sub_id to which the message belongs to
247 public static final String SUB_ID = "sub_id";
354 * @param subId the sub_id which the message belongs to
400 * @param subId the sub_id which the message belongs to
410 values.put(SUB_ID, subId);
536 * @param subId the sub_id which the message belongs to
594 * @param subId the sub_id which the message belongs to
639 * @param subId the sub_id which the message belongs to
706 * @param subId the sub_id which the message belongs t
    [all...]

Completed in 118 milliseconds