HomeSort by relevance Sort by last modified time
    Searched full:provider (Results 276 - 300 of 5016) sorted by null

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20100529-0735.jar 
  /external/lldb/examples/summaries/cocoa/
NSData.py 8 # example summary provider for NSData
116 provider = GetSummary_Impl(valobj);
117 logger >> "found a summary provider, it is: " + str(provider)
118 if provider != None:
120 summary = provider.length();
139 provider = GetSummary_Impl(valobj);
140 logger >> "found a summary provider, it is: " + str(provider)
141 if provider != None
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
grant-uri-permission-element.jd 13 <dd><code><a href="{@docRoot}guide/topics/manifest/provider-element.html">&lt;provider&gt;</a></code></dd>
16 <dd itemprop="description">Specifies which data subsets of the parent content provider permission
19 content provider.)
20 Granting permission is a way of enabling clients of the provider that don't
25 If a content provider's <code><a href="{@docRoot}guide/topics/manifest/provider-element.html#gprmns">grantUriPermissions</a></code>
27 the provider's purview. However, if that attribute is "{@code false}", permission
29 A provider can contain any number of {@code &lt;grant-uri-permission&gt;} elements.
36 <code><a href="{@docRoot}guide/topics/manifest/provider-element.html#gprmsn">grantUriPermissions</a></code> attribute
    [all...]
provider-element.jd 1 page.title=&lt;provider&gt;
10 &lt;provider android:<a href="#auth">authorities</a>="<i>list</i>"
25 &lt;/provider&gt;</pre>
40 Declares a content provider component. A content provider is a subclass of
43 {@code &lt;provider&gt;} element in the manifest file; otherwise, the system is unaware of them
51 string, part of the provider's <b>content URI</b>. For example, suppose you want to
52 access a content provider that stores information about health care professionals. To do
55 arguments takes a URI that identifies the provider:
62 an Android content provider. The authority
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrinterRegistry.java 71 FusedPrintersProvider provider = getPrinterProvider(); local
72 if (provider != null) {
78 FusedPrintersProvider provider = getPrinterProvider(); local
79 if (provider != null) {
80 provider.forgetFavoritePrinter(printerId);
85 FusedPrintersProvider provider = getPrinterProvider(); local
86 if (provider != null) {
87 return provider.isFavoritePrinter(printerId);
93 FusedPrintersProvider provider = getPrinterProvider(); local
94 if (provider != null)
100 FusedPrintersProvider provider = getPrinterProvider(); local
    [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/
KeyGeneratorTest.java 19 import java.security.Provider;
39 Provider[] providers = Security.getProviders();
40 for (Provider provider : providers) {
41 Set<Provider.Service> services = provider.getServices();
42 for (Provider.Service service : services) {
52 if ("AndroidKeyStore".equals(provider.getName())) {
63 // KeyGenerator.getInstance(String, Provider)
64 KeyGenerator kg2 = KeyGenerator.getInstance(algorithm, provider);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20130604-1622.jar 
  /frameworks/base/docs/html/guide/topics/providers/
document-provider.jd 30 <li><a href="#custom">Writing a Custom Document Provider</a>
42 <li>{@link android.provider.DocumentsProvider}</li>
43 <li>{@link android.provider.DocumentsContract}</li>
50 DevBytes: Android 4.4 Storage Access Framework: Provider</a></li>
60 Storage Provider</a></li>
68 <a href="{@docRoot}guide/topics/providers/content-provider-basics.html">
69 Content Provider Basics
84 {@link android.provider.DocumentsProvider} that encapsulates their services. Client
85 apps that need access to a provider's documents can integrate with the SAF with just a few
91 <li><strong>Document provider</strong>&mdash;A content provider that allows
    [all...]
  /frameworks/base/docs/html/guide/topics/search/
adding-recent-query-suggestions.jd 11 <li><a href="#RecentQueryContentProvider">Creating a Content Provider</a></li>
20 <li>{@link android.provider.SearchRecentSuggestions}</li>
62 <li>Create a content provider that extends {@link
64 <li>Modify the searchable configuration with information about the content provider that
66 <li>Save queries to your content provider each time a search is executed.</li>
78 query to the content provider that contains your suggestions.</li>
79 <li>Your content provider returns a {@link android.database.Cursor} that points to all
98 you extend for your content provider automatically does the work described above, so there's
103 <h2 id="RecentQueryContentProvider">Creating a Content Provider</h2>
105 <p>The content provider that you need for recent query suggestions must be an implementatio
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
android.provider.Settings.html 10 android.provider.Settings
74 Class android.provider.<A HREF="../../../../reference/android/provider/Settings.html" target="_top"><font size="+2"><code>Settings</code></font></A>
86 <A NAME="android.provider.Settings.canDrawOverlays_added(android.content.Context)"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.html#canDrawOverlays(android.content.Context)" target="_top"><code>canDrawOverlays</code></A>(<code>Context</code>)</nobr>
102 <A NAME="android.provider.Settings.ACTION_IGNORE_BATTERY_OPTIMIZATION_SETTINGS"></A>
103 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.html#ACTION_IGNORE_BATTERY_OPTIMIZATION_SETTINGS" target="_top"><code>ACTION_IGNORE_BATTERY_OPTIMIZATION_SETTINGS</code></A></nobr>
109 <A NAME="android.provider.Settings.ACTION_MANAGE_OVERLAY_PERMISSION"></A>
110 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.html#ACTION_MANAGE_OVERLAY_PERMISSION" target="_top"><code>ACTION_MANAGE_OVERLAY_PERMISSION</code></A></nobr>
116 <A NAME="android.provider.Settings.ACTION_MANAGE_WRITE_SETTINGS"></A
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLContext1Test.java 26 import java.security.Provider;
56 private static Provider defaultProvider = null;
108 assertEquals("Incorrect provider", defaultProvider,
126 assertNull("Incorrect provider", sslContext.getProvider());
224 fail("NoSuchAlgorithmException was not thrown as expected for provider: "
232 * Test for <code>getInstance(String protocol, String provider)</code>
233 * method Assertion: throws IllegalArgumentException when provider is null
242 String provider = null; local
245 SSLContext.getInstance(defaultProtocol, provider);
246 fail("IllegalArgumentException must be thrown when provider is null")
337 Provider provider = null; local
    [all...]
  /external/lldb/source/DataFormatters/
FormatManager.cpp 610 lldb::TypeSummaryImplSP std_string_summary_sp(new CXXFunctionSummaryFormat(stl_summary_flags, lldb_private::formatters::LibcxxStringSummaryProvider, "std::string summary provider"));
611 lldb::TypeSummaryImplSP std_wstring_summary_sp(new CXXFunctionSummaryFormat(stl_summary_flags, lldb_private::formatters::LibcxxWStringSummaryProvider, "std::wstring summary provider"));
645 AddCXXSummary(libcxx_category_sp, lldb_private::formatters::LibcxxContainerSummaryProvider, "libc++ std::vector summary provider", ConstString("^std::__1::vector<.+>(( )?&)?$"), stl_summary_flags, true);
646 AddCXXSummary(libcxx_category_sp, lldb_private::formatters::LibcxxContainerSummaryProvider, "libc++ std::list summary provider", ConstString("^std::__1::list<.+>(( )?&)?$"), stl_summary_flags, true);
647 AddCXXSummary(libcxx_category_sp, lldb_private::formatters::LibcxxContainerSummaryProvider, "libc++ std::map summary provider", ConstString("^std::__1::map<.+>(( )?&)?$"), stl_summary_flags, true);
648 AddCXXSummary(libcxx_category_sp, lldb_private::formatters::LibcxxContainerSummaryProvider, "libc++ std::deque summary provider", ConstString("^std::__1::deque<.+>(( )?&)?$"), stl_summary_flags, true);
649 AddCXXSummary(libcxx_category_sp, lldb_private::formatters::LibcxxContainerSummaryProvider, "libc++ std::vector<bool> summary provider", ConstString("std::__1::vector<std::__1::allocator<bool> >"), stl_summary_flags);
650 AddCXXSummary(libcxx_category_sp, lldb_private::formatters::LibcxxContainerSummaryProvider, "libc++ std::set summary provider", ConstString("^std::__1::set<.+>(( )?&)?$"), stl_summary_flags, true);
651 AddCXXSummary(libcxx_category_sp, lldb_private::formatters::LibcxxContainerSummaryProvider, "libc++ std::multiset summary provider", ConstString("^std::__1::multiset<.+>(( )?&)?$"), stl_summary_flags, true);
652 AddCXXSummary(libcxx_category_sp, lldb_private::formatters::LibcxxContainerSummaryProvider, "libc++ std::multimap summary provider", ConstString("^std::__1::multimap<.+>(( )?&)?$"), stl_summary_flags, true)
    [all...]
  /cts/hostsidetests/devicepolicy/app/WidgetProvider/res/xml/
simple_widget_provider_info.xml 15 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
20 </appwidget-provider
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_CommonDataKinds_EventTest.java 17 package android.provider.cts;
19 import android.provider.ContactsContract.CommonDataKinds.Event;
PhotoUtil.java 17 package android.provider.cts;
19 import com.android.cts.provider.R;
Settings_SettingNotFoundExceptionTest.java 17 package android.provider.cts;
20 import android.provider.Settings.SettingNotFoundException;
TestSearchRecentSuggestionsProvider.java 17 package android.provider.cts;
22 final static String AUTHORITY = "android.provider.cts.TestSRSProvider";
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
_index.html 11 <dt><a href="SampleMediaRouteProvider.html">Media Route Provider</a></dt>
15 <dt><a href="SampleMediaRouteProviderService.html">Media Route Provider Service</a></dt>
  /external/glide/library/src/main/java/com/bumptech/glide/provider/
EmptyDataLoadProvider.java 1 package com.bumptech.glide.provider;
10 * A {@link com.bumptech.glide.provider.DataLoadProvider} that returns {@code null} for every class.
  /external/jsilver/src/com/google/clearsilver/jsilver/output/
OutputBufferProvider.java 20 * Simple Provider interface for the output buffer.
30 * Tells the provider that this buffer is free to be reused.
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
MediaStoreTest.java 7 import static android.provider.MediaStore.Images;
8 import static android.provider.MediaStore.Video;
  /frameworks/base/core/java/android/database/
package.html 3 Contains classes to explore data returned through a content provider.
7 android.database.Cursor} object returned from a content provider query. Databases
  /frameworks/base/docs/html/training/contacts-provider/
modify-data.jd 17 <a href="{@docRoot}guide/topics/providers/content-provider-basics.html">
18 Content Provider Basics
22 <a href="{@docRoot}guide/topics/providers/contacts-provider.html">
23 Contacts Provider
44 modify a contact's data. Instead of accessing the Contacts Provider directly, an
52 way of modifying the Contacts Provider, for the following reasons:
58 Contacts Provider's rules.
62 to write to the Contacts Provider, because it delegates modifications to the contacts app,
75 Provider's {@link android.provider.ContactsContract.RawContacts} table. If necessary
    [all...]
  /frameworks/base/location/java/android/location/
IFusedProvider.aidl 27 * Provides access to a FusedLocationHardware instance needed for the provider to work.
29 * @param instance The FusedLocationHardware available for the provider to use.

Completed in 2903 milliseconds

<<11121314151617181920>>