Searched refs:authorities (Results 1 – 18 of 18) sorted by relevance
657 protected final void setAuthorities(String authorities) { in setAuthorities() argument658 if (authorities != null) { in setAuthorities()659 if (authorities.indexOf(';') == -1) { in setAuthorities()660 mAuthority = authorities; in setAuthorities()664 mAuthorities = authorities.split(";"); in setAuthorities()
1103 final ArrayList<AuthorityEntry> authorities = mDataAuthorities; in matchData() local1104 if (authorities != null) { in matchData()
61 android:authorities="com.example.myapp.fileprovider"73 >android:authorities</a></code> attribute specifies the URI authority84 >android:authorities</a></code> attribute.
10 <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.
426 permission by checking the authorities that signed the application's
148 <code>android:authorities="com.example.android.datasync.provider"</code>192 android:authorities="com.example.android.datasync.provider"
457 <code><a href="{@docRoot}guide/topics/manifest/provider-element.html#auth">android:authorities</a><…466 is also one of the authorities you specify in the467 <code><a href="{@docRoot}guide/topics/manifest/provider-element.html#auth">android:authorities</a><…
215 final HashMap<String, AuthorityInfo> authorities = field in SyncStorageEngine.AccountInfo821 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()
247 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"
146 android:authorities="com.example.MySuggestionProvider" />
144 This value must match the authority string provided in the {@code android:authorities}
616 android:authorities="com.example.MyCustomSuggestionProvider"
48 of the EU consumer protection authorities</a> for more information on this and other topics.
608 android:authorities="com.example.android.storageprovider.documents"
1069 android:authorities}</a>)
1604 subclasses for authorities, content URIs, URI paths, column names, MIME types, and
389 field public static final int authorities = 16842776; // 0x101001826833 field public static final java.lang.String EXTRA_AUTHORITIES = "authorities";
319 field public static final int authorities = 16842776; // 0x101001825241 field public static final java.lang.String EXTRA_AUTHORITIES = "authorities";