HomeSort by relevance Sort by last modified time
    Searched refs:getImsiForApp (Results 1 - 7 of 7) sorted by null

  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_icc.cpp 172 * Test IRadio.getImsiForApp() for the response returned.
174 TEST_F(RadioHidlTest, getImsiForApp) {
183 radio->getImsiForApp(serial, cardStatus.applications[i].aidPtr);
  /hardware/interfaces/radio/1.0/
IRadio.hal 172 oneway getImsiForApp(int32_t serial, string aid);
    [all...]
  /hardware/interfaces/radio/1.2/default/
Radio.cpp 161 Return<void> Radio::getImsiForApp(int32_t /* serial */, const hidl_string& /* aid */) {
Radio.h 69 Return<void> getImsiForApp(int32_t serial, const hidl_string& aid) override;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
RILTest.java 393 mRILUnderTest.getIMSIForApp(aid, obtainMessage());
394 verify(mRadioProxy).getImsiForApp(mSerialNumberCaptor.capture(), eq(aid));
    [all...]
  /hardware/ril/libril/
ril_service.cpp 159 Return<void> getImsiForApp(int32_t serial,
947 Return<void> RadioImpl::getImsiForApp(int32_t serial, const hidl_string& aid) {
949 RLOGD("getImsiForApp: serial %d", serial);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java 806 getIMSIForApp(null, result);
810 public void getIMSIForApp(String aid, Message result) {
821 radioProxy.getImsiForApp(rr.mSerial, convertNullToEmptyString(aid));
823 handleRadioProxyExceptionForRR(rr, "getIMSIForApp", e);
    [all...]

Completed in 292 milliseconds