Home
last modified time | relevance | path

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

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