/frameworks/base/core/java/android/content/pm/ |
D | PackageInfo.java | 423 public String restrictedAccountType; field in PackageInfo 619 dest.writeString8(restrictedAccountType); in writeToParcel() 693 restrictedAccountType = source.readString8(); in PackageInfo()
|
D | PackageParser.java | 743 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/ |
D | AppRestrictionsHelperTest.java | 198 packageInfo.restrictedAccountType = null; in addSystemAppsWithRequiredAccounts()
|
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/ |
D | PackageImpl.java | 224 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/ |
D | AppRestrictionsHelper.java | 205 && pi.requiredAccountType != null && pi.restrictedAccountType == null) { in fetchAndMergeApps()
|
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/ |
D | ParsingPackage.java | 336 ParsingPackage setRestrictedAccountType(String restrictedAccountType); in setRestrictedAccountType() argument
|
/frameworks/base/core/java/com/android/internal/pm/parsing/ |
D | PackageInfoCommonUtils.java | 109 info.restrictedAccountType = pkg.getRestrictedAccountType(); in generate()
|
/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
D | PackageInfoUtils.java | 146 info.restrictedAccountType = pkg.getRestrictedAccountType(); in generateWithComponents()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 6302 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/ |
D | SyncManager.java | 974 if (pInfo.restrictedAccountType != null in getIsSyncable() 975 && pInfo.restrictedAccountType.equals(account.type)) { in getIsSyncable()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 12275 Landroid/content/pm/PackageInfo;->restrictedAccountType:Ljava/lang/String; 75684 Lcom/android/internal/R$attr;->restrictedAccountType:I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1016 field public static final int restrictedAccountType = 16843733; // 0x10103d5
|
/frameworks/base/core/api/ |
D | current.txt | 1406 field public static final int restrictedAccountType = 16843733; // 0x10103d5
|