Searched refs:TestLocationManager (Results 1 – 10 of 10) sorted by relevance
30 protected TestLocationManager mTestLocationManager;
34 public class TestLocationManager { class40 public TestLocationManager(Context context) { in TestLocationManager() method in TestLocationManager
42 TestGpsStatusListener(int gpsStatusCountToCollect, TestLocationManager testLocationManager) { in TestGpsStatusListener()
60 mTestLocationManager = new TestLocationManager(getContext()); in setUp()
63 mTestLocationManager = new TestLocationManager(getContext()); in setUp()
53 mTestLocationManager = new TestLocationManager(getContext()); in setUp()
58 mTestLocationManager = new TestLocationManager(getContext()); in setUp()
49 mTestLocationManager = new TestLocationManager(getContext()); in setUp()
72 mTestLocationManager = new TestLocationManager(getContext()); in setUp()
62 public static boolean canTestRunOnCurrentDevice(TestLocationManager testLocationManager, in canTestRunOnCurrentDevice()