HomeSort by relevance Sort by last modified time
    Searched refs:getCarrierInfoForImsiEncryption (Results 1 - 13 of 13) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
CarrierNetworkConfigTest.java 108 when(mTelephonyManager.getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN))
160 when(mTelephonyManager.getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN))
231 when(mTelephonyManager.getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN))
238 when(mTelephonyManager.getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN))
  /frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneSubInfo.aidl 140 ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int subId, int keyType,
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
TelephonyUtilTest.java 54 when(tm.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null);
74 when(tm.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null);
94 when(tm.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null);
125 when(tm.getCarrierInfoForImsiEncryption(eq(TelephonyManager.KEY_TYPE_WLAN)))
158 when(tm.getCarrierInfoForImsiEncryption(eq(TelephonyManager.KEY_TYPE_WLAN)))
187 when(tm.getCarrierInfoForImsiEncryption(eq(TelephonyManager.KEY_TYPE_WLAN)))
207 when(tm.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null);
224 when(tm.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(null);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CarrierKeyDownloadMgrTest.java 121 when(mPhone.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(imsiEncryptionInfo);
147 when(mPhone.getCarrierInfoForImsiEncryption(anyInt())).thenReturn(imsiEncryptionInfo);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfoController.java 107 public ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int subId, int keyType,
113 "getCarrierInfoForImsiEncryption")) {
116 return phone.getCarrierInfoForImsiEncryption(keyType);
118 loge("getCarrierInfoForImsiEncryption phone is null for Subscription:" + subId);
CarrierInfoManager.java 59 public static ImsiEncryptionInfo getCarrierInfoForImsiEncryption(int keyType,
CarrierKeyDownloadManager.java 214 mPhone.getCarrierInfoForImsiEncryption(key_type);
495 mPhone.getCarrierInfoForImsiEncryption(key_type);
PhoneInternalInterface.java     [all...]
GsmCdmaPhone.java     [all...]
Phone.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
CarrierNetworkConfig.java 129 .getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
TelephonyUtil.java 85 imsiEncryptionInfo = tm.getCarrierInfoForImsiEncryption(TelephonyManager.KEY_TYPE_WLAN);
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]

Completed in 251 milliseconds