Searched refs:setLocationUpdates (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioNetworkProxy.java | 523 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()
|
D | CommandsInterface.java | 1590 default void setLocationUpdates(boolean enable, WorkSource workSource, Message response) {} in setLocationUpdates() method 1595 default void setLocationUpdates(boolean enable, Message response) {} in setLocationUpdates() method
|
D | ServiceStateTracker.java | 1186 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()
|
D | RIL.java | 3061 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/ |
D | ImsPhoneCommandInterface.java | 431 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommandsVerifier.java | 1048 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates() method in SimulatedCommandsVerifier
|
D | SimulatedCommands.java | 1208 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates() method in SimulatedCommands 1209 SimulatedCommandsVerifier.getInstance().setLocationUpdates(enable, response); in setLocationUpdates()
|