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

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
TelephonyUtilTest.java 326 when(tm.getIccAuthentication(anyInt(), anyInt(),
335 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
340 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
353 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
357 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_SIM,
362 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
366 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_SIM,
424 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
436 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
449 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
SimRestrictedApisTest.java 270 * Tests the TelephonyManager.getIccAuthentication() API. This makes a call to
271 * getIccAuthentication() API and expects a SecurityException since the test apk is not
277 TelephonyManager.getDefault().getIccAuthentication(TelephonyManager.APPTYPE_USIM,
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
CarrierApiTest.java 164 assertNull("getIccAuthentication should return null for empty data.",
165 mTelephonyManager.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
167 String response = mTelephonyManager.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
174 String response2 = mTelephonyManager.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
TelephonyUtil.java 371 String tmResponse = tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
375 tmResponse = tm.getIccAuthentication(TelephonyManager.APPTYPE_SIM,
466 tmResponse = tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM,
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyManagerFacade.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 190 milliseconds