Home
last modified time | relevance | path

Searched defs:iccIOForApp (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_icc.cpp230 TEST_P(RadioHidlTest, iccIOForApp) { in TEST_P() argument
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp251 Return<void> Radio::iccIOForApp(int32_t /* serial */, in iccIOForApp() function in android::hardware::radio::V1_2::implementation::Radio
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java325 public void iccIOForApp (int command, int fileid, String path, int p1, int p2, in iccIOForApp() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java326 public void iccIOForApp (int command, int fileid, String path, int p1, int p2, in iccIOForApp() method in SipCommandInterface
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java1363 public void iccIOForApp (int command, int fileid, String path, int p1, int p2, in iccIOForApp() method in SimulatedCommands
H A DSimulatedCommandsVerifier.java927 public void iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, in iccIOForApp() method in SimulatedCommandsVerifier
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1337 void iccIOForApp (int command, int fileid, String path, int p1, int p2, int p3, in iccIOForApp() method
H A DRIL.java2143 public void iccIOForApp(int command, int fileId, String path, int p1, int p2, int p3, in iccIOForApp() method in RIL
/aosp12/hardware/ril/libril/
H A Dril_service.cpp1130 Return<void> RadioImpl::iccIOForApp(int32_t serial, const IccIo& iccIo) { in iccIOForApp() function in RadioImpl