Home
last modified time | relevance | path

Searched refs:getModemActivityInfo (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_misc.cpp837 TEST_P(RadioHidlTest, getModemActivityInfo) { in TEST_P() argument
841 radio->getModemActivityInfo(serial); in TEST_P()
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp781 Return<void> Radio::getModemActivityInfo(int32_t /* serial */) { in getModemActivityInfo() function in android::hardware::radio::V1_2::implementation::Radio
H A DRadio.h231 Return<void> getModemActivityInfo(int32_t serial) override;
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java2321 default void getModemActivityInfo(Message result, WorkSource workSource) {} in getModemActivityInfo() method
H A DPhone.java4463 public void getModemActivityInfo(Message response, WorkSource workSource) { in getModemActivityInfo() method in Phone
4464 mCi.getModemActivityInfo(response, workSource); in getModemActivityInfo()
H A DRIL.java5049 public void getModemActivityInfo(Message result, WorkSource workSource) { in getModemActivityInfo() method in RIL
5061 radioProxy.getModemActivityInfo(rr.mSerial); in getModemActivityInfo()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java1273 mRILUnderTest.getModemActivityInfo(obtainMessage(), new WorkSource()); in testGetModemActivityInfo()
1274 verify(mRadioProxy).getModemActivityInfo(mSerialNumberCaptor.capture()); in testGetModemActivityInfo()
1282 mRILUnderTest.getModemActivityInfo(obtainMessage(), new WorkSource()); in testGetModemActivityInfoTimeout()
H A DSimulatedCommands.java2183 public void getModemActivityInfo(Message result, WorkSource workSource) { in getModemActivityInfo() method in SimulatedCommands
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal1507 oneway getModemActivityInfo(int32_t serial);
/aosp12/hardware/ril/libril/
H A Dril_service.cpp426 Return<void> getModemActivityInfo(int32_t serial);
2662 Return<void> RadioImpl::getModemActivityInfo(int32_t serial) { in getModemActivityInfo() function in RadioImpl
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java1320 defaultPhone.getModemActivityInfo(onCompleted, request.workSource); in handleMessage()