Home
last modified time | relevance | path

Searched refs:sendExtraCommand (Results 1 – 6 of 6) sorted by relevance

/cts/tests/location/common/src/android/location/cts/common/
DTestLocationManager.java224 public boolean sendExtraCommand(String command) { in sendExtraCommand() method in TestLocationManager
226 boolean extraCommandStatus = mLocationManager.sendExtraCommand(LocationManager.GPS_PROVIDER, in sendExtraCommand()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssTtffTests.java76 mTestLocationManager.sendExtraCommand("delete_aiding_data"); in checkTtffColdWithWifiOn()
DGnssMeasurementWhenNoLocationTest.java121 if (!mTestLocationManager.sendExtraCommand(AGPS_DELETE_COMMAND)) { in testGnssMeasurementWhenNoLocation()
/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationProviderBaseTest.java176 mLocationProvider.asProvider().sendExtraCommand("command", new Bundle()); in testOnSendExtraCommand()
DLocationManagerFineTest.java889 mManager.sendExtraCommand(GPS_PROVIDER, "delete_aiding_data", null); in testRequestGpsUpdates_B9758659()
1227 boolean res = mManager.sendExtraCommand(provider, "dontCrash", null); in testSendExtraCommand()
1231 mManager.sendExtraCommand(provider, null, null); in testSendExtraCommand()
1239 mManager.sendExtraCommand(null, "crash", null); in testSendExtraCommand()
/cts/tests/location/location_coarse/src/android/location/cts/coarse/
DLocationManagerCoarseTest.java283 mManager.sendExtraCommand(TEST_PROVIDER, "command", null); in testSendExtraCommand()