Searched refs:DELETED_CHANNELS_TABLE (Results 1 – 2 of 2) sorted by relevance
100 private static final String DELETED_CHANNELS_TABLE = "deleted_channels"; // Deprecated field in FakeTvProvider1247 db.execSQL("DROP TABLE IF EXISTS " + DELETED_CHANNELS_TABLE); in onUpgrade()
112 private static final String DELETED_CHANNELS_TABLE = "deleted_channels"; // Deprecated field in TvProvider939 db.execSQL("DROP TABLE IF EXISTS " + DELETED_CHANNELS_TABLE); in onUpgrade()