Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCarrierNetworkConfigTest.java112 when(mDataTelephonyManager.getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN)) in setUp()
184 when(mDataTelephonyManager.getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN)) in verifyIsCarrierEncryptionInfoAvailableReturnsFalseWhenEncryptionInfoNotAvailable()
256 when(mDataTelephonyManager.getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN)) in onFeatureDisable_setWifiNetworksAvailableNotificationSettingDisabled()
263 when(mDataTelephonyManager.getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN)) in onFeatureDisable_setWifiNetworksAvailableNotificationSettingDisabled()
DWifiConfigManagerTest.java4390 when(mDataTelephonyManager.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null); in testResetSimNetworks()
4435 when(mDataTelephonyManager.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null); in testResetSimNetworks_getSimIdentityNull_shouldResetAllNonPeapSimIdentities()
4483 when(mDataTelephonyManager.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null); in testLoadFromStoreResetsSimIdentity()
DClientModeImplTest.java3847 when(mDataTelephonyManager.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null); in testSupRequestIdentity_setsIdentityResponse()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DTelephonyUtilTest.java77 when(mDataTelephonyManager.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null); in getSimIdentityEapSim()
97 when(mDataTelephonyManager.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null); in getSimIdentityEapAka()
117 when(mDataTelephonyManager.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null); in getSimIdentityEapAkaPrime()
157 when(mDataTelephonyManager.getCarrierInfoForImsiEncryption( in getEncryptedIdentity_WithRfc4648()
191 when(mDataTelephonyManager.getCarrierInfoForImsiEncryption( in getEncryptedIdentityFailed()
211 when(mDataTelephonyManager.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null); in getSimIdentity2DigitMnc()
227 when(mDataTelephonyManager.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null); in getSimIdentityUnknownMccMnc()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierKeyDownloadMgrTest.java107 when(mPhone.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(imsiEncryptionInfo); in testExpirationDate1Day()
133 when(mPhone.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(imsiEncryptionInfo); in testExpirationDate7Day()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl147 ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int subId, int keyType, in getCarrierInfoForImsiEncryption() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java86 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int subId, int keyType, in getCarrierInfoForImsiEncryption() method in PhoneSubInfoController
90 (phone)-> phone.getCarrierInfoForImsiEncryption(keyType)); in getCarrierInfoForImsiEncryption()
DCarrierKeyDownloadManager.java232 mPhone.getCarrierInfoForImsiEncryption(key_type); in getExpirationDate()
504 mPhone.getCarrierInfoForImsiEncryption(key_type); in areCarrierKeysAbsentOrExpiring()
DCarrierInfoManager.java60 public static ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType, in getCarrierInfoForImsiEncryption() method in CarrierInfoManager
DPhoneInternalInterface.java943 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType); in getCarrierInfoForImsiEncryption() method
DGsmCdmaPhone.java1826 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType) { in getCarrierInfoForImsiEncryption() method in GsmCdmaPhone
1829 return CarrierInfoManager.getCarrierInfoForImsiEncryption(keyType, in getCarrierInfoForImsiEncryption()
DPhone.java3628 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType) { in getCarrierInfoForImsiEncryption() method in Phone
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCarrierNetworkConfig.java145 .getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN); in verifyCarrierImsiEncryptionInfoIsAvailable()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java119 imsiEncryptionInfo = defaultDataTm.getCarrierInfoForImsiEncryption( in getSimIdentity()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3923 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(@KeyType int keyType) { in getCarrierInfoForImsiEncryption() method in TelephonyManager
3934 ImsiEncryptionInfo imsiEncryptionInfo = info.getCarrierInfoForImsiEncryption( in getCarrierInfoForImsiEncryption()
/frameworks/base/telephony/api/
Dsystem-current.txt763 …EGED_PHONE_STATE) public android.telephony.ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int);
/frameworks/base/api/
Dsystem-current.txt9003 …EGED_PHONE_STATE) public android.telephony.ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int);
/frameworks/base/non-updatable-api/
Dsystem-current.txt8901 …EGED_PHONE_STATE) public android.telephony.ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int);
/frameworks/base/config/
Dboot-image-profile.txt14334 HSPLandroid/telephony/TelephonyManager;->getCarrierInfoForImsiEncryption(I)Landroid/telephony/ImsiE…
21847 HSPLcom/android/internal/telephony/CarrierInfoManager;->getCarrierInfoForImsiEncryption(ILandroid/c…
22033 HSPLcom/android/internal/telephony/GsmCdmaPhone;->getCarrierInfoForImsiEncryption(I)Landroid/teleph…
22155 HSPLcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getCarrierInfoForImsiEncryption(IILja…
22525 HSPLcom/android/internal/telephony/PhoneSubInfoController;->getCarrierInfoForImsiEncryption(IILjava…
Dhiddenapi-greylist-max-o.txt69544 Landroid/telephony/TelephonyManager;->getCarrierInfoForImsiEncryption(I)Landroid/telephony/ImsiEncr…
98457 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getCarrierInfoForImsiEncryption(IILjava/…
98522 Lcom/android/internal/telephony/IPhoneSubInfo;->getCarrierInfoForImsiEncryption(IILjava/lang/String…