Ejemplo n.º 1
0
 /**
  * Computes the total nap duration
  *
  * @return the nap duration, in minutes
  */
 public int getNapDuration() {
   return mHourPicker.getCurrent() * 60 + mMinutePicker.getCurrent();
 }