Searched refs:RcsProvider (Results 1 – 8 of 8) sorted by relevance
34 import static com.android.providers.telephony.RcsProvider.RCS_1_TO_1_THREAD_TABLE;35 import static com.android.providers.telephony.RcsProvider.RCS_GROUP_THREAD_TABLE;36 import static com.android.providers.telephony.RcsProvider.RCS_MESSAGE_TABLE;37 import static com.android.providers.telephony.RcsProvider.RCS_PARTICIPANT_THREAD_JUNCTION_TABLE;38 import static com.android.providers.telephony.RcsProvider.RCS_THREAD_TABLE;39 import static com.android.providers.telephony.RcsProvider.TAG;40 import static com.android.providers.telephony.RcsProvider.UNIFIED_RCS_THREAD_VIEW;327 Log.e(RcsProvider.TAG, in insert1To1Thread()334 Log.e(RcsProvider.TAG, in insert1To1Thread()414 Log.e(RcsProvider.TAG, in insertGroupThread()
59 import static com.android.providers.telephony.RcsProvider.RCS_FILE_TRANSFER_TABLE;60 import static com.android.providers.telephony.RcsProvider.RCS_INCOMING_MESSAGE_TABLE;61 import static com.android.providers.telephony.RcsProvider.RCS_MESSAGE_DELIVERY_TABLE;62 import static com.android.providers.telephony.RcsProvider.RCS_MESSAGE_TABLE;63 import static com.android.providers.telephony.RcsProvider.RCS_OUTGOING_MESSAGE_TABLE;64 import static com.android.providers.telephony.RcsProvider.RCS_PARTICIPANT_TABLE;65 import static com.android.providers.telephony.RcsProvider.RCS_PARTICIPANT_THREAD_JUNCTION_TABLE;66 import static com.android.providers.telephony.RcsProvider.RCS_THREAD_TABLE;67 import static com.android.providers.telephony.RcsProvider.TAG;68 import static com.android.providers.telephony.RcsProvider.UNIFIED_MESSAGE_VIEW;
40 import static com.android.providers.telephony.RcsProvider.RCS_PARTICIPANT_EVENT_TABLE;41 import static com.android.providers.telephony.RcsProvider.RCS_PARTICIPANT_TABLE;42 import static com.android.providers.telephony.RcsProvider.RCS_THREAD_EVENT_TABLE;43 import static com.android.providers.telephony.RcsProvider.RCS_THREAD_TABLE;44 import static com.android.providers.telephony.RcsProvider.RCS_UNIFIED_EVENT_VIEW;45 import static com.android.providers.telephony.RcsProvider.TAG;
31 import static com.android.providers.telephony.RcsProvider.GROUP_THREAD_URI_PREFIX;32 import static com.android.providers.telephony.RcsProvider.RCS_PARTICIPANT_TABLE;33 import static com.android.providers.telephony.RcsProvider.RCS_PARTICIPANT_THREAD_JUNCTION_TABLE;34 import static com.android.providers.telephony.RcsProvider.RCS_THREAD_TABLE;35 import static com.android.providers.telephony.RcsProvider.TAG;
21 import static com.android.providers.telephony.RcsProvider.TAG;
49 public class RcsProvider extends ContentProvider { class
33 public class RcsProviderTestable extends RcsProvider {86 MockContextWithProvider(RcsProvider rcsProvider) { in MockContextWithProvider()91 providerInfo.authority = RcsProvider.AUTHORITY; in MockContextWithProvider()93 mResolver.addProvider(RcsProvider.AUTHORITY, rcsProvider); in MockContextWithProvider()
25 import static com.android.providers.telephony.RcsProvider.RCS_MESSAGE_TABLE;