Searched defs:appType (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccControllerTest.java63 IccCardApplicationStatus.AppType appType,
67 mIccCardAppStatus.app_type = appType;
62 composeUiccApplicationStatus( IccCardApplicationStatus.AppType appType, IccCardApplicationStatus.AppState appState, String aid) argument
H A DUiccCardTest.java104 IccCardApplicationStatus.AppType appType,
108 mIccCardAppStatus.app_type = appType;
103 composeUiccApplicationStatus( IccCardApplicationStatus.AppType appType, IccCardApplicationStatus.AppState appState, String aid) argument
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java106 int appType; field in class:WapPushManager.WapPushManDBHelper.queryData
139 ret.appType = cur.getInt(cur.getColumnIndex("app_type"));
203 if (lastapp.appType == WapPushManagerParams.APP_TYPE_ACTIVITY) {
408 " lastapp.appType: " + lastapp.appType +
415 && lastapp.appType == app_type
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoController.java376 public String getIccSimChallengeResponse(int subId, int appType, int authType, String data) argument
386 UiccCardApplication uiccApp = uiccCard.getApplicationByType(appType);
389 appType);
393 + " specified type -- " + appType);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCardApplication.java567 * @param appType the app type
568 * @return authContext corresponding to the type or AUTH_CONTEXT_UNDEFINED if appType not
571 private static int getAuthContext(AppType appType) { argument
574 switch (appType) {
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3883 * @see getIccAuthentication with appType=PhoneConstants.APPTYPE_ISIM
3924 * @param appType the icc application type, like {@link #APPTYPE_USIM}
3933 public String getIccAuthentication(int appType, int authType, String data) { argument
3934 return getIccAuthentication(getSubId(), appType, authType, data);
3944 * @param appType the icc application type, like {@link #APPTYPE_USIM}
3954 public String getIccAuthentication(int subId, int appType, int authType, String data) { argument
3959 return info.getIccSimChallengeResponse(subId, appType, authType, data);
5463 * @param appType the uicc app type like {@link APPTYPE_CSIM}
5467 public String getAidForAppType(int appType) { argument
5468 return getAidForAppType(getDefaultSubscription(), appType);
5481 getAidForAppType(int subId, int appType) argument
[all...]

Completed in 6109 milliseconds