OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RawContactsColumns
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/provider/
ContactsContract.java
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java
202
final String RAW_CONTACT_IS_LOCAL =
RawContactsColumns
.CONCRETE_ACCOUNT_NAME
203
+ " IS NULL AND " +
RawContactsColumns
.CONCRETE_ACCOUNT_TYPE + " IS NULL";
221
" WHERE " +
RawContactsColumns
.CONCRETE_ID + "=" + OUTER_RAW_CONTACTS_ID + "))" +
254
public interface
RawContactsColumns
{
570
" SET " +
RawContactsColumns
.CONTACT_IN_VISIBLE_GROUP + "=(CASE WHEN ("
573
" AND " +
RawContactsColumns
.CONTACT_IN_VISIBLE_GROUP + "!=("
579
" SET " +
RawContactsColumns
.CONTACT_IN_VISIBLE_GROUP + "=("
[
all
...]
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 2110 milliseconds