Searched refs:zenDuration (Results 1 – 2 of 2) sorted by relevance
69 int zenDuration = Settings.Global.getInt( in createDialog() local80 updateZenDuration(zenDuration); in createDialog()85 setupRadioButtons(zenDuration); in createDialog()154 protected void setupRadioButtons(int zenDuration) { in setupRadioButtons() argument156 if (zenDuration == 0) { in setupRadioButtons()158 } else if (zenDuration > 0) { in setupRadioButtons()162 bindTag(zenDuration, mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX), in setupRadioButtons()164 bindTag(zenDuration, mZenRadioGroupContent.getChildAt(COUNTDOWN_CONDITION_INDEX), in setupRadioButtons()166 bindTag(zenDuration, mZenRadioGroupContent.getChildAt(ALWAYS_ASK_CONDITION_INDEX), in setupRadioButtons()
145 int zenDuration = Settings.Global.getInt(mContext.getContentResolver(), in showDetail() local160 switch (zenDuration) { in showDetail()177 Uri conditionId = ZenModeConfig.toTimeCondition(mContext, zenDuration, in showDetail()