Searched refs:hourSeq (Results 1 – 2 of 2) sorted by relevance
93 String hourSeq = (hours == 0) ? "" : in formatToast() local106 return String.format(formats[index], daySeq, hourSeq, minSeq); in formatToast()
372 String hourSeq = (hours == 0) ? "" : in buildTimeRemaining() local383 return String.format(formats[index], hourSeq, minSeq); in buildTimeRemaining()