Home | History | Annotate | Download | only in volume

Lines Matching refs:exitCondition

322     private void setExitCondition(Condition exitCondition) {
323 if (Objects.equals(mExitCondition, exitCondition)) return;
324 mExitCondition = exitCondition;
552 private void handleExitConditionChanged(Condition exitCondition) {
553 setExitCondition(exitCondition);
560 bind(exitCondition, mZenConditions.getChildAt(i));
792 public void onExitConditionChanged(Condition exitCondition) {
793 mHandler.obtainMessage(H.EXIT_CONDITION_CHANGED, exitCondition).sendToTarget();