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/sip/
DSipCommandInterface.java617 public void stopLceService(Message result) { in stopLceService() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java617 public void stopLceService(Message result) { in stopLceService() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java1342 public void stopLceService(Message result) { in stopLceService() method in SimulatedCommandsVerifier
DSimulatedCommands.java2047 public void stopLceService(Message result) { in stopLceService() method in SimulatedCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java2116 public void stopLceService(Message result); in stopLceService() method
DBaseCommands.java977 public void stopLceService(Message result) { in stopLceService() method in BaseCommands
DRIL.java4047 public void stopLceService(Message result) { in stopLceService() method in RIL
4064 radioProxy.stopLceService(rr.mSerial); in stopLceService()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java982 mRILUnderTest.stopLceService(obtainMessage()); in testStopLceService()
983 verify(mRadioProxy).stopLceService(mSerialNumberCaptor.capture()); in testStopLceService()