OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entValues
(Results
1 - 2
of
2
) sorted by null
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java
338
final ContentValues
entValues
= entity.getEntityValues();
339
final String accountType =
entValues
.getAsString(RawContacts.ACCOUNT_TYPE);
340
final long rawContactId =
entValues
.getAsLong(RawContacts._ID);
343
final boolean isRestricted =
entValues
.getAsInteger(RawContacts.IS_RESTRICTED) != 0;
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
543
final ContentValues
entValues
= entity.getEntityValues();
544
final String accountType =
entValues
.getAsString(RawContacts.ACCOUNT_TYPE);
545
final String dataSet =
entValues
.getAsString(RawContacts.DATA_SET);
546
final long rawContactId =
entValues
.getAsLong(RawContacts._ID);
[
all
...]
Completed in 2215 milliseconds