/frameworks/base/packages/WAPPushManager/src/com/android/smspush/ |
D | WapPushManager.java | 110 int appType; field in WapPushManager.WapPushManDBHelper.queryData 143 ret.appType = cur.getInt(cur.getColumnIndex("app_type")); in queryLastApp() 207 if (lastapp.appType == WapPushManagerParams.APP_TYPE_ACTIVITY) { in processMessage() 432 " lastapp.appType: " + lastapp.appType + in verifyData() 439 && lastapp.appType == app_type in verifyData()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccCardTest.java | 45 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus() argument 49 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
|
D | UiccControllerTest.java | 78 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus() argument 82 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
|
D | UiccProfileTest.java | 84 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus() argument 88 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneSubInfoController.java | 368 public String getIccSimChallengeResponse(int subId, int appType, int authType, String data) 377 UiccCardApplication uiccApp = uiccCard.getApplicationByType(appType); 379 loge("getIccSimChallengeResponse() no app with specified type -- " + appType); 383 + " specified type -- " + appType);
|
D | RadioResponse.java | 1742 appStatus.app_type = appStatus.AppTypeFromRILInt(rilAppStatus.appType); in convertHalCardStatus() 1784 appStatus.app_type = appStatus.AppTypeFromRILInt(rilAppStatus.base.appType); in convertHalCardStatus_1_5()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 1488 String getAidForAppType(int subId, int appType); in getAidForAppType() argument 1759 String[] getForbiddenPlmns(int subId, int appType, String callingPackage, in getForbiddenPlmns() argument 1773 int setForbiddenPlmns(int subId, int appType, in List<String> fplmns, String callingPackage, in setForbiddenPlmns() argument 2214 boolean isApplicationOnUicc(int subId, int appType); in isApplicationOnUicc() argument
|
D | IPhoneSubInfo.aidl | 219 String getIccSimChallengeResponse(int subId, int appType, int authType, String data); in getIccSimChallengeResponse() argument
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | TelephonyUtil.java | 477 int appType) { in getGsmAuthResponseWithLength() argument 502 appType, TelephonyManager.AUTHTYPE_EAP_SIM, base64Challenge); in getGsmAuthResponseWithLength()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccCardApplication.java | 637 private static int getAuthContext(AppType appType) { in getAuthContext() argument 640 switch (appType) { in getAuthContext()
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 3369 public boolean isApplicationOnUicc(@UiccAppType int appType) { in isApplicationOnUicc() argument 3373 return service.isApplicationOnUicc(getSubId(), appType); in isApplicationOnUicc() 6957 public String getIccAuthentication(int appType, int authType, String data) { in getIccAuthentication() argument 6958 return getIccAuthentication(getSubId(), appType, authType, data); in getIccAuthentication() 6983 public String getIccAuthentication(int subId, int appType, int authType, String data) { in getIccAuthentication() argument 6988 return info.getIccSimChallengeResponse(subId, appType, authType, data); in getIccAuthentication() 7022 public String[] getForbiddenPlmns(int subId, int appType) { in getForbiddenPlmns() argument 7027 return telephony.getForbiddenPlmns(subId, appType, mContext.getOpPackageName(), in getForbiddenPlmns() 10536 public String getAidForAppType(@UiccAppType int appType) { in getAidForAppType() argument 10537 return getAidForAppType(getSubId(), appType); in getAidForAppType() [all …]
|