Home
last modified time | relevance | path

Searched refs:supplyIccPuk2ForApp (Results 1 – 14 of 14) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_icc.cpp116 TEST_P(RadioHidlTest, supplyIccPuk2ForApp) { in TEST_P() argument
127 radio->supplyIccPuk2ForApp(serial, hidl_string("test1"), hidl_string("test2"), in TEST_P()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java572 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { in supplyIccPuk2ForApp() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java573 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { in supplyIccPuk2ForApp() method in SipCommandInterface
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp123 Return<void> Radio::supplyIccPuk2ForApp(int32_t /* serial */, const hidl_string& /* puk2 */, in supplyIccPuk2ForApp() function in android::hardware::radio::V1_2::implementation::Radio
H A DRadio.h59 Return<void> supplyIccPuk2ForApp(int32_t serial, const hidl_string& puk2,
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCardApplication.java764 mCi.supplyIccPuk2ForApp(puk2, newPin2, mAid, in supplyPuk2()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken193 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result) {
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommandsVerifier.java642 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result) { in supplyIccPuk2ForApp() method in SimulatedCommandsVerifier
H A DRILTest.java411 mRILUnderTest.supplyIccPuk2ForApp(puk, newPin, aid, obtainMessage()); in testSupplyIccPuk2ForApp()
413 .supplyIccPuk2ForApp(mSerialNumberCaptor.capture(), eq(puk), eq(newPin), eq(aid)); in testSupplyIccPuk2ForApp()
H A DSimulatedCommands.java1940 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { in supplyIccPuk2ForApp() method in SimulatedCommands
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java854 void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result); in supplyIccPuk2ForApp() method
H A DRIL.java828 supplyIccPuk2ForApp(puk2, newPin2, null, result); in supplyIccPuk2()
832 public void supplyIccPuk2ForApp(String puk, String newPin2, String aid, Message result) { in supplyIccPuk2ForApp() method in RIL
844 radioProxy.supplyIccPuk2ForApp(rr.mSerial, in supplyIccPuk2ForApp()
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal98 oneway supplyIccPuk2ForApp(int32_t serial, string puk2, string pin2,
/aosp12/hardware/ril/libril/
H A Dril_service.cpp133 Return<void> supplyIccPuk2ForApp(int32_t serial, const hidl_string& puk2,
837 Return<void> RadioImpl::supplyIccPuk2ForApp(int32_t serial, const hidl_string& puk2, in supplyIccPuk2ForApp() function in RadioImpl