Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java623 public void stopLceService(Message result) { in stopLceService() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java625 public void stopLceService(Message result) { in stopLceService() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java2039 public void stopLceService(Message result); in stopLceService() method
DBaseCommands.java917 public void stopLceService(Message result) { in stopLceService() method in BaseCommands
DRIL.java3530 public void stopLceService(Message result) { in stopLceService() method in RIL
3549 radioProxy.stopLceService(rr.mSerial); in stopLceService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java1352 public void stopLceService(Message result) { in stopLceService() method in SimulatedCommandsVerifier
DSimulatedCommands.java2028 public void stopLceService(Message result) { in stopLceService() method in SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java923 mRILUnderTest.stopLceService(obtainMessage()); in testStopLceService()
924 verify(mRadioProxy).stopLceService(mSerialNumberCaptor.capture()); in testStopLceService()