OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:providers
(Results
226 - 250
of
1596
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/training/location-aware/res/values/
strings.xml
27
<string name="use_both_providers">Both
providers
</string>
/device/sample/overlays/location/frameworks/base/core/res/res/values/
config.xml
29
verify location
providers
are allowed to be loaded.
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java
79
Provider[]
providers
= Security.getProviders("Signature.DSA");
local
81
for (int i = 0; i <
providers
.length; i++) {
82
Signature.getInstance("DSA",
providers
[i].getName());
234
// Enfore that
providers
information has been loaded.
/external/guice/core/src/com/google/inject/internal/
Lookups.java
25
* Accessors for
providers
and members injectors. The returned values will not be functional until
/external/guice/core/src/com/google/inject/spi/
HasDependencies.java
23
*
providers
} and instances that expose their dependencies explicitly.
/external/guice/extensions/persist/src/com/google/inject/persist/
PersistModule.java
28
*
providers
.
/external/testng/src/test/java/test/inject/
InjectDataProviderTest.java
12
* Test that injection works for data
providers
.
/frameworks/base/core/java/android/content/
package.html
21
about its activities, permissions, services, signatures, and
providers
. The most important class for
/frameworks/base/core/java/android/provider/
OpenableColumns.java
23
* These are standard columns for openable URIs.
Providers
that serve openable
/frameworks/base/core/res/res/raw-en-rGB/
incognito_mode_start_page.html
13
<li>Internet service
providers
or employers that track the pages that you visit</li>
/frameworks/base/core/res/res/raw-en-rGB-xlarge/
incognito_mode_start_page.html
13
<li>Internet service
providers
or employers that track the pages that you visit</li>
/frameworks/base/location/java/android/location/
IGeocodeProvider.aidl
23
* An interface for location
providers
implementing the Geocoder services.
/frameworks/base/location/java/com/android/internal/location/
ILocationProvider.aidl
28
* Binder interface for services that implement location
providers
.
/frameworks/base/services/core/java/com/android/server/location/
LocationProviderInterface.java
30
* Location Manager's interface for location
providers
.
/libcore/luni/src/test/java/libcore/java/nio/charset/
SettableCharsetProvider.java
26
* charset-
providers
, this class allows tests to plug in a delegate that lives for the
/packages/apps/ContactsCommon/res/values-en-rAU-sw600dp/
strings.xml
21
<string name="composer_has_no_exportable_contact" msgid="441543908614399381">"There are no exportable contacts. If you do have contacts on your tablet, some data
providers
may not allow the contacts to be exported from the tablet."</string>
/packages/apps/ContactsCommon/res/values-en-rGB-sw600dp/
strings.xml
21
<string name="composer_has_no_exportable_contact" msgid="441543908614399381">"There are no exportable contacts. If you do have contacts on your tablet, some data
providers
may not allow the contacts to be exported from the tablet."</string>
/packages/apps/ContactsCommon/res/values-en-rIN-sw600dp/
strings.xml
21
<string name="composer_has_no_exportable_contact" msgid="441543908614399381">"There are no exportable contacts. If you do have contacts on your tablet, some data
providers
may not allow the contacts to be exported from the tablet."</string>
/packages/apps/Email/provider_src/com/android/email/
EmailIntentService.java
21
import com.android.mail.
providers
.UIProvider;
/packages/apps/Email/src/com/android/email2/ui/
MailActivityEmail.java
37
import com.android.mail.
providers
.Folder;
38
import com.android.mail.
providers
.UIProvider;
111
com.android.mail.
providers
.Account account = null;
114
account = com.android.mail.
providers
.Account.builder().buildFrom(accountCursor);
/packages/apps/Email/src/com/android/mail/providers/
EmailAccountCacheProvider.java
17
package com.android.mail.
providers
;
/packages/apps/Messaging/tools/
mmssql
43
adb shell su -c sqlite3 $opts data/data/com.android.
providers
.telephony/databases/mmssms.db "$1"
/packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
NaughtySuggestionProvider.java
26
* Base class for 'naughty' suggestion
providers
.
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
InlineAttachmentViewIntentBuilderCreator.java
20
import com.android.mail.
providers
.Account;
SubjectAndFolderView.java
36
import com.android.mail.
providers
.Account;
37
import com.android.mail.
providers
.Conversation;
38
import com.android.mail.
providers
.Folder;
39
import com.android.mail.
providers
.Settings;
Completed in 473 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>