Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DVCardService.java124 private String mFileNameSuffix; field in VCardService
155 mFileNameSuffix = getString(R.string.config_export_file_suffix); in initExporterParams()
500 String.format(Locale.US, bodyFormat, mFileNamePrefix, 1, mFileNameSuffix); in getAppropriateDestination()
513 = String.format(Locale.US, bodyFormat, mFileNamePrefix, i, mFileNameSuffix); in getAppropriateDestination()