/aosp12/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | radio_hidl_hal_misc.cpp | 766 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 D | ImsPhoneCommandInterface.java | 636 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 D | SipCommandInterface.java | 636 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() method in SipCommandInterface
|
/aosp12/hardware/interfaces/radio/1.2/default/ |
H A D | Radio.cpp | 765 Return<void> Radio::startLceService(int32_t /* serial */, int32_t /* reportInterval */, in startLceService() function in android::hardware::radio::V1_2::implementation::Radio
|
H A D | Radio.h | 228 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 D | GsmCdmaPhoneTest.java | 971 verify(mSimulatedCommandsVerifier, times(2)).startLceService(anyInt(), anyBoolean(), in testHandleInitialMessages() 995 verify(mSimulatedCommandsVerifier, times(3)).startLceService(anyInt(), anyBoolean(), in testHandleInitialMessages()
|
H A D | SimulatedCommands.java | 2157 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 D | SimulatedCommandsVerifier.java | 1373 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() method in SimulatedCommandsVerifier
|
H A D | RILTest.java | 1248 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 D | CommandsInterface.java | 2279 public void startLceService(int reportIntervalMs, boolean pullMode, Message result); in startLceService() method
|
H A D | BaseCommands.java | 980 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() method in BaseCommands
|
H A D | Phone.java | 626 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 D | RIL.java | 4923 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 D | IRadio.hal | 1470 oneway startLceService(int32_t serial, int32_t reportInterval, bool pullMode);
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 420 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
|