Searched refs:mLocationManagerInternal (Results 1 – 4 of 4) sorted by relevance
196 protected final LocationManagerInternal mLocationManagerInternal; field in GnssListenerMultiplexer242 mLocationManagerInternal = Objects.requireNonNull( in GnssListenerMultiplexer()311 if (!mLocationManagerInternal.isProviderEnabledForUser(GPS_PROVIDER, in isActive()316 if (!mLocationManagerInternal.isProviderEnabledForUser(GPS_PROVIDER, in isActive()342 return mLocationManagerInternal.isProvider(null, identity); in isBackgroundRestrictionExempt()367 mLocationManagerInternal.addProviderEnabledListener(GPS_PROVIDER, in onRegister()385 mLocationManagerInternal.removeProviderEnabledListener(GPS_PROVIDER, in onUnregister()
118 private final LocationManagerInternal mLocationManagerInternal; field in GnssTimeUpdateService135 mLocationManagerInternal = Objects.requireNonNull(locationManagerInternal); in GnssTimeUpdateService()212 LocationTime locationTime = mLocationManagerInternal.getGnssTimeMillis(); in handleLocationAvailable()
81 private @Mock LocationManagerInternal mLocationManagerInternal; field in GnssLocationProviderTest118 LocalServices.addService(LocationManagerInternal.class, mLocationManagerInternal); in setUp()
702 && !mLocationManagerInternal.isProvider(null, getIdentity())) { in calculateProviderLocationRequest()745 return mLocationManagerInternal.isProvider(null, getIdentity()); in isThrottlingExempt()1440 protected final LocationManagerInternal mLocationManagerInternal;1550 mLocationManagerInternal = Objects.requireNonNull(1847 && !mLocationManagerInternal.isProvider(null, identity)) {