Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DPackageInfo.java261 public String restrictedAccountType; field in PackageInfo
323 dest.writeString(restrictedAccountType); in writeToParcel()
372 restrictedAccountType = source.readString(); in PackageInfo()
DPackageParser.java434 pi.restrictedAccountType = p.mRestrictedAccountType; in generatePackageInfo()
2513 String restrictedAccountType = sa.getString(com.android.internal.R.styleable in parseBaseApplication() local
2515 if (restrictedAccountType != null && restrictedAccountType.length() > 0) { in parseBaseApplication()
2516 owner.mRestrictedAccountType = restrictedAccountType; in parseBaseApplication()
/frameworks/base/docs/html/guide/topics/manifest/
Dapplication-element.jd29 android:<a href="#restrictedAccountType">restrictedAccountType</a>="<i>string</i>"
349 <a href="#restrictedAccountType">{@code android:restrictedAccountType}</a> with
354 …you declare this attribute and leave <a href="#restrictedAccountType">{@code android:restrictedAcc…
361 <dt><a name="restrictedAccountType"></a>{@code android:restrictedAccountType}</dt>
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java4076 if (pi != null && pi.restrictedAccountType != null) { in filterSharedAccounts()
4077 requiredAccountType = pi.restrictedAccountType; in filterSharedAccounts()
4083 if (pi != null && pi.restrictedAccountType != null) { in filterSharedAccounts()
4084 requiredAccountType = pi.restrictedAccountType; in filterSharedAccounts()
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd300 …guide/topics/manifest/application-element.html#restrictedAccountType">{@code android:restrictedAcc…
304 android:restrictedAccountType="com.example.account.type" >
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java618 if (pInfo.restrictedAccountType != null in getIsSyncable()
619 && pInfo.restrictedAccountType.equals(account.type)) { in getIsSyncable()
/frameworks/base/api/
Dcurrent.txt993 field public static final int restrictedAccountType = 16843733; // 0x10103d5
Dsystem-current.txt1085 field public static final int restrictedAccountType = 16843733; // 0x10103d5