OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authorities
(Results
26 - 50
of
235
) sorted by null
1
2
3
4
5
6
7
8
9
10
/packages/providers/MediaProvider/
AndroidManifest.xml
19
<provider android:name="MediaProvider" android:
authorities
="media"
30
android:
authorities
="com.android.providers.media.documents"
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/
AndroidManifest.xml
21
android:
authorities
="com.android.cts.documentprovider"
/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/
AndroidManifest.xml
44
<provider android:name=".FeatureProvider" android:
authorities
="com.android.cts.splitapp.provider" />
/developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/Application/src/main/
AndroidManifest.xml
46
android:
authorities
="com.example.android.actionbarcompat.shareactionprovider"
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ShareActionProvider/Application/src/main/
AndroidManifest.xml
46
android:
authorities
="com.example.android.actionbarcompat.shareactionprovider"
/development/samples/XmlAdapters/
AndroidManifest.xml
50
<provider android:name="XmlDocumentProvider" android:
authorities
="xmldocument" />
/development/samples/browseable/ActionBarCompat-ShareActionProvider/
AndroidManifest.xml
46
android:
authorities
="com.example.android.actionbarcompat.shareactionprovider"
/external/chromium_org/net/ssl/
ssl_cert_request_info.h
51
// List of DER-encoded X.509 DistinguishedName of certificate
authorities
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
KeepAliveHttpsTransportSE.java
15
* certificate
authorities
somehow messing up connecting/needing reconnects. Added as generic class for SE since it
/frameworks/base/core/tests/coretests/apks/install_complete_package_info/
AndroidManifest.xml
48
android:
authorities
="com.android.frameworks.coretests.testprovider" />
/frameworks/support/tests/
AndroidManifest.xml
28
android:
authorities
="moocow"
/libcore/luni/src/main/java/javax/net/ssl/
TrustManagerFactorySpi.java
38
* of certificate
authorities
and trust material.
/packages/apps/QuickSearchBox/tests/
AndroidManifest.xml
28
android:
authorities
="com.android.quicksearchbox.tests.iconcrash" />
/packages/apps/QuickSearchBox/tests/partial/
AndroidManifest.xml
38
android:
authorities
="com.android.quicksearchbox.tests.partial" />
/packages/apps/UnifiedEmail/
AndroidManifest.xml
131
android:
authorities
="com.android.mail.accountcache"
139
android:
authorities
="com.android.mail.mockprovider"
147
android:
authorities
="com.android.mail.conversation.provider"
155
android:
authorities
="@string/eml_attachment_provider"
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
navigation1-expected-complation76.txt
4
?android:
authorities
/libcore/luni/src/main/java/java/security/cert/
PKIXParameters.java
35
* The parameters must be created with <i>trusted</i> certificate
authorities
72
* <i>trusted</i> certificate
authorities
.
130
* Returns a unmodifiable set of the <i>trusted</i> certificate
authorities
.
132
* @return a unmodifiable set of the <i>trusted</i> certificate
authorities
.
139
* Sets the set of <i>trusted</i> certificate
authorities
.
142
* the set of <i>trusted</i> certificate
authorities
.
/packages/apps/Settings/src/com/android/settings/accounts/
AddAccountSettings.java
153
final String[]
authorities
=
local
158
if (
authorities
!= null) {
159
intent.putExtra(AccountPreferenceBase.AUTHORITIES_FILTER_KEY,
authorities
);
/developers/build/prebuilts/gradle/StorageProvider/Application/src/main/
AndroidManifest.xml
57
android:
authorities
="com.example.android.storageprovider.documents"
/developers/samples/android/connectivity/nfc/BeamLargeFiles/Application/src/main/
AndroidManifest.xml
49
android:
authorities
="com.example.android.beamlargefiles.files"
/developers/samples/android/content/WidgetData/Application/src/main/
AndroidManifest.xml
47
android:
authorities
="com.example.android.widgetdata.provider" android:exported="true" />
/developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/
AndroidManifest.xml
57
android:
authorities
="com.example.android.storageprovider.documents"
/development/samples/SearchableDictionary/
AndroidManifest.xml
55
android:
authorities
="com.example.android.searchabledict.DictionaryProvider" />
/development/samples/WeatherListWidget/
AndroidManifest.xml
45
android:
authorities
="com.example.android.weatherlistwidget.provider" />
/development/samples/browseable/StorageProvider/
AndroidManifest.xml
57
android:
authorities
="com.example.android.storageprovider.documents"
Completed in 552 milliseconds
1
2
3
4
5
6
7
8
9
10