Searched refs:restrictedAccountType (Results 1 – 9 of 9) sorted by relevance
342 public String restrictedAccountType; field in PackageInfo475 dest.writeString(restrictedAccountType); in writeToParcel()539 restrictedAccountType = source.readString(); in PackageInfo()
686 pi.restrictedAccountType = p.mRestrictedAccountType; in generatePackageInfo()3527 String restrictedAccountType = sa.getString(com.android.internal.R.styleable in parseBaseApplication() local3529 if (restrictedAccountType != null && restrictedAccountType.length() > 0) { in parseBaseApplication()3530 owner.mRestrictedAccountType = restrictedAccountType; in parseBaseApplication()
196 packageInfo.restrictedAccountType = null; in addSystemAppsWithRequiredAccounts()
205 && pi.requiredAccountType != null && pi.restrictedAccountType == null) { in fetchAndMergeApps()
5904 if (pi != null && pi.restrictedAccountType != null) {5905 requiredAccountType = pi.restrictedAccountType;5911 if (pi != null && pi.restrictedAccountType != null) {5912 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
16196 Landroid/content/pm/PackageInfo;->restrictedAccountType:Ljava/lang/String;97195 Lcom/android/internal/R$attr;->restrictedAccountType:I
1138 field public static final int restrictedAccountType = 16843733; // 0x10103d5