Searched refs:flagBuilder (Results 1 – 1 of 1) sorted by relevance
208 LinearLayout flagBuilder = mLayout.findViewById(R.id.build_intent_flags); in currentIntent() local211 childrenOfGroup(flagBuilder, CheckBox.class) in currentIntent()298 ViewGroup flagBuilder = (LinearLayout) layout.findViewById(R.id.build_intent_flags); in getAllCheckBoxes() local300 for (int i = 0; i < flagBuilder.getChildCount(); i++) { in getAllCheckBoxes()301 View child = flagBuilder.getChildAt(i); in getAllCheckBoxes()