Searched refs:mTimeDetectorInternal (Results 1 – 3 of 3) sorted by relevance
62 private TimeDetectorInternalImpl mTimeDetectorInternal; field in TimeDetectorInternalImplTest77 mTimeDetectorInternal = new TimeDetectorInternalImpl( in setUp()95 mTimeDetectorInternal.getCapabilitiesAndConfigForDpm(); in testGetCapabilitiesAndConfigForDpm()117 assertTrue(mTimeDetectorInternal.updateConfigurationForDpm(timeConfiguration)); in testUpdateConfigurationForDpm()131 assertTrue(mTimeDetectorInternal.setManualTimeForDpm(timeSuggestion)); in testSetManualTimeZoneForDpm()143 mTimeDetectorInternal.suggestNetworkTime(networkTimeSuggestion); in testSuggestNetworkTime()159 mTimeDetectorInternal.suggestGnssTime(gnssTimeSuggestion); in testSuggestGnssTime()
290 private final TimeDetectorInternal mTimeDetectorInternal; field in TimeDetectorNetworkTimeHelper.EnvironmentImpl294 mTimeDetectorInternal = LocalServices.getService(TimeDetectorInternal.class); in EnvironmentImpl()304 return mTimeDetectorInternal.getLatestNetworkSuggestion(); in getLatestNetworkTime()309 mTimeDetectorInternal.addNetworkTimeUpdateListener(stateChangeListener); in setNetworkTimeUpdateListener()
115 private final TimeDetectorInternal mTimeDetectorInternal; field in GnssTimeUpdateService136 mTimeDetectorInternal = Objects.requireNonNull(timeDetectorInternal); in GnssTimeUpdateService()270 mTimeDetectorInternal.suggestGnssTime(suggestion); in suggestGnssTime()