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

  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
CarrierApiTest.java 125 mTelephonyManager.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
127 String response = mTelephonyManager.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
134 String response2 = mTelephonyManager.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 34 APPTYPE_USIM,
121 case 2: newType = AppType.APPTYPE_USIM; break;
223 app_type == AppType.APPTYPE_USIM ||
UiccCardApplication.java 180 if (type == AppType.APPTYPE_USIM || type == AppType.APPTYPE_SIM) {
198 case APPTYPE_USIM:
579 case APPTYPE_USIM:
    [all...]
SIMRecords.java 334 if (mParentApp.getType() == AppType.APPTYPE_USIM) {
    [all...]
UiccCard.java 228 checkIndex(mGsmUmtsSubscriptionAppIndex, AppType.APPTYPE_SIM, AppType.APPTYPE_USIM);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
TelephonyUtilTest.java 205 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
210 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
223 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
232 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
294 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
306 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
319 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
333 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
349 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
  /cts/tests/tests/telephony/src/android/telephony/cts/
SimRestrictedApisTest.java 277 TelephonyManager.getDefault().getIccAuthentication(TelephonyManager.APPTYPE_USIM,
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 197 public static final int APPTYPE_USIM = 2;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccCardApplicationTest.java 121 mUiccCardAppStatus.app_type = IccCardApplicationStatus.AppType.APPTYPE_USIM;
127 assertEquals(IccCardApplicationStatus.AppType.APPTYPE_USIM, mUiccCardApplication.getType());
UiccCardTest.java 167 IccCardApplicationStatus.AppType.APPTYPE_USIM,
182 assertTrue(mUicccard.isApplicationOnIcc(IccCardApplicationStatus.AppType.APPTYPE_USIM));
UiccControllerTest.java 145 IccCardApplicationStatus.AppType.APPTYPE_USIM,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
TelephonyUtil.java 247 String tmResponse = tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
342 tmResponse = tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java 335 if (mPhone.getCurrentUiccAppType() == AppType.APPTYPE_USIM) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyManagerFacade.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 552 milliseconds