Searched refs:RCS_THREAD_URI (Results 1 – 2 of 2) sorted by relevance
25 import static android.provider.Telephony.RcsColumns.RcsThreadColumns.RCS_THREAD_URI;66 try (Cursor cursor = mContentResolver.query(RCS_THREAD_URI, null, bundle, null)) { in performThreadQuery()
2178 Uri RCS_THREAD_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY, RCS_THREAD_URI_PART); field