Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DPackageInfo.java342 public String restrictedAccountType; field in PackageInfo
475 dest.writeString(restrictedAccountType); in writeToParcel()
539 restrictedAccountType = source.readString(); in PackageInfo()
DPackageParser.java686 pi.restrictedAccountType = p.mRestrictedAccountType; in generatePackageInfo()
3527 String restrictedAccountType = sa.getString(com.android.internal.R.styleable in parseBaseApplication() local
3529 if (restrictedAccountType != null && restrictedAccountType.length() > 0) { in parseBaseApplication()
3530 owner.mRestrictedAccountType = restrictedAccountType; in parseBaseApplication()
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
DAppRestrictionsHelperTest.java196 packageInfo.restrictedAccountType = null; in addSystemAppsWithRequiredAccounts()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DAppRestrictionsHelper.java205 && pi.requiredAccountType != null && pi.restrictedAccountType == null) { in fetchAndMergeApps()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java5904 if (pi != null && pi.restrictedAccountType != null) {
5905 requiredAccountType = pi.restrictedAccountType;
5911 if (pi != null && pi.restrictedAccountType != null) {
5912 requiredAccountType = pi.restrictedAccountType;
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java839 if (pInfo.restrictedAccountType != null in getIsSyncable()
840 && pInfo.restrictedAccountType.equals(account.type)) { in getIsSyncable()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1016 field public static final int restrictedAccountType = 16843733; // 0x10103d5
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16196 Landroid/content/pm/PackageInfo;->restrictedAccountType:Ljava/lang/String;
97195 Lcom/android/internal/R$attr;->restrictedAccountType:I
/frameworks/base/api/
Dcurrent.txt1138 field public static final int restrictedAccountType = 16843733; // 0x10103d5