Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/gba/
DGbaAuthRequest.java44 public GbaAuthRequest(int subId, int appType, Uri nafUrl, byte[] securityProtocol, in GbaAuthRequest() argument
46 this(nextUniqueToken(), subId, appType, nafUrl, in GbaAuthRequest()
55 public GbaAuthRequest(int token, int subId, int appType, Uri nafUrl, byte[] securityProtocol, in GbaAuthRequest() argument
59 mAppType = appType; in GbaAuthRequest()
122 int appType = in.readInt();
131 return new GbaAuthRequest(token, subId, appType, nafUrl, protocol,
DGbaService.java144 public void onAuthenticationRequest(int subscriptionId, int token, @UiccAppTypeExt int appType, in onAuthenticationRequest() argument
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl241 String getIccSimChallengeResponse(int subId, int appType, int authType, String data, in getIccSimChallengeResponse() argument
255 Uri getSmscIdentity(int subId, int appType); in getSmscIdentity() argument
277 String getSimServiceTable(int subId, int appType); in getSimServiceTable() argument
DITelephony.aidl1481 String getAidForAppType(int subId, int appType); in getAidForAppType() argument
1681 String[] getForbiddenPlmns(int subId, int appType, String callingPackage, in getForbiddenPlmns() argument
1695 int setForbiddenPlmns(int subId, int appType, in List<String> fplmns, String callingPackage, in setForbiddenPlmns() argument
2215 boolean isApplicationOnUicc(int subId, int appType); in isApplicationOnUicc() argument
2358 void bootstrapAuthenticationRequest(int subId, int appType, in Uri nafUrl, in bootstrapAuthenticationRequest() argument
/frameworks/base/services/tests/PackageManagerComponentOverrideTests/src/com/android/server/pm/test/override/
DPackageManagerComponentLabelIconOverrideTest.kt125 this += param.copy(appType = AppType.UPDATED_SYSTEM_APP) in <lambda>()
128 this += param.copy(appType = AppType.NORMAL_APP, in <lambda>()
142 private val appType: AppType, in <lambda>() constant in com.android.server.pm.test.override.PackageManagerComponentLabelIconOverrideTest.Companion.Params
146 constructor(pkgName: String, appType: AppType, exception: Class<out Exception>) : in <lambda>()
147 this(pkgName, appType, Result.Exception(exception)) in <lambda>()
159 val isUpdatedSystemApp = appType == AppType.UPDATED_SYSTEM_APP in <lambda>()
160 val isSystem = appType == AppType.SYSTEM_APP || isUpdatedSystemApp in <lambda>()
171 return "pkg=$pkgName, type=$appType, component=$componentName, result=$resultString" in <lambda>()
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
DWapPushManager.java119 int appType; field in WapPushManager.WapPushManDBHelper.queryData
152 ret.appType = cur.getInt(cur.getColumnIndex("app_type")); in queryLastApp()
216 if (lastapp.appType == WapPushManagerParams.APP_TYPE_ACTIVITY) { in processMessage()
398 String contentType, String packageName, String className, int appType, in insertPackage() argument
421 values.put("app_type", appType); in insertPackage()
491 " lastapp.appType: " + lastapp.appType + in verifyData()
498 && lastapp.appType == app_type in verifyData()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java552 public String getSimServiceTable(int subId, int appType) throws RemoteException {
564 appType);
567 + appType);
575 public String getIccSimChallengeResponse(int subId, int appType, int authType, String data,
587 UiccCardApplication uiccApp = uiccPort.getApplicationByType(appType);
589 loge("getIccSimChallengeResponse() no app with specified type -- " + appType);
593 + " specified type -- " + appType);
753 public Uri getSmscIdentity(int subId, int appType) throws RemoteException {
764 appType);
DRILUtils.java4182 appStatus.app_type = appStatus.AppTypeFromRILInt(rilAppStatus.appType); in convertHalCardStatus()
4212 appStatus.app_type = appStatus.AppTypeFromRILInt(rilAppStatus.base.appType); in convertHalCardStatus()
4251 appStatus.app_type = appStatus.AppTypeFromRILInt(rilAppStatus.appType); in convertHalCardStatus()
/frameworks/base/media/java/android/media/tv/
DTunedInfo.java104 boolean isVisible, boolean isMainSession, @AppType int appType, int appTag) { in TunedInfo() argument
110 mAppType = appType; in TunedInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cat/
DCATServiceTest.java114 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus() argument
118 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
120 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccProfileTest.java89 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus() argument
93 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
DUiccControllerTest.java79 IccCardApplicationStatus.AppType appType, in composeUiccApplicationStatus() argument
83 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java645 private static int getAuthContext(AppType appType) { in getAuthContext() argument
648 switch (appType) { in getAuthContext()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3978 public boolean isApplicationOnUicc(@UiccAppType int appType) { in isApplicationOnUicc() argument
3982 return service.isApplicationOnUicc(getSubId(), appType); in isApplicationOnUicc()
8790 public String getIccAuthentication(int appType,@AuthType int authType, String data) { in getIccAuthentication() argument
8791 return getIccAuthentication(getSubId(), appType, authType, data); in getIccAuthentication()
8818 public String getIccAuthentication(int subId, int appType,@AuthType int authType, String data) { in getIccAuthentication() argument
8823 return info.getIccSimChallengeResponse(subId, appType, authType, data, in getIccAuthentication()
8862 public String[] getForbiddenPlmns(int subId, int appType) { in getForbiddenPlmns() argument
8867 return telephony.getForbiddenPlmns(subId, appType, mContext.getOpPackageName(), in getForbiddenPlmns()
8940 public String getSimServiceTable(int appType) { in getSimServiceTable() argument
8948 if (appType == APPTYPE_ISIM) { in getSimServiceTable()
[all …]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java2564 String classnName, int appType, boolean signature, boolean furtherProcessing) { in addPackageToLegacyDB() argument
2570 packagename, classnName, appType, signature, furtherProcessing); in addPackageToLegacyDB()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java3112 int appType; in getCurrentTunedInfosInternalLocked() local
3115 appType = TunedInfo.APP_TYPE_SELF; in getCurrentTunedInfosInternalLocked()
3122 appType = isSystemApp(state.componentName.getPackageName()) in getCurrentTunedInfosInternalLocked()
3132 appType, in getCurrentTunedInfosInternalLocked()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...