Home
last modified time | relevance | path

Searched refs:resetCarrierKeysForImsiEncryption (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl146 void resetCarrierKeysForImsiEncryption(int subId, String callingPackage); in resetCarrierKeysForImsiEncryption() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java104 public void resetCarrierKeysForImsiEncryption(int subId, String callingPackage) { in resetCarrierKeysForImsiEncryption() method in PhoneSubInfoController
108 phone.resetCarrierKeysForImsiEncryption(); in resetCarrierKeysForImsiEncryption()
DCarrierInfoManager.java191 public void resetCarrierKeysForImsiEncryption(Context context, int mPhoneId) { in resetCarrierKeysForImsiEncryption() method in CarrierInfoManager
DPhoneInternalInterface.java844 public void resetCarrierKeysForImsiEncryption(); in resetCarrierKeysForImsiEncryption() method
DGsmCdmaPhone.java1709 public void resetCarrierKeysForImsiEncryption() { in resetCarrierKeysForImsiEncryption() method in GsmCdmaPhone
1710 mCIM.resetCarrierKeysForImsiEncryption(mContext, mPhoneId); in resetCarrierKeysForImsiEncryption()
DPhone.java3378 public void resetCarrierKeysForImsiEncryption() { in resetCarrierKeysForImsiEncryption() method in Phone
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java1481 verify(mDataTelephonyManager).resetCarrierKeysForImsiEncryption(); in testEapSimErrorVendorSpecific()
1509 verify(mDataTelephonyManager, never()).resetCarrierKeysForImsiEncryption(); in testEapTlsErrorVendorSpecific()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java4734 .resetCarrierKeysForImsiEncryption(); in handleEapAuthFailure()