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.java640 public void stopLceService(Message result) { in stopLceService() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java640 public void stopLceService(Message result) { in stopLceService() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1378 public void stopLceService(Message result) { in stopLceService() method in SimulatedCommandsVerifier
DRILTest.java1257 mRILUnderTest.stopLceService(obtainMessage()); in testStopLceService()
1258 verify(mRadioProxy).stopLceService(mSerialNumberCaptor.capture()); in testStopLceService()
DSimulatedCommands.java2162 public void stopLceService(Message result) { in stopLceService() method in SimulatedCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java2268 public void stopLceService(Message result); in stopLceService() method
DBaseCommands.java984 public void stopLceService(Message result) { in stopLceService() method in BaseCommands
DRIL.java4894 public void stopLceService(Message result) { in stopLceService() method in RIL
4911 radioProxy.stopLceService(rr.mSerial); in stopLceService()