Searched refs:restrictedAccountType (Results 1 – 10 of 10) sorted by relevance
342 public String restrictedAccountType; field in PackageInfo475 dest.writeString(restrictedAccountType); in writeToParcel()539 restrictedAccountType = source.readString(); in PackageInfo()
711 pi.restrictedAccountType = p.mRestrictedAccountType; in generatePackageInfo()3585 String restrictedAccountType = sa.getString(com.android.internal.R.styleable in parseBaseApplication() local3587 if (restrictedAccountType != null && restrictedAccountType.length() > 0) { in parseBaseApplication()3588 owner.mRestrictedAccountType = restrictedAccountType; in parseBaseApplication()
196 packageInfo.restrictedAccountType = null; in addSystemAppsWithRequiredAccounts()
205 && pi.requiredAccountType != null && pi.restrictedAccountType == null) { in fetchAndMergeApps()
5928 if (pi != null && pi.restrictedAccountType != null) {5929 requiredAccountType = pi.restrictedAccountType;5935 if (pi != null && pi.restrictedAccountType != null) {5936 requiredAccountType = pi.restrictedAccountType;
839 if (pInfo.restrictedAccountType != null in getIsSyncable()840 && pInfo.restrictedAccountType.equals(account.type)) { in getIsSyncable()
1016 field public static final int restrictedAccountType = 16843733; // 0x10103d5
15162 Landroid/content/pm/PackageInfo;->restrictedAccountType:Ljava/lang/String;90756 Lcom/android/internal/R$attr;->restrictedAccountType:I
1140 field public static final int restrictedAccountType = 16843733; // 0x10103d5