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

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DVCardService.java134 private final Set<String> mReservedDestination = new HashSet<String>(); field in class:VCardService
237 if (!mReservedDestination.add(path)) {
296 if (!mReservedDestination.remove(path)) {
426 mReservedDestination.remove(path);
519 if (mReservedDestination.contains(path)) {

Completed in 33 milliseconds