Searched refs:CREATE_DRM_TABLE_STR (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.providers.telephony.MmsSmsDatabaseHelper.CREATE_DRM_TABLE_STR;68 db.execSQL(CREATE_DRM_TABLE_STR); in onCreate()
876 public static String CREATE_DRM_TABLE_STR = field in MmsSmsDatabaseHelper897 db.execSQL(CREATE_DRM_TABLE_STR); in createMmsTables()