OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContactsSource
(Results
1 - 7
of
7
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ContactsSource.java
28
public class
ContactsSource
extends SearchableSource {
30
public
ContactsSource
(Context context, SearchableInfo searchable, Handler uiThread,
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java
19
import com.android.loaderapp.model.
ContactsSource
.DataKind;
48
* Singleton holder for all parsed {@link
ContactsSource
} available on the
58
private
ContactsSource
mFallbackSource = null;
60
private HashMap<String,
ContactsSource
> mSources = Maps.newHashMap();
112
public Sources(
ContactsSource
... sources) {
113
for (
ContactsSource
source : sources) {
118
protected void addSource(
ContactsSource
source) {
160
for (
ContactsSource
source : mSources.values()) {
170
for (
ContactsSource
source : mSources.values()) {
207
ContactsSource
source
[
all
...]
ExchangeSource.java
66
final DataKind kind = super.inflateStructuredName(context,
ContactsSource
.LEVEL_MIMETYPES);
68
if (inflateLevel >=
ContactsSource
.LEVEL_CONSTRAINTS) {
110
final DataKind kind = super.inflateNickname(context,
ContactsSource
.LEVEL_MIMETYPES);
112
if (inflateLevel >=
ContactsSource
.LEVEL_CONSTRAINTS) {
125
final DataKind kind = super.inflatePhone(context,
ContactsSource
.LEVEL_MIMETYPES);
127
if (inflateLevel >=
ContactsSource
.LEVEL_CONSTRAINTS) {
157
final DataKind kind = super.inflateEmail(context,
ContactsSource
.LEVEL_MIMETYPES);
159
if (inflateLevel >=
ContactsSource
.LEVEL_CONSTRAINTS) {
171
final DataKind kind = super.inflateStructuredPostal(context,
ContactsSource
.LEVEL_MIMETYPES);
173
if (inflateLevel >=
ContactsSource
.LEVEL_CONSTRAINTS)
[
all
...]
GoogleSource.java
84
final DataKind kind = super.inflatePhone(context,
ContactsSource
.LEVEL_MIMETYPES);
86
if (inflateLevel >=
ContactsSource
.LEVEL_CONSTRAINTS) {
108
final DataKind kind = super.inflateEmail(context,
ContactsSource
.LEVEL_MIMETYPES);
110
if (inflateLevel >=
ContactsSource
.LEVEL_CONSTRAINTS) {
FallbackSource.java
42
public class FallbackSource extends
ContactsSource
{
112
if (inflateLevel >=
ContactsSource
.LEVEL_CONSTRAINTS) {
166
if (inflateLevel >=
ContactsSource
.LEVEL_CONSTRAINTS) {
189
if (inflateLevel >=
ContactsSource
.LEVEL_CONSTRAINTS) {
232
if (inflateLevel >=
ContactsSource
.LEVEL_CONSTRAINTS) {
258
if (inflateLevel >=
ContactsSource
.LEVEL_CONSTRAINTS) {
317
if (inflateLevel >=
ContactsSource
.LEVEL_CONSTRAINTS) {
353
if (inflateLevel >=
ContactsSource
.LEVEL_CONSTRAINTS) {
377
if (inflateLevel >=
ContactsSource
.LEVEL_CONSTRAINTS) {
396
if (inflateLevel >=
ContactsSource
.LEVEL_CONSTRAINTS)
[
all
...]
ContactsSource.java
48
public abstract class
ContactsSource
{
93
* Ensure that this {@link
ContactsSource
} has been inflated to the
109
* Invalidate any cache for this {@link
ContactsSource
}, removing all
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java
23
import com.android.loaderapp.model.
ContactsSource
;
28
import com.android.loaderapp.model.
ContactsSource
.DataKind;
349
ContactsSource
contactsSource
= sources.getInflatedSource(accountType,
350
ContactsSource
.LEVEL_SUMMARY);
351
if (
contactsSource
!= null &&
contactsSource
.readOnly) {
368
context,
ContactsSource
.LEVEL_MIMETYPES);
412
imMime, context,
ContactsSource
.LEVEL_MIMETYPES);
Completed in 293 milliseconds