Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/gba/
H A 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,
H A DGbaService.java144 public void onAuthenticationRequest(int subscriptionId, int token, @UiccAppTypeExt int appType, in onAuthenticationRequest() argument
/aosp14/frameworks/base/services/tests/PackageManagerComponentOverrideTests/src/com/android/server/pm/test/override/
H A DPackageManagerComponentLabelIconOverrideTest.kt125 this += param.copy(appType = AppType.UPDATED_SYSTEM_APP)
128 this += param.copy(appType = AppType.NORMAL_APP,
142 private val appType: AppType,
146 constructor(pkgName: String, appType: AppType, exception: Class<out Exception>)
147 : this(pkgName, appType, Result.Exception(exception))
159 val isUpdatedSystemApp = appType == AppType.UPDATED_SYSTEM_APP
160 val isSystem = appType == AppType.SYSTEM_APP || isUpdatedSystemApp
171 return "pkg=$pkgName, type=$appType, component=$componentName, result=$resultString"
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A 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
H A DITelephony.aidl1488 String getAidForAppType(int subId, int appType); in getAidForAppType() argument
1688 String[] getForbiddenPlmns(int subId, int appType, String callingPackage, in getForbiddenPlmns() argument
1702 int setForbiddenPlmns(int subId, int appType, in List<String> fplmns, String callingPackage, in setForbiddenPlmns() argument
2212 boolean isApplicationOnUicc(int subId, int appType); in isApplicationOnUicc() argument
2355 void bootstrapAuthenticationRequest(int subId, int appType, in Uri nafUrl, in bootstrapAuthenticationRequest() argument
/aosp14/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A 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()
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTunedInfo.java104 boolean isVisible, boolean isMainSession, @AppType int appType, int appTag) { in TunedInfo() argument
110 mAppType = appType; in TunedInfo()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3807 public boolean isApplicationOnUicc(@UiccAppType int appType) { in isApplicationOnUicc() argument
3811 return service.isApplicationOnUicc(getSubId(), appType); in isApplicationOnUicc()
8444 public String[] getForbiddenPlmns(int subId, int appType) { in getForbiddenPlmns() argument
8517 public String getSimServiceTable(int appType) { in getSimServiceTable() argument
8525 if (appType == APPTYPE_ISIM) { in getSimServiceTable()
8527 } else if ((appType == APPTYPE_USIM)) { in getSimServiceTable()
12895 public String getAidForAppType(@UiccAppType int appType) { in getAidForAppType() argument
12896 return getAidForAppType(getSubId(), appType); in getAidForAppType()
12903 public String getAidForAppType(int subId, int appType) { in getAidForAppType() argument
12907 return service.getAidForAppType(subId, appType); in getAidForAppType()
[all …]
/aosp14/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java2568 String classnName, int appType, boolean signature, boolean furtherProcessing) { in addPackageToLegacyDB() argument
2574 packagename, classnName, appType, signature, furtherProcessing); in addPackageToLegacyDB()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java2905 int appType; in getCurrentTunedInfosInternalLocked() local
2908 appType = TunedInfo.APP_TYPE_SELF; in getCurrentTunedInfosInternalLocked()
2915 appType = isSystemApp(state.componentName.getPackageName()) in getCurrentTunedInfosInternalLocked()
2925 appType, in getCurrentTunedInfosInternalLocked()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...