Searched refs:requiredAccountType (Results 1 – 7 of 7) sorted by relevance
264 public String requiredAccountType; field in PackageInfo324 dest.writeString(requiredAccountType); in writeToParcel()373 requiredAccountType = source.readString(); in PackageInfo()
435 pi.requiredAccountType = p.mRequiredAccountType; in generatePackageInfo()2519 String requiredAccountType = sa.getString(com.android.internal.R.styleable in parseBaseApplication() local2521 if (requiredAccountType != null && requiredAccountType.length() > 0) { in parseBaseApplication()2522 owner.mRequiredAccountType = requiredAccountType; in parseBaseApplication()
28 android:<a href="#requiredAccountType">requiredAccountType</a>="<i>string</i>"336 <dt><a name="requiredAccountType"></a>{@code android:requiredAccountType}</dt>377 href="#requiredAccountType">{@code android:requiredAccountType}</a> attribute
205 href="{@docRoot}guide/topics/manifest/application-element.html#requiredAccountType">{@code206 android:requiredAccountType}</a> attribute in your manifest's <a342 the <a href="{@docRoot}guide/topics/manifest/application-element.html#requiredAccountType">{@code343 android:requiredAccountType}</a> attribute to the <a347 android:requiredAccountType="com.example.account.type" >
4070 String requiredAccountType = ""; in filterSharedAccounts()4077 requiredAccountType = pi.restrictedAccountType; in filterSharedAccounts()4084 requiredAccountType = pi.restrictedAccountType; in filterSharedAccounts()4092 if (account.type.equals(requiredAccountType)) { in filterSharedAccounts()
983 field public static final int requiredAccountType = 16843734; // 0x10103d6
1075 field public static final int requiredAccountType = 16843734; // 0x10103d6