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