Home
last modified time | relevance | path

Searched refs:MAX_DATA_COLUMN (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
DVCardConstants.java181 public static final int MAX_DATA_COLUMN = 15; field in VCardConstants
DVCardEntry.java1455 final int max = (list.size() < VCardConstants.MAX_DATA_COLUMN + 1) ? list.size() in constructAndroidCustomData()
1456 : VCardConstants.MAX_DATA_COLUMN + 1; in constructAndroidCustomData()
DVCardBuilder.java1830 for (int i = 1; i <= VCardConstants.MAX_DATA_COLUMN; i++) { in appendAndroidSpecificProperty()