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.java227 public boolean sendExtraCommand(String command) { in sendExtraCommand() method in TestLocationManager
229 boolean extraCommandStatus = mLocationManager.sendExtraCommand(LocationManager.GPS_PROVIDER, in sendExtraCommand()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssTtffTests.java83 mTestLocationManager.sendExtraCommand("delete_aiding_data"); in checkTtffColdWithWifiOn()
DGnssMeasurementWhenNoLocationTest.java122 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.java1046 mManager.sendExtraCommand(GPS_PROVIDER, "delete_aiding_data", null); in testRequestGpsUpdates_B9758659()
1396 boolean res = mManager.sendExtraCommand(provider, "dontCrash", null); in testSendExtraCommand()
1400 mManager.sendExtraCommand(provider, null, null); in testSendExtraCommand()
1408 mManager.sendExtraCommand(null, "crash", null); in testSendExtraCommand()
/cts/tests/location/location_coarse/src/android/location/cts/coarse/
DLocationManagerCoarseTest.java291 mManager.sendExtraCommand(TEST_PROVIDER, "command", null); in testSendExtraCommand()