Searched refs:mZenRadioGroupContent (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/ |
D | ZenDurationDialog.java | 60 @VisibleForTesting protected LinearLayout mZenRadioGroupContent; field in ZenDurationDialog 142 mZenRadioGroupContent = container.findViewById(R.id.zen_radio_buttons_content); in getContentView() 151 mZenRadioGroupContent, false); in getContentView() 153 mZenRadioGroupContent.addView(radioButtonContent); in getContentView() 168 bindTag(zenDuration, mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX), in setupRadioButtons() 170 bindTag(zenDuration, mZenRadioGroupContent.getChildAt(COUNTDOWN_CONDITION_INDEX), in setupRadioButtons() 172 bindTag(zenDuration, mZenRadioGroupContent.getChildAt(ALWAYS_ASK_CONDITION_INDEX), in setupRadioButtons() 210 return (ConditionTag) mZenRadioGroupContent.getChildAt(index).getTag(); in getConditionTagAt()
|
D | EnableZenModeDialog.java | 96 protected LinearLayout mZenRadioGroupContent; field in EnableZenModeDialog 174 final int N = mZenRadioGroupContent.getChildCount(); in hideAllConditions() 176 mZenRadioGroupContent.getChildAt(i).setVisibility(View.GONE); in hideAllConditions() 191 mZenRadioGroupContent = container.findViewById(R.id.zen_radio_buttons_content); in getContentView() 201 mZenRadioGroupContent, false); in getContentView() 203 mZenRadioGroupContent.addView(radioButtonContent); in getContentView() 224 if (DEBUG) Log.d(TAG, "bind i=" + mZenRadioGroupContent.indexOfChild(row) + " first=" in bind() 248 return (ConditionTag) mZenRadioGroupContent.getChildAt(index).getTag(); in getConditionTagAt() 254 bind(forever(), mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX), in bindConditions() 270 bind(c, mZenRadioGroupContent.getChildAt(COUNTDOWN_CONDITION_INDEX), in bindConditions() [all …]
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/ |
D | EnableZenModeDialogTest.java | 104 mController.mZenRadioGroupContent.getChildAt( in setup() 108 mController.mZenRadioGroupContent.getChildAt( in setup()
|
D | ZenDurationDialogTest.java | 155 View view = mController.mZenRadioGroupContent.getChildAt( in testGetTimeFromBucket()
|