Searched defs:stringType (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DContactsSyncAdapter.java1082 String contentItemType, int type, String stringType) {
1092 if (stringType != null) {
1093 if (cv.getAsString(GroupMembership.GROUP_ROW_ID).equals(stringType)) {
1170 * @param stringType for groups, the name of the group (type will be ignored), or null
1174 String stringType) {
1179 findTypedData(entity.getSubValues(), mimeType, type, stringType);
1081 findTypedData(ArrayList<NamedContentValues> list, String contentItemType, int type, String stringType) argument
1173 createBuilder(Entity entity, String mimeType, int type, String stringType) argument

Completed in 47 milliseconds