Searched refs:MAX_DATA_COLUMN (Results 1 – 3 of 3) sorted by relevance
181 public static final int MAX_DATA_COLUMN = 15; field in VCardConstants
1455 final int max = (list.size() < VCardConstants.MAX_DATA_COLUMN + 1) ? list.size() in constructAndroidCustomData()1456 : VCardConstants.MAX_DATA_COLUMN + 1; in constructAndroidCustomData()
1830 for (int i = 1; i <= VCardConstants.MAX_DATA_COLUMN; i++) { in appendAndroidSpecificProperty()