Home
last modified time | relevance | path

Searched refs:setLocationUpdates (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioNetworkProxy.java523 public void setLocationUpdates(int serial, boolean enable) throws RemoteException { in setLocationUpdates() method in RadioNetworkProxy
526 mNetworkProxy.setLocationUpdates(serial, enable); in setLocationUpdates()
528 mRadioProxy.setLocationUpdates(serial, enable); in setLocationUpdates()
DCommandsInterface.java1590 default void setLocationUpdates(boolean enable, WorkSource workSource, Message response) {} in setLocationUpdates() method
1595 default void setLocationUpdates(boolean enable, Message response) {} in setLocationUpdates() method
DServiceStateTracker.java1186 mCi.setLocationUpdates(true, workSource, obtainMessage(EVENT_LOCATION_UPDATES_ENABLED)); in enableSingleLocationUpdate()
1192 mCi.setLocationUpdates(true, null, obtainMessage(EVENT_LOCATION_UPDATES_ENABLED)); in enableLocationUpdates()
1198 mCi.setLocationUpdates(false, null, null); in disableSingleLocationUpdate()
1205 mCi.setLocationUpdates(false, null, null); in disableLocationUpdates()
DRIL.java3061 public void setLocationUpdates(boolean enable, WorkSource workSource, Message result) { in setLocationUpdates() method in RIL
3076 networkProxy.setLocationUpdates(rr.mSerial, enable); in setLocationUpdates()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java431 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1048 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates() method in SimulatedCommandsVerifier
DSimulatedCommands.java1208 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates() method in SimulatedCommands
1209 SimulatedCommandsVerifier.getInstance().setLocationUpdates(enable, response); in setLocationUpdates()