/frameworks/base/location/java/com/android/internal/location/ |
D | ILocationProvider.aidl | 36 oneway void sendExtraCommand(String command, in Bundle extras); in sendExtraCommand() method
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | PassiveProvider.java | 67 public void sendExtraCommand(String command, Bundle extras) {} in sendExtraCommand() method in PassiveProvider
|
D | LocationProviderProxy.java | 209 public void sendExtraCommand(String command, Bundle extras) { 212 service.sendExtraCommand(command, extras);
|
D | AbstractLocationProvider.java | 146 public abstract void sendExtraCommand(String command, Bundle extras); in sendExtraCommand() method in AbstractLocationProvider
|
D | MockProvider.java | 106 public void sendExtraCommand(String command, Bundle extras) {} in sendExtraCommand() method in MockProvider
|
D | GnssLocationProvider.java | 1169 public void sendExtraCommand(String command, Bundle extras) { in sendExtraCommand() method in GnssLocationProvider
|
/frameworks/base/core/proto/android/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 | 338 public void sendExtraCommand(String command, Bundle extras) { in sendExtraCommand() method in LocationProviderBase.Service
|
/frameworks/base/location/java/android/location/ |
D | ILocationManager.aidl | 114 boolean sendExtraCommand(String provider, String command, inout Bundle extras); in sendExtraCommand() method
|
D | LocationManager.java | 2311 public boolean sendExtraCommand( in sendExtraCommand() method in LocationManager 2314 return mService.sendExtraCommand(provider, command, extras); in sendExtraCommand()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 1103 mProvider.sendExtraCommand(command, extras); in sendExtraCommandLocked() 3100 public boolean sendExtraCommand(String providerName, String command, Bundle extras) { in sendExtraCommand() method in LocationManagerService
|
/frameworks/base/config/ |
D | hiddenapi-greylist.txt | 726 Lcom/android/internal/location/ILocationProvider;->sendExtraCommand(Ljava/lang/String;Landroid/os/B…
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |