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

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

Completed in 214 milliseconds