/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | IPhoneSubInfo.aidl | 161 void resetCarrierKeysForImsiEncryption(int subId, String callingPackage); in resetCarrierKeysForImsiEncryption() method
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | PhoneSubInfoController.java | 118 public void resetCarrierKeysForImsiEncryption(int subId, String callingPackage) { in resetCarrierKeysForImsiEncryption() method in PhoneSubInfoController 122 phone.resetCarrierKeysForImsiEncryption(); in resetCarrierKeysForImsiEncryption()
|
H A D | CarrierInfoManager.java | 248 public void resetCarrierKeysForImsiEncryption(Context context, int mPhoneId) { in resetCarrierKeysForImsiEncryption() method in CarrierInfoManager
|
H A D | PhoneInternalInterface.java | 1092 public void resetCarrierKeysForImsiEncryption(); in resetCarrierKeysForImsiEncryption() method
|
H A D | GsmCdmaPhone.java | 1985 public void resetCarrierKeysForImsiEncryption() { in resetCarrierKeysForImsiEncryption() method in GsmCdmaPhone 1986 mCIM.resetCarrierKeysForImsiEncryption(mContext, mPhoneId); in resetCarrierKeysForImsiEncryption() 3290 resetCarrierKeysForImsiEncryption(); in handleMessage()
|
H A D | Phone.java | 4029 public void resetCarrierKeysForImsiEncryption() { in resetCarrierKeysForImsiEncryption() method in Phone
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiCarrierInfoManager.java | 1405 public void resetCarrierKeysForImsiEncryption(@NonNull WifiConfiguration config) { in resetCarrierKeysForImsiEncryption() method in WifiCarrierInfoManager 1411 specifiedTm.resetCarrierKeysForImsiEncryption(); in resetCarrierKeysForImsiEncryption()
|
H A D | ClientModeImpl.java | 4073 mWifiCarrierInfoManager.resetCarrierKeysForImsiEncryption(targetedNetwork);
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | ClientModeImplTest.java | 2106 verify(mWifiCarrierInfoManager).resetCarrierKeysForImsiEncryption(any()); in testEapSimErrorVendorSpecific() 2134 verify(mWifiCarrierInfoManager, never()).resetCarrierKeysForImsiEncryption(any()); in testEapTlsErrorVendorSpecific()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | TelephonyManager.java | 4180 public void resetCarrierKeysForImsiEncryption() { in resetCarrierKeysForImsiEncryption() method in TelephonyManager 4187 info.resetCarrierKeysForImsiEncryption(subId, mContext.getOpPackageName()); in resetCarrierKeysForImsiEncryption()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | PhoneInterfaceManager.java | 7734 getPhone(subId).resetCarrierKeysForImsiEncryption(); in factoryReset()
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 12061 …on(android.Manifest.permission.MODIFY_PHONE_STATE) public void resetCarrierKeysForImsiEncryption();
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 58923 Landroid/telephony/TelephonyManager;->resetCarrierKeysForImsiEncryption()V 87378 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->resetCarrierKeysForImsiEncryption(ILjava… 87440 Lcom/android/internal/telephony/IPhoneSubInfo;->resetCarrierKeysForImsiEncryption(ILjava/lang/Strin…
|