Searched refs:mChannelBoxes (Results 1 – 1 of 1) sorted by relevance
33 private CheckBox[] mChannelBoxes; field in TestOutputActivity61 mChannelBoxes = new CheckBox[MAX_CHANNEL_BOXES]; in onCreate()63 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox0); in onCreate()64 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox1); in onCreate()65 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox2); in onCreate()66 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox3); in onCreate()67 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox4); in onCreate()68 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox5); in onCreate()69 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox6); in onCreate()70 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox7); in onCreate()[all …]