Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/1/android/hardware/radio/sim/
DIRadioSim.aidl46 oneway void getImsiForApp(in int serial, in String aid); in getImsiForApp() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/2/android/hardware/radio/sim/
DIRadioSim.aidl46 oneway void getImsiForApp(in int serial, in String aid); in getImsiForApp() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/3/android/hardware/radio/sim/
DIRadioSim.aidl47 oneway void getImsiForApp(in int serial, in String aid); in getImsiForApp() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/current/android/hardware/radio/sim/
DIRadioSim.aidl47 oneway void getImsiForApp(in int serial, in String aid); in getImsiForApp() method
/hardware/interfaces/radio/aidl/android/hardware/radio/sim/
DIRadioSim.aidl179 void getImsiForApp(in int serial, in String aid); in getImsiForApp() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/
DRadioSim.cpp95 ScopedAStatus RadioSim::getImsiForApp(int32_t serial, const std::string& aid) { in getImsiForApp() function in android::hardware::radio::compat::RadioSim
/hardware/interfaces/radio/aidl/vts/
Dradio_sim_test.cpp762 TEST_P(RadioSimTest, getImsiForApp) { in TEST_P() argument
/hardware/interfaces/radio/1.2/default/
DRadio.cpp161 Return<void> Radio::getImsiForApp(int32_t /* serial */, const hidl_string& /* aid */) { in getImsiForApp() function in android::hardware::radio::V1_2::implementation::Radio
/hardware/ril/libril/
Dril_service.cpp927 Return<void> RadioImpl::getImsiForApp(int32_t serial, const hidl_string& aid) { in getImsiForApp() function in RadioImpl