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.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.java2195 public void stopLceService(Message result); in stopLceService() method
DBaseCommands.java968 public void stopLceService(Message result) { in stopLceService() method in BaseCommands
DRIL.java4598 public void stopLceService(Message result) { in stopLceService() method in RIL
4615 radioProxy.stopLceService(rr.mSerial); in stopLceService()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1353 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()
DSimulatedCommands.java2126 public void stopLceService(Message result) { in stopLceService() method in SimulatedCommands