Searched refs:zenDuration (Results 1 – 2 of 2) sorted by relevance
76 int zenDuration = Settings.Secure.getInt( in setupDialog() local86 updateZenDuration(zenDuration); in setupDialog()91 setupRadioButtons(zenDuration); in setupDialog()159 protected void setupRadioButtons(int zenDuration) { in setupRadioButtons() argument161 if (zenDuration == 0) { in setupRadioButtons()163 } else if (zenDuration > 0) { in setupRadioButtons()167 bindTag(zenDuration, mZenRadioGroupContent.getChildAt(FOREVER_CONDITION_INDEX), in setupRadioButtons()169 bindTag(zenDuration, mZenRadioGroupContent.getChildAt(COUNTDOWN_CONDITION_INDEX), in setupRadioButtons()171 bindTag(zenDuration, mZenRadioGroupContent.getChildAt(ALWAYS_ASK_CONDITION_INDEX), in setupRadioButtons()
151 int zenDuration = Settings.Secure.getInt(mContext.getContentResolver(), in showDetail() local168 switch (zenDuration) { in showDetail()185 Uri conditionId = ZenModeConfig.toTimeCondition(mContext, zenDuration, in showDetail()