OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COLUMN_PHONE_TYPE
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
List7.java
50
private static final int
COLUMN_PHONE_TYPE
= 1;
83
int type = c.getInt(
COLUMN_PHONE_TYPE
);
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java
359
final int type = c.getInt(DataQuery.
COLUMN_PHONE_TYPE
);
490
final int type = c.getInt(DataQuery.
COLUMN_PHONE_TYPE
);
670
public static final int
COLUMN_PHONE_TYPE
= COLUMN_DATA2;
[
all
...]
Completed in 261 milliseconds