Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java627 public void stopLceService(Message result) { in stopLceService() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java627 public void stopLceService(Message result) { in stopLceService() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java2197 public void stopLceService(Message result); in stopLceService() method
DBaseCommands.java976 public void stopLceService(Message result) { in stopLceService() method in BaseCommands
DRIL.java4597 public void stopLceService(Message result) { in stopLceService() method in RIL
4614 radioProxy.stopLceService(rr.mSerial); in stopLceService()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1358 public void stopLceService(Message result) { in stopLceService() method in SimulatedCommandsVerifier
DRILTest.java1119 mRILUnderTest.stopLceService(obtainMessage()); in testStopLceService()
1120 verify(mRadioProxy).stopLceService(mSerialNumberCaptor.capture()); in testStopLceService()