Searched refs:redValues (Results 1 – 1 of 1) sorted by relevance
52 ContentValues redValues = new ContentValues(); in insertChannels() local53 redValues.put(TvContract.Channels.COLUMN_INPUT_ID, info.getId()); in insertChannels()54 redValues.put(TvContract.Channels.COLUMN_DISPLAY_NUMBER, "0"); in insertChannels()55 redValues.put(TvContract.Channels.COLUMN_DISPLAY_NAME, "Red"); in insertChannels()56 redValues.put(TvContract.Channels.COLUMN_INTERNAL_PROVIDER_DATA, new byte[] { 0 }); in insertChannels()68 new ContentValues[] { redValues, greenValues, blueValues }); in insertChannels()