Home
last modified time | relevance | path

Searched refs:mTimeDetectorInternal (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DTimeDetectorInternalImplTest.java62 private TimeDetectorInternalImpl mTimeDetectorInternal; field in TimeDetectorInternalImplTest
77 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()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DTimeDetectorNetworkTimeHelper.java290 private final TimeDetectorInternal mTimeDetectorInternal; field in TimeDetectorNetworkTimeHelper.EnvironmentImpl
294 mTimeDetectorInternal = LocalServices.getService(TimeDetectorInternal.class); in EnvironmentImpl()
304 return mTimeDetectorInternal.getLatestNetworkSuggestion(); in getLatestNetworkTime()
309 mTimeDetectorInternal.addNetworkTimeUpdateListener(stateChangeListener); in setNetworkTimeUpdateListener()
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DGnssTimeUpdateService.java115 private final TimeDetectorInternal mTimeDetectorInternal; field in GnssTimeUpdateService
136 mTimeDetectorInternal = Objects.requireNonNull(timeDetectorInternal); in GnssTimeUpdateService()
270 mTimeDetectorInternal.suggestGnssTime(suggestion); in suggestGnssTime()