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.java3127 private static final String TABLE_PART = "part"; field in Telephony.Mms.Part
3134 public static final Uri CONTENT_URI = Uri.withAppendedPath(Mms.CONTENT_URI, TABLE_PART);
3225 TABLE_PART).build(); in getPartUriForMessage()