Searched refs:mPollingIntervalMs (Results 1 – 1 of 1) sorted by relevance
88 private final long mPollingIntervalMs; field in NetworkTimeUpdateService108 mPollingIntervalMs = mContext.getResources().getInteger( in NetworkTimeUpdateService()158 if (cachedNtpResult == null || cachedNtpResult.getAgeMillis() >= mPollingIntervalMs) { in onPollNetworkTimeUnderWakeLock()164 if (cachedNtpResult != null && cachedNtpResult.getAgeMillis() < mPollingIntervalMs) { in onPollNetworkTimeUnderWakeLock()166 resetAlarm(mPollingIntervalMs); in onPollNetworkTimeUnderWakeLock()182 resetAlarm(mPollingIntervalMs); in onPollNetworkTimeUnderWakeLock()276 TimeUtils.formatDuration(mPollingIntervalMs, pw); in dump()