HomeSort by relevance Sort by last modified time
    Searched refs:isForever (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
DndCondition.java 108 final boolean isForever = mConfig != null && mConfig.manualRule != null
110 return isForever ? mManager.getContext().getString(com.android.internal.R.string.zen_mode_forever_dnd)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenModePanel.java 398 return isForever(condition) ? null : getConditionId(condition);
494 if (mSessionExitCondition == null || isForever(mSessionExitCondition)) {
526 } else if (isForever(c)) {
639 private boolean isForever(Condition c) {
    [all...]

Completed in 258 milliseconds