HomeSort by relevance Sort by last modified time
    Searched full:restrictedaccounttype (Results 1 - 17 of 17) sorted by null

  /frameworks/base/core/java/android/content/pm/
PackageInfo.java 225 public String restrictedAccountType;
271 dest.writeString(restrictedAccountType);
312 restrictedAccountType = source.readString();
PackageParser.java 294 pi.restrictedAccountType = p.mRestrictedAccountType;
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
android.R.attr.html 171 <A NAME="android.R.attr.restrictedAccountType"></A>
172 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#restrictedAccountType" target="_top"><code>restrictedAccountType</code></A></nobr>
fields_index_additions.html 515 <nobr><A HREF="android.R.attr.html#android.R.attr.restrictedAccountType" class="hiddenlink" target="rightframe">restrictedAccountType</A>
    [all...]
alldiffs_index_additions.html     [all...]
fields_index_all.html     [all...]
alldiffs_index_all.html     [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
application-element.jd 27 android:<a href="#restrictedAccountType">restrictedAccountType</a>="<i>string</i>"
317 <a href="#restrictedAccountType">{@code android:restrictedAccountType}</a> with
322 that you declare this attribute and leave <a href="#restrictedAccountType">{@code android:restrictedAccountType}</a> null, so that restricted profiles cannot use
329 <dt><a name="restrictedAccountType"></a>{@code android:restrictedAccountType}</dt>
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 522 if (pi.requiredAccountType != null && pi.restrictedAccountType == null) {
629 if (pi.requiredAccountType != null && pi.restrictedAccountType == null) {
634 if (pi.restrictedAccountType != null) {
    [all...]
  /frameworks/base/docs/html/about/versions/
android-4.3.jd 284 <p>To get access to an account from a restricted profile, you must add the <a href="{@docRoot}guide/topics/manifest/application-element.html#restrictedAccountType">{@code android:restrictedAccountType}</a> attribute to the <a
288 android:restrictedAccountType="com.example.account.type" >
    [all...]
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 518 if (pInfo.restrictedAccountType != null
519 && pInfo.restrictedAccountType.equals(account.type)) {
    [all...]
  /frameworks/base/core/res/res/values/
attrs_manifest.xml     [all...]
public.xml     [all...]
  /development/sdk/
api-versions.xml     [all...]
  /frameworks/base/api/
current.txt     [all...]
  /prebuilts/sdk/api/
18.txt     [all...]

Completed in 401 milliseconds