Home
last modified time | relevance | path

Searched refs:getCarrierInfoForImsiEncryption (Results 1 – 13 of 13) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCarrierNetworkConfigTest.java108 when(mTelephonyManager.getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN)) in setUp()
160 when(mTelephonyManager.getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN)) in verifyIsCarrierEncryptionInfoAvailableReturnsFalseWhenEncryptionInfoNotAvailable()
231 when(mTelephonyManager.getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN)) in onFeatureDisable_setWifiNetworksAvailableNotificationSettingDisabled()
238 when(mTelephonyManager.getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN)) in onFeatureDisable_setWifiNetworksAvailableNotificationSettingDisabled()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DTelephonyUtilTest.java54 when(tm.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null); in getSimIdentityEapSim()
74 when(tm.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null); in getSimIdentityEapAka()
94 when(tm.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null); in getSimIdentityEapAkaPrime()
125 when(tm.getCarrierInfoForImsiEncryption(eq(TelephonyManager.KEY_TYPE_WLAN))) in getEncryptedIdentityImsi()
158 when(tm.getCarrierInfoForImsiEncryption(eq(TelephonyManager.KEY_TYPE_WLAN))) in getEncryptedIdentityKeyIdentifier()
187 when(tm.getCarrierInfoForImsiEncryption(eq(TelephonyManager.KEY_TYPE_WLAN))) in getEncryptedIdentityFailed()
207 when(tm.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null); in getSimIdentity2DigitMnc()
224 when(tm.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null); in getSimIdentityUnknownMccMnc()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl140 ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int subId, int keyType, in getCarrierInfoForImsiEncryption() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierKeyDownloadMgrTest.java121 when(mPhone.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(imsiEncryptionInfo); in testExpirationDate1Day()
147 when(mPhone.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(imsiEncryptionInfo); in testExpirationDate7Day()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java107 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int subId, int keyType, in getCarrierInfoForImsiEncryption() method in PhoneSubInfoController
116 return phone.getCarrierInfoForImsiEncryption(keyType); in getCarrierInfoForImsiEncryption()
DCarrierKeyDownloadManager.java214 mPhone.getCarrierInfoForImsiEncryption(key_type); in getExpirationDate()
495 mPhone.getCarrierInfoForImsiEncryption(key_type); in areCarrierKeysAbsentOrExpiring()
DCarrierInfoManager.java59 public static ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType, in getCarrierInfoForImsiEncryption() method in CarrierInfoManager
DPhoneInternalInterface.java896 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType); in getCarrierInfoForImsiEncryption() method
DGsmCdmaPhone.java1531 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType) { in getCarrierInfoForImsiEncryption() method in GsmCdmaPhone
1532 return CarrierInfoManager.getCarrierInfoForImsiEncryption(keyType, mContext); in getCarrierInfoForImsiEncryption()
DPhone.java3047 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType) { in getCarrierInfoForImsiEncryption() method in Phone
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCarrierNetworkConfig.java129 .getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN); in verifyCarrierImsiEncryptionInfoIsAvailable()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java85 imsiEncryptionInfo = tm.getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN); in getSimIdentity()
/frameworks/base/config/
Dboot-image-profile.txt9556 HPLcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getCarrierInfoForImsiEncryption(IILjav…
30702 HSPLandroid/telephony/TelephonyManager;->getCarrierInfoForImsiEncryption(I)Landroid/telephony/ImsiE…
39559 HSPLcom/android/internal/telephony/CarrierInfoManager;->getCarrierInfoForImsiEncryption(ILandroid/c…
39820 HSPLcom/android/internal/telephony/GsmCdmaPhone;->getCarrierInfoForImsiEncryption(I)Landroid/teleph…
39962 HSPLcom/android/internal/telephony/IPhoneSubInfo;->getCarrierInfoForImsiEncryption(IILjava/lang/Str…
40559 HSPLcom/android/internal/telephony/PhoneSubInfoController;->getCarrierInfoForImsiEncryption(IILjava…