HomeSort by relevance Sort by last modified time
    Searched full:authorities (Results 26 - 50 of 156) sorted by null

12 3 4 5 6 7

  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestTrustManager.java 102 * Returns the list of certificate issuer authorities which are trusted for
105 * @return the list of certificate issuer authorities which are trusted for
  /packages/apps/Settings/src/com/android/settings/
AccountPreference.java 46 ArrayList<String> authorities, boolean showTypeIcon) {
49 mAuthorities = authorities;
  /development/samples/XmlAdapters/
AndroidManifest.xml 50 <provider android:name="XmlDocumentProvider" android:authorities="xmldocument" />
  /frameworks/base/core/tests/coretests/apks/install_complete_package_info/
AndroidManifest.xml 48 android:authorities="com.android.frameworks.coretests.testprovider" />
  /libcore/luni/src/main/java/javax/net/ssl/
TrustManagerFactorySpi.java 38 * of certificate authorities and trust material.
  /packages/apps/HTMLViewer/
AndroidManifest.xml 42 android:authorities="com.android.htmlfileprovider"
  /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" />
  /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
  /packages/apps/Settings/src/com/android/settings/accounts/
AddAccountSettings.java 141 final String[] authorities = local
146 if (authorities != null) {
147 intent.putExtra(AccountPreferenceBase.AUTHORITIES_FILTER_KEY, authorities);
ManageAccountsSettings.java 200 // For all available sync authorities, sync those that are enabled for the account
247 final ArrayList<String> authorities = accountPref.getAuthorities(); local
249 if (authorities != null) {
250 for (String authority : 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.
PKIXBuilderParameters.java 31 * The parameters must be created with <i>trusted</i> certificate authorities
  /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/training/threadsample/
AndroidManifest.xml 63 android:authorities="@string/authority"/>
  /frameworks/base/test-runner/src/android/test/
SyncBaseInstrumentation.java 77 ContentResolver.cancelSync(null /* all accounts */, null /* all authorities */);
  /frameworks/base/tests/ActivityTests/
AndroidManifest.xml 44 android:authorities="com.google.android.test.activity.single_user"
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryPackConstants.java 28 * The root domain for the dictionary pack, upon which authorities and actions will append
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/isismtt/
ISISMTTObjectIdentifiers.java 119 * Base ObjectIdentifier for naming authorities
126 * accrediting authorities enforce that SigG-conforming OCSP servers include
  /external/jmdns/src/javax/jmdns/impl/
DNSMessage.java 157 * @return list of authorities
164 * @return number of authorities in the message
  /packages/apps/QuickSearchBox/
AndroidManifest.xml 77 android:authorities="com.android.quicksearchbox.shortcuts"
134 android:authorities="com.android.quicksearchbox.google"
  /development/samples/MySampleRss/
AndroidManifest.xml 61 <provider android:name="RssContentProvider" android:authorities="my_rss_item" android:multiprocess="true" />
  /docs/source.android.com/src/devices/tech/security/
enhancements42.jd 28 This protects against possible compromise of Certificate Authorities.</li>
  /packages/providers/MediaProvider/
AndroidManifest.xml 19 <provider android:name="MediaProvider" android:authorities="media"

Completed in 1088 milliseconds

12 3 4 5 6 7