Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DVCardService.java135 private final Set<String> mReservedDestination = new HashSet<String>(); field in VCardService
238 if (!mReservedDestination.add(path)) { in handleExportRequest()
297 if (!mReservedDestination.remove(path)) { in handleCancelRequest()
427 mReservedDestination.remove(path); in handleFinishExportNotification()
522 if (mReservedDestination.contains(path)) { in getAppropriateDestination()