Searched refs:zenDuration (Results 1 – 2 of 2) sorted by relevance
77 int zenDuration = Settings.Secure.getInt( in setupDialog() local87 updateZenDuration(zenDuration); in setupDialog()92 setupRadioButtons(zenDuration); in setupDialog()160 protected void setupRadioButtons(int zenDuration) { in setupRadioButtons() argument162 if (zenDuration == 0) { in setupRadioButtons()164 } else if (zenDuration > 0) { in setupRadioButtons()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()
158 int zenDuration = Settings.Secure.getInt(mContext.getContentResolver(), in showDetail() local175 switch (zenDuration) { in showDetail()192 Uri conditionId = ZenModeConfig.toTimeCondition(mContext, zenDuration, in showDetail()