/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | CarrierNetworkConfigTest.java | 112 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()
|
D | WifiConfigManagerTest.java | 4390 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()
|
D | ClientModeImplTest.java | 3847 when(mDataTelephonyManager.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null); in testSupRequestIdentity_setsIdentityResponse()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | TelephonyUtilTest.java | 77 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/ |
D | CarrierKeyDownloadMgrTest.java | 107 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/ |
D | IPhoneSubInfo.aidl | 147 ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int subId, int keyType, in getCarrierInfoForImsiEncryption() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneSubInfoController.java | 86 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int subId, int keyType, in getCarrierInfoForImsiEncryption() method in PhoneSubInfoController 90 (phone)-> phone.getCarrierInfoForImsiEncryption(keyType)); in getCarrierInfoForImsiEncryption()
|
D | CarrierKeyDownloadManager.java | 232 mPhone.getCarrierInfoForImsiEncryption(key_type); in getExpirationDate() 504 mPhone.getCarrierInfoForImsiEncryption(key_type); in areCarrierKeysAbsentOrExpiring()
|
D | CarrierInfoManager.java | 60 public static ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType, in getCarrierInfoForImsiEncryption() method in CarrierInfoManager
|
D | PhoneInternalInterface.java | 943 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType); in getCarrierInfoForImsiEncryption() method
|
D | GsmCdmaPhone.java | 1826 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType) { in getCarrierInfoForImsiEncryption() method in GsmCdmaPhone 1829 return CarrierInfoManager.getCarrierInfoForImsiEncryption(keyType, in getCarrierInfoForImsiEncryption()
|
D | Phone.java | 3628 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType) { in getCarrierInfoForImsiEncryption() method in Phone
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | CarrierNetworkConfig.java | 145 .getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN); in verifyCarrierImsiEncryptionInfoIsAvailable()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | TelephonyUtil.java | 119 imsiEncryptionInfo = defaultDataTm.getCarrierInfoForImsiEncryption( in getSimIdentity()
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 3923 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(@KeyType int keyType) { in getCarrierInfoForImsiEncryption() method in TelephonyManager 3934 ImsiEncryptionInfo imsiEncryptionInfo = info.getCarrierInfoForImsiEncryption( in getCarrierInfoForImsiEncryption()
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 763 …EGED_PHONE_STATE) public android.telephony.ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int);
|
/frameworks/base/api/ |
D | system-current.txt | 9003 …EGED_PHONE_STATE) public android.telephony.ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int);
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 8901 …EGED_PHONE_STATE) public android.telephony.ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14334 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…
|
D | hiddenapi-greylist-max-o.txt | 69544 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…
|