/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/ |
H A D | GnssNavigationMessageProviderTest.java | 29 import android.location.LocationManagerInternal; 53 private @Mock LocationManagerInternal mInternal; 69 LocalServices.addService(LocationManagerInternal.class, mInternal); in setUp() 80 LocalServices.removeServiceForTest(LocationManagerInternal.class); in tearDown()
|
H A D | GnssAntennaInfoProviderTest.java | 28 import android.location.LocationManagerInternal; 55 private @Mock LocationManagerInternal mInternal; 68 LocalServices.addService(LocationManagerInternal.class, mInternal); in setUp() 79 LocalServices.removeServiceForTest(LocationManagerInternal.class); in tearDown()
|
H A D | GnssNmeaProviderTest.java | 30 import android.location.LocationManagerInternal; 63 private @Mock LocationManagerInternal mInternal; 79 LocalServices.addService(LocationManagerInternal.class, mInternal); in setUp() 90 LocalServices.removeServiceForTest(LocationManagerInternal.class); in tearDown()
|
H A D | GnssStatusProviderTest.java | 30 import android.location.LocationManagerInternal; 62 private @Mock LocationManagerInternal mInternal; 78 LocalServices.addService(LocationManagerInternal.class, mInternal); in setUp() 89 LocalServices.removeServiceForTest(LocationManagerInternal.class); in tearDown()
|
H A D | GnssMeasurementsProviderTest.java | 32 import android.location.LocationManagerInternal; 75 private @Mock LocationManagerInternal mInternal; 94 LocalServices.addService(LocationManagerInternal.class, mInternal); in setUp() 106 LocalServices.removeServiceForTest(LocationManagerInternal.class); in tearDown()
|
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/ |
H A D | GnssTimeUpdateService.java | 27 import android.location.LocationManagerInternal; 77 LocationManagerInternal locationManagerInternal = in onStart() 78 LocalServices.getService(LocationManagerInternal.class); in onStart() 118 private final LocationManagerInternal mLocationManagerInternal; 130 @NonNull LocationManagerInternal locationManagerInternal, in GnssTimeUpdateService()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | NetInitiatedActivity.java | 25 import android.location.LocationManagerInternal; 127 LocationManagerInternal lm = LocalServices.getService(LocationManagerInternal.class); in sendUserResponse()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssListenerMultiplexer.java | 26 import android.location.LocationManagerInternal; 27 import android.location.LocationManagerInternal.ProviderEnabledListener; 196 protected final LocationManagerInternal mLocationManagerInternal; 243 LocalServices.getService(LocationManagerInternal.class)); in GnssListenerMultiplexer()
|
/aosp14/frameworks/base/location/java/android/location/ |
H A D | LocationManagerInternal.java | 29 public abstract class LocationManagerInternal { class
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/ |
H A D | LocationManagerServiceTest.java | 34 import android.location.LocationManagerInternal; 137 LocalServices.removeServiceForTest(LocationManagerInternal.class); in tearDown()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/ |
H A D | GnssTimeUpdateServiceTest.java | 36 import android.location.LocationManagerInternal; 58 @Mock private LocationManagerInternal mMockLocationManagerInternal;
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | AppOpsPolicy.java | 33 import android.location.LocationManagerInternal; 133 final LocationManagerInternal locationManagerInternal = LocalServices.getService( in AppOpsPolicy() 134 LocationManagerInternal.class); in AppOpsPolicy()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/ |
H A D | LocationProviderManagerTest.java | 66 import android.location.LocationManagerInternal; 67 import android.location.LocationManagerInternal.ProviderEnabledListener; 144 private LocationManagerInternal mInternal; 171 LocalServices.addService(LocationManagerInternal.class, mInternal); in setUp() 213 LocalServices.removeServiceForTest(LocationManagerInternal.class); in tearDown()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/ |
H A D | LocationManagerService.java | 73 import android.location.LocationManagerInternal; 74 import android.location.LocationManagerInternal.LocationPackageTagsListener; 282 LocalServices.addService(LocationManagerInternal.class, mLocalService); in LocationManagerService() 1673 private class LocalService extends LocationManagerInternal {
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/ |
H A D | LocationProviderManager.java | 63 import android.location.LocationManagerInternal; 64 import android.location.LocationManagerInternal.ProviderEnabledListener; 1375 protected final LocationManagerInternal mLocationManagerInternal; 1479 LocalServices.getService(LocationManagerInternal.class));
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 4824 android.location.LocationManagerInternal
|
H A D | boot-image-profile.txt | 27608 Landroid/location/LocationManagerInternal;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 4828 android.location.LocationManagerInternal
|
H A D | boot-image-profile.txt | 37715 Landroid/location/LocationManagerInternal;
|