Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/util/
H A DChatProvider.java165 public static final String SQL_CREATE_RCS_TABLE = "CREATE TABLE " field in ChatProvider.RcsDatabaseHelper
192 db.execSQL(SQL_CREATE_RCS_TABLE); in onCreate()