Searched refs:mHasSeconds (Results 1 – 2 of 2) sorted by relevance
35 private boolean mHasSeconds; field in ClockPreference68 mHasSeconds = newValue != null && Integer.parseInt(newValue) != 0; in onTuningChanged()75 if (mClockEnabled && mHasSeconds) { in onTuningChanged()
134 private boolean mHasSeconds; field in TextClock523 boolean hadSeconds = mHasSeconds; in chooseFormat()524 mHasSeconds = DateFormat.hasSeconds(mFormat); in chooseFormat()526 if (mShouldRunTicker && hadSeconds != mHasSeconds) { in chooseFormat()559 if (mHasSeconds) { in onVisibilityAggregated()666 stream.addProperty("hasSeconds", mHasSeconds); in encodeProperties()