Searched refs:appType (Results 1 – 10 of 10) sorted by relevance
/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 | 99 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus() argument 103 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
|
D | UiccControllerTest.java | 68 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus() argument 72 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
|
D | UiccProfileTest.java | 121 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus() argument 125 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
|
/frameworks/support/car/car-stubs/ |
D | android.car.jar | META-INF/
META-INF/MANIFEST.MF
android/car/Car.class
Car ... |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneSubInfoController.java | 462 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()
|
D | RadioResponse.java | 1400 appStatus.app_type = appStatus.AppTypeFromRILInt(rilAppStatus.appType); in convertHalCardStatus()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | IPhoneSubInfo.aidl | 211 String getIccSimChallengeResponse(int subId, int appType, int authType, String data); in getIccSimChallengeResponse() argument
|
D | ITelephony.aidl | 1317 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/ |
D | UiccCardApplication.java | 571 private static int getAuthContext(AppType appType) { in getAuthContext() argument 574 switch (appType) { in getAuthContext()
|