Home
last modified time | relevance | path

Searched refs:startLceService (Results 1 – 15 of 15) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_misc.cpp766 TEST_P(RadioHidlTest, startLceService) { in TEST_P() argument
770 radio->startLceService(serial, 5, true); in TEST_P()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java636 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java636 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() method in SipCommandInterface
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp765 Return<void> Radio::startLceService(int32_t /* serial */, int32_t /* reportInterval */, in startLceService() function in android::hardware::radio::V1_2::implementation::Radio
H A DRadio.h228 Return<void> startLceService(int32_t serial, int32_t reportInterval, bool pullMode) override;
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaPhoneTest.java971 verify(mSimulatedCommandsVerifier, times(2)).startLceService(anyInt(), anyBoolean(), in testHandleInitialMessages()
995 verify(mSimulatedCommandsVerifier, times(3)).startLceService(anyInt(), anyBoolean(), in testHandleInitialMessages()
H A DSimulatedCommands.java2157 public void startLceService(int report_interval_ms, boolean pullMode, Message result) { in startLceService() method in SimulatedCommands
2158 SimulatedCommandsVerifier.getInstance().startLceService(report_interval_ms, pullMode, in startLceService()
H A DSimulatedCommandsVerifier.java1373 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() method in SimulatedCommandsVerifier
H A DRILTest.java1248 mRILUnderTest.startLceService(reportIntervalMs, pullMode, obtainMessage()); in testStartLceService()
1249 verify(mRadioProxy).startLceService( in testStartLceService()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java2279 public void startLceService(int reportIntervalMs, boolean pullMode, Message result); in startLceService() method
H A DBaseCommands.java980 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() method in BaseCommands
H A DPhone.java626 mCi.startLceService(DEFAULT_REPORT_INTERVAL_MS, LCE_PULL_MODE, in Phone()
4472 mCi.startLceService(DEFAULT_REPORT_INTERVAL_MS, LCE_PULL_MODE, in startLceAfterRadioIsAvailable()
H A DRIL.java4923 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() method in RIL
4942 radioProxy.startLceService(rr.mSerial, reportIntervalMs, pullMode); in startLceService()
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal1470 oneway startLceService(int32_t serial, int32_t reportInterval, bool pullMode);
/aosp12/hardware/ril/libril/
H A Dril_service.cpp420 Return<void> startLceService(int32_t serial, int32_t reportInterval, bool pullMode);
2637 Return<void> RadioImpl::startLceService(int32_t serial, int32_t reportInterval, bool pullMode) { in startLceService() function in RadioImpl