Home
last modified time | relevance | path

Searched refs:appType (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
DWapPushManager.java110 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/
DUiccCardTest.java99 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus() argument
103 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
DUiccControllerTest.java68 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus() argument
72 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
DUiccProfileTest.java121 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus() argument
125 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
/frameworks/support/car/car-stubs/
Dandroid.car.jarMETA-INF/ META-INF/MANIFEST.MF android/car/Car.class Car ...
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java462 public String getIccSimChallengeResponse(int subId, int appType, int authType, String data) in getIccSimChallengeResponse() argument
475 UiccCardApplication uiccApp = uiccCard.getApplicationByType(appType); in getIccSimChallengeResponse()
478 appType); in getIccSimChallengeResponse()
482 + " specified type -- " + appType); in getIccSimChallengeResponse()
DRadioResponse.java1400 appStatus.app_type = appStatus.AppTypeFromRILInt(rilAppStatus.appType); in convertHalCardStatus()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl211 String getIccSimChallengeResponse(int subId, int appType, int authType, String data); in getIccSimChallengeResponse() argument
DITelephony.aidl1317 String getAidForAppType(int subId, int appType); in getAidForAppType() argument
1467 String[] getForbiddenPlmns(int subId, int appType, String callingPackage); in getForbiddenPlmns() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java571 private static int getAuthContext(AppType appType) { in getAuthContext() argument
574 switch (appType) { in getAuthContext()