Home
last modified time | relevance | path

Searched refs:restrictedAccountType (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DPackageInfo.java423 public String restrictedAccountType; field in PackageInfo
619 dest.writeString8(restrictedAccountType); in writeToParcel()
693 restrictedAccountType = source.readString8(); in PackageInfo()
DPackageParser.java743 pi.restrictedAccountType = p.mRestrictedAccountType; in generatePackageInfo()
3518 String restrictedAccountType = sa.getString(com.android.internal.R.styleable in parseBaseApplication() local
3520 if (restrictedAccountType != null && restrictedAccountType.length() > 0) { in parseBaseApplication()
3521 owner.mRestrictedAccountType = restrictedAccountType; in parseBaseApplication()
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
DAppRestrictionsHelperTest.java198 packageInfo.restrictedAccountType = null; in addSystemAppsWithRequiredAccounts()
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/
DPackageImpl.java224 private String restrictedAccountType; field in PackageImpl
1279 return restrictedAccountType; in getRestrictedAccountType()
2354 public PackageImpl setRestrictedAccountType(@Nullable String restrictedAccountType) {
2355 this.restrictedAccountType = restrictedAccountType;
3134 dest.writeString(this.restrictedAccountType);
3291 this.restrictedAccountType = in.readString();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DAppRestrictionsHelper.java205 && pi.requiredAccountType != null && pi.restrictedAccountType == null) { in fetchAndMergeApps()
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/
DParsingPackage.java336 ParsingPackage setRestrictedAccountType(String restrictedAccountType); in setRestrictedAccountType() argument
/frameworks/base/core/java/com/android/internal/pm/parsing/
DPackageInfoCommonUtils.java109 info.restrictedAccountType = pkg.getRestrictedAccountType(); in generate()
/frameworks/base/services/core/java/com/android/server/pm/parsing/
DPackageInfoUtils.java146 info.restrictedAccountType = pkg.getRestrictedAccountType(); in generateWithComponents()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java6302 if (pi != null && pi.restrictedAccountType != null) {
6303 requiredAccountType = pi.restrictedAccountType;
6309 if (pi != null && pi.restrictedAccountType != null) {
6310 requiredAccountType = pi.restrictedAccountType;
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java974 if (pInfo.restrictedAccountType != null in getIsSyncable()
975 && pInfo.restrictedAccountType.equals(account.type)) { in getIsSyncable()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt12275 Landroid/content/pm/PackageInfo;->restrictedAccountType:Ljava/lang/String;
75684 Lcom/android/internal/R$attr;->restrictedAccountType:I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1016 field public static final int restrictedAccountType = 16843733; // 0x10103d5
/frameworks/base/core/api/
Dcurrent.txt1406 field public static final int restrictedAccountType = 16843733; // 0x10103d5