OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colType
(Results
1 - 2
of
2
) sorted by null
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java
53
int
colType
;
60
colType
= cursor.getColumnIndex(Phone.TYPE);
63
colType
= cursor.getColumnIndex(Email.TYPE);
66
colType
= cursor.getColumnIndex(StructuredPostal.TYPE);
69
colType
= cursor.getColumnIndex(Organization.TYPE);
75
final int type = cursor.getInt(
colType
);
/prebuilt/common/jython/
jython.jar
Completed in 26 milliseconds