Home
last modified time | relevance | path

Searched refs:authorities (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/android/content/
DContentProvider.java657 protected final void setAuthorities(String authorities) { in setAuthorities() argument
658 if (authorities != null) { in setAuthorities()
659 if (authorities.indexOf(';') == -1) { in setAuthorities()
660 mAuthority = authorities; in setAuthorities()
664 mAuthorities = authorities.split(";"); in setAuthorities()
DIntentFilter.java1103 final ArrayList<AuthorityEntry> authorities = mDataAuthorities; in matchData() local
1104 if (authorities != null) { in matchData()
/frameworks/base/docs/html/training/secure-file-sharing/
Dsetup-sharing.jd61 android:authorities="com.example.myapp.fileprovider"
73 >android:authorities</a></code> attribute specifies the URI authority
84 >android:authorities</a></code> attribute.
/frameworks/base/docs/html/guide/topics/manifest/
Dprovider-element.jd10 &lt;provider android:<a href="#auth">authorities</a>="<i>list</i>"
64 Android system looks up the authority in its list of known providers and their authorities.
82 <dt><a name="auth"></a>{@code android:authorities}</dt>
84 A list of one or more URI authorities that identify data offered by the content provider.
85 Multiple authorities are listed by separating their names with a semicolon.
Dmanifest-intro.jd426 permission by checking the authorities that signed the application's
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-stub-provider.jd148 <code>android:authorities="com.example.android.datasync.provider"</code>
192 android:authorities="com.example.android.datasync.provider"
Dcreating-sync-adapter.jd457 <code><a href="{@docRoot}guide/topics/manifest/provider-element.html#auth">android:authorities</a><…
466 is also one of the authorities you specify in the
467 <code><a href="{@docRoot}guide/topics/manifest/provider-element.html#auth">android:authorities</a><…
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java215 final HashMap<String, AuthorityInfo> authorities = field in SyncStorageEngine.AccountInfo
821 for (AuthorityInfo authorityInfo : accountInfo.authorities.values()) { in setBackoffLocked()
842 for (AuthorityInfo authorityInfo : accountInfo.authorities.values()) { in clearAllBackoffsLocked()
1185 for (AuthorityInfo auth : acc.authorities.values()) { in doDatabaseCleanup()
1623 AuthorityInfo authority = accountInfo.authorities.get(info.provider); in getAuthorityLocked()
1666 authority = account.authorities.get(info.provider); in getOrCreateAuthorityLocked()
1669 account.authorities.put(info.provider, authority); in getOrCreateAuthorityLocked()
1720 final AuthorityInfo authorityInfo = accountInfo.authorities.remove(authorityName); in removeAuthorityLocked()
/frameworks/base/docs/html/training/tv/discovery/
Dsearchable.jd247 android:authorities="com.example.android.tvleanback"
258 <a href="{@docRoot}guide/topics/manifest/provider-element.html#auth">{@code android:authorities}</a>
332 android:authorities="com.example.android.tvleanback"
/frameworks/base/docs/html/guide/topics/search/
Dadding-recent-query-suggestions.jd146 android:authorities="com.example.MySuggestionProvider" />
Dsearchable-config.jd144 This value must match the authority string provided in the {@code android:authorities}
Dadding-custom-suggestions.jd616 android:authorities="com.example.MyCustomSuggestionProvider"
/frameworks/base/docs/html/google/play/billing/
Dbilling_overview.jd48 of the EU consumer protection authorities</a> for more information on this and other topics.
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd608 android:authorities=&quot;com.example.android.storageprovider.documents&quot;
Dcontent-provider-creating.jd1069 android:authorities}</a>)
Dcontacts-provider.jd1604 subclasses for authorities, content URIs, URI paths, column names, MIME types, and
/frameworks/base/api/
Dsystem-current.txt389 field public static final int authorities = 16842776; // 0x1010018
26833 field public static final java.lang.String EXTRA_AUTHORITIES = "authorities";
Dcurrent.txt319 field public static final int authorities = 16842776; // 0x1010018
25241 field public static final java.lang.String EXTRA_AUTHORITIES = "authorities";