HomeSort by relevance Sort by last modified time
    Searched full:testlocationmanager (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/location/src/android/location/cts/
TestGpsStatusListener.java 42 TestGpsStatusListener(int gpsStatusCountToCollect, TestLocationManager testLocationManager) {
44 mLocationManager = testLocationManager.getLocationManager();
GnssTestCase.java 30 protected TestLocationManager mTestLocationManager;
TestLocationManager.java 34 public class TestLocationManager {
36 private static final String TAG = "TestLocationManager";
40 public TestLocationManager(Context context) {
TestMeasurementUtil.java 58 * @param testLocationManager TestLocationManager
62 public static boolean canTestRunOnCurrentDevice(TestLocationManager testLocationManager,
77 PackageManager pm = testLocationManager.getContext().getPackageManager();
87 boolean gpsProviderEnabled = testLocationManager.getLocationManager()
97 int gnssYearOfHardware = testLocationManager.getLocationManager().getGnssYearOfHardware();
    [all...]
GnssMeasurementValuesTest.java 53 mTestLocationManager = new TestLocationManager(getContext());
GnssNavigationMessageTest.java 49 mTestLocationManager = new TestLocationManager(getContext());
GnssMeasurementRegistrationTest.java 62 mTestLocationManager = new TestLocationManager(getContext());
GnssMeasurementsConstellationTest.java 57 mTestLocationManager = new TestLocationManager(getContext());
GnssNavigationMessageRegistrationTest.java 60 mTestLocationManager = new TestLocationManager(getContext());
GnssMeasurementWhenNoLocationTest.java 72 mTestLocationManager = new TestLocationManager(getContext());

Completed in 57 milliseconds