Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/
DILocationProvider.aidl43 boolean sendExtraCommand(String command, inout Bundle extras); in sendExtraCommand() method
/frameworks/base/services/core/java/com/android/server/location/
DLocationProviderInterface.java47 public boolean sendExtraCommand(String command, Bundle extras); in sendExtraCommand() method
DPassiveProvider.java111 public boolean sendExtraCommand(String command, Bundle extras) { in sendExtraCommand() method in PassiveProvider
DLocationProviderProxy.java277 public boolean sendExtraCommand(String command, Bundle extras) { in sendExtraCommand() method in LocationProviderProxy
282 return service.sendExtraCommand(command, extras); in sendExtraCommand()
DMockProvider.java158 public boolean sendExtraCommand(String command, Bundle extras) { in sendExtraCommand() method in MockProvider
DGpsLocationProvider.java1205 public boolean sendExtraCommand(String command, Bundle extras) { in sendExtraCommand() method in GpsLocationProvider
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java104 public boolean sendExtraCommand(String command, Bundle extras) { in sendExtraCommand() method in LocationProviderBase.Service
/frameworks/base/location/java/android/location/
DILocationManager.aidl89 boolean sendExtraCommand(String provider, String command, inout Bundle extras); in sendExtraCommand() method
DLocationManager.java1659 public boolean sendExtraCommand(String provider, String command, Bundle extras) { in sendExtraCommand() method in LocationManager
1661 return mService.sendExtraCommand(provider, command, extras); in sendExtraCommand()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java1898 public boolean sendExtraCommand(String provider, String command, Bundle extras) { in sendExtraCommand() method in LocationManagerService
1916 return p.sendExtraCommand(command, extras); in sendExtraCommand()
/frameworks/base/docs/html/sdk/api_diff/3/
DmissingSinces.txt386 NO DOC BLOCK: android.location.LocationManager Method sendExtraCommand(java.lang.String, java.lang.…
/frameworks/base/api/
Dsystem-current.txt14847 method public boolean sendExtraCommand(java.lang.String, java.lang.String, android.os.Bundle);
Dcurrent.txt13883 method public boolean sendExtraCommand(java.lang.String, java.lang.String, android.os.Bundle);