OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authorities
(Results
51 - 75
of
156
) sorted by null
1
2
3
4
5
6
7
/frameworks/base/docs/html/training/sync-adapters/
creating-stub-provider.jd
148
<code>android:
authorities
="com.example.android.datasync.provider"</code>
192
android:
authorities
="com.example.android.datasync.provider"
/frameworks/base/services/java/com/android/server/content/
SyncStorageEngine.java
187
final HashMap<String, AuthorityInfo>
authorities
=
field in class:SyncStorageEngine.AccountInfo
284
// Primary list of all syncable
authorities
. Also our global lock.
600
for (AuthorityInfo authorityInfo : accountInfo.
authorities
.values()) {
635
for (AuthorityInfo authorityInfo : accountInfo.
authorities
.values()) {
[
all
...]
/frameworks/base/docs/html/guide/topics/manifest/
provider-element.jd
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.
/development/samples/Support4Demos/
AndroidManifest.xml
234
android:
authorities
="com.example.android.apis.supportv4.app.LoaderThrottle" />
315
<provider android:
authorities
="com.example.supportv4.content.sharingsupportprovider"
331
android:
authorities
="com.example.android.supportv4.my_files"
/packages/apps/Browser/
AndroidManifest.xml
58
android:
authorities
="com.android.browser;browser"
249
android:
authorities
="com.android.browser.home"
268
android:
authorities
="com.android.browser.snapshots"
/development/samples/NotePad/
AndroidManifest.xml
31
android:
authorities
="com.google.provider.NotePad"
/external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.h
104
// Import Certificate
Authorities
from file. Sequence goes like:
/external/chromium/net/base/
load_flags_list.h
50
// If present, trusts all certificate
authorities
/external/svox/pico/
AndroidManifest.xml
92
android:
authorities
="com.svox.pico.providers.SettingsProvider" />
/frameworks/base/core/java/android/content/
IContentService.aidl
140
* Return true if the pending status is true of any matching
authorities
.
IntentFilter.java
71
* To specify a path, you also must specify both one or more
authorities
and
704
* authority to be considered. If any
authorities
are
706
* them. If no
authorities
are included, then only the scheme must match.
730
* Return the number of data
authorities
in the filter.
745
* filter does not include any
authorities
, false will <em>always</em> be
758
* Return an iterator over the filter's data
authorities
.
767
* one or more
authorities
(via {@link #addDataAuthority}) for the
903
final ArrayList<AuthorityEntry>
authorities
= mDataAuthorities;
local
[
all
...]
/frameworks/base/packages/Shell/
AndroidManifest.xml
76
android:
authorities
="com.android.shell"
/libcore/luni/src/main/java/javax/net/ssl/
TrustManagerFactory.java
187
* of certificate
authorities
and trust material.
/packages/apps/Bluetooth/
AndroidManifest_test.xml
31
android:
authorities
="com.android.bluetooth.opp"
/packages/apps/CellBroadcastReceiver/
AndroidManifest.xml
50
android:
authorities
="cellbroadcasts"
/packages/apps/Exchange/exchange2/
AndroidManifest.xml
150
android:
authorities
="com.android.exchange.directory.provider"
/packages/inputmethods/LatinIME/java/
AndroidManifest.xml
119
android:
authorities
="@string/authority"
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java
95
// If we come here none of the
authorities
matched the one we searched for.
/packages/providers/CalendarProvider/
AndroidManifest.xml
45
<provider android:name="CalendarProvider2" android:
authorities
="com.android.calendar"
/packages/providers/DownloadProvider/
AndroidManifest.xml
62
android:
authorities
="downloads" android:exported="true">
/cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java
[
all
...]
/external/ipsec-tools/src/racoon/
isakmp.h
288
/* # Certificate
Authorities
(1 octet) */
289
/* Certificate
Authorities
(variable length) */
/external/tcpdump/
isakmp.h
280
/* # Certificate
Authorities
(1 octet) */
281
/* Certificate
Authorities
(variable length) */
/packages/apps/Email/
AndroidManifest.xml
455
android:
authorities
="com.android.email.attachmentprovider"
466
android:
authorities
="com.android.email.provider;com.android.email.notifier"
/packages/apps/Mms/
AndroidManifest.xml
287
android:
authorities
="com.android.mms.SuggestionsProvider" >
309
android:
authorities
="mms_temp_file"
Completed in 2232 milliseconds
1
2
3
4
5
6
7