Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_icc.cpp62 TEST_P(RadioHidlTest, supplyIccPukForApp) { in TEST_P() argument
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp111 Return<void> Radio::supplyIccPukForApp(int32_t /* serial */, const hidl_string& /* puk */, in supplyIccPukForApp() function in android::hardware::radio::V1_2::implementation::Radio
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java564 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { in supplyIccPukForApp() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java565 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { in supplyIccPukForApp() method in SipCommandInterface
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java1930 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { in supplyIccPukForApp() method in SimulatedCommands
H A DSimulatedCommandsVerifier.java622 public void supplyIccPukForApp(String puk, String newPin, String aid, Message result) { in supplyIccPukForApp() method in SimulatedCommandsVerifier
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java774 void supplyIccPukForApp(String puk, String newPin, String aid, Message result); in supplyIccPukForApp() method
H A DRIL.java775 public void supplyIccPukForApp(String puk, String newPin, String aid, Message result) { in supplyIccPukForApp() method in RIL
/aosp12/hardware/ril/libril/
H A Dril_service.cpp817 Return<void> RadioImpl::supplyIccPukForApp(int32_t serial, const hidl_string& puk, in supplyIccPukForApp() function in RadioImpl