Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/vcard/
DVCardService.java109 private final Set<String> mReservedDestination = new HashSet<String>(); field in VCardService
191 if (!mReservedDestination.add(path)) { in handleExportRequest()
253 if (!mReservedDestination.remove(path)) { in handleCancelRequest()
364 mReservedDestination.remove(path); in handleFinishExportNotification()