Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DGroupMembershipView.java47 import com.android.contacts.util.UiClosables;
302 if (UiClosables.closeQuietly(mPopup)) { in onClick()
351 UiClosables.closeQuietly(mPopup); in onDetachedFromWindow()
431 UiClosables.closeQuietly(mPopup); in createNewGroup()
DPhotoActionPopup.java29 import com.android.contacts.util.UiClosables;
121 UiClosables.closeQuietly(listPopupWindow); in createPopupMenu()
DContactEditorBaseFragment.java46 import com.android.contacts.util.UiClosables;
660 UiClosables.closeQuietly(mAggregationSuggestionPopup); in onStop()
1582 UiClosables.closeQuietly(mAggregationSuggestionPopup); in onAggregationSuggestionChange()
1607 UiClosables.closeQuietly(mAggregationSuggestionPopup); in onAggregationSuggestionChange()
DContactEditorFragment.java51 import com.android.contacts.util.UiClosables;
411 UiClosables.closeQuietly(popup); in addAccountSwitcher()
DCompactRawContactsEditorView.java30 import com.android.contacts.util.UiClosables;
880 UiClosables.closeQuietly(popup); in addAccountSelector()
914 UiClosables.closeQuietly(popup); in addRawContactAccountSelector()
/packages/apps/Contacts/src/com/android/contacts/util/
DUiClosables.java24 public class UiClosables { class
/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java48 import com.android.contacts.util.UiClosables;
93 UiClosables.closeQuietly(mPopup); in destroy()