Home
last modified time | relevance | path

Searched refs:TABLE_PART (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
DTelephony.java2540 private static final String TABLE_PART = "part"; field in Telephony.Mms.Part
2547 public static final Uri CONTENT_URI = Uri.withAppendedPath(Mms.CONTENT_URI, TABLE_PART);
2646 TABLE_PART).build(); in getPartUriForMessage()