Searched refs:mLocationManagerInternal (Results 1 – 4 of 4) sorted by relevance
185 protected final LocationManagerInternal mLocationManagerInternal; field in GnssListenerMultiplexer217 mLocationManagerInternal = Objects.requireNonNull( in GnssListenerMultiplexer()291 if (!mLocationManagerInternal.isProviderEnabledForUser(GPS_PROVIDER, in isActive()296 if (!mLocationManagerInternal.isProviderEnabledForUser(GPS_PROVIDER, in isActive()322 return mLocationManagerInternal.isProvider(null, identity); in isBackgroundRestrictionExempt()347 mLocationManagerInternal.addProviderEnabledListener(GPS_PROVIDER, in onRegister()364 mLocationManagerInternal.removeProviderEnabledListener(GPS_PROVIDER, in onUnregister()
62 @Mock private LocationManagerInternal mLocationManagerInternal; field in GnssTimeUpdateServiceTest88 LocalServices.addService(LocationManagerInternal.class, mLocationManagerInternal); in setUp()105 doReturn(locationTime).when(mLocationManagerInternal).getGnssTimeMillis(); in testLocationListenerOnLocationChanged_validLocationTime_suggestsGnssTime()135 doReturn(null).when(mLocationManagerInternal).getGnssTimeMillis(); in testLocationListenerOnLocationChanged_nullLocationTime_doesNotSuggestGnssTime()
94 private final LocationManagerInternal mLocationManagerInternal; field in GnssTimeUpdateService106 mLocationManagerInternal = LocalServices.getService(LocationManagerInternal.class); in GnssTimeUpdateService()130 LocationTime locationTime = mLocationManagerInternal.getGnssTimeMillis(); in requestGnssTimeUpdates()
656 && !mLocationManagerInternal.isProvider(null, getIdentity())) { in calculateProviderLocationRequest()694 return mLocationManagerInternal.isProvider(null, getIdentity()); in isThrottlingExempt()1350 protected final LocationManagerInternal mLocationManagerInternal;1417 mLocationManagerInternal = Objects.requireNonNull(