/frameworks/base/location/java/android/location/provider/ |
D | ILocationProvider.aidl | 34 oneway void sendExtraCommand(String command, in Bundle extras); in sendExtraCommand() method
|
D | LocationProviderBase.java | 366 public void sendExtraCommand(String command, Bundle extras) { in sendExtraCommand() method in LocationProviderBase.Service
|
/frameworks/base/services/core/java/com/android/server/location/provider/ |
D | LocationProviderController.java | 67 void sendExtraCommand(int uid, int pid, String command, Bundle extras); in sendExtraCommand() method
|
D | DelegateLocationProvider.java | 112 mDelegate.getController().sendExtraCommand(uid, pid, command, extras); in onExtraCommand()
|
D | MockableLocationProvider.java | 276 mProvider.getController().sendExtraCommand(uid, pid, command, extras); in onExtraCommand()
|
D | AbstractLocationProvider.java | 406 public void sendExtraCommand(int uid, int pid, String command, Bundle extras) { in sendExtraCommand() method in AbstractLocationProvider.Controller
|
D | LocationProviderManager.java | 2016 public void sendExtraCommand(int uid, int pid, String command, Bundle extras) { 2019 mProvider.getController().sendExtraCommand(uid, pid, command, extras);
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/ |
D | MockableLocationProviderTest.java | 151 mProvider.getController().sendExtraCommand(0, 0, "command", null); in testSendExtraCommand() 155 mProvider.getController().sendExtraCommand(0, 0, "command", null); in testSendExtraCommand()
|
/frameworks/base/packages/FusedLocation/src/com/android/location/gnss/ |
D | GnssOverlayLocationProvider.java | 102 mLocationManager.sendExtraCommand(LocationManager.GPS_HARDWARE_PROVIDER, command, extras); in onSendExtraCommand()
|
/frameworks/proto_logging/stats/enums/stats/location/ |
D | location_enums.proto | 50 // Current API does not need a callback, e.g. sendExtraCommand
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | LocationProviderBase.java | 408 public void sendExtraCommand(String command, Bundle extras) { in sendExtraCommand() method in LocationProviderBase.Service
|
/frameworks/base/location/java/android/location/ |
D | ILocationManager.aidl | 147 void sendExtraCommand(String provider, String command, inout Bundle extras); in sendExtraCommand() method
|
D | LocationManager.java | 2053 public boolean sendExtraCommand( in sendExtraCommand() method in LocationManager 2059 mService.sendExtraCommand(provider, command, extras); in sendExtraCommand()
|
/frameworks/base/services/core/java/com/android/server/location/provider/proxy/ |
D | ProxyLocationProvider.java | 224 provider.sendExtraCommand(command, extras); in onExtraCommand()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationShellCommand.java | 366 mService.sendExtraCommand(provider, command, null); in handleSendExtraCommand()
|
D | LocationManagerService.java | 1239 public void sendExtraCommand(String provider, String command, Bundle extras) { in sendExtraCommand() method in LocationManagerService 1247 manager.sendExtraCommand(Binder.getCallingUid(), Binder.getCallingPid(), in sendExtraCommand()
|
/frameworks/base/location/api/ |
D | current.txt | 585 …method public boolean sendExtraCommand(@NonNull String, @NonNull String, @Nullable android.os.Bund…
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 23312 Landroid/location/ILocationManager$Stub$Proxy;->sendExtraCommand(Ljava/lang/String;Ljava/lang/Strin… 23403 Landroid/location/ILocationManager;->sendExtraCommand(Ljava/lang/String;Ljava/lang/String;Landroid/… 72429 Lcom/android/internal/location/ILocationProvider$Stub$Proxy;->sendExtraCommand(Ljava/lang/String;La…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13881 method public boolean sendExtraCommand(java.lang.String, java.lang.String, android.os.Bundle);
|