Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1752 final int maxNumForFirstLine = VCardConstants.MAX_CHARACTER_NUMS_BASE64_V30 in appendPhotoLine() local
1754 final int maxNumInGeneral = maxNumForFirstLine - VCARD_WS.length(); in appendPhotoLine()
1755 int maxNum = maxNumForFirstLine; in appendPhotoLine()