Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DGroupMembershipView.java47 import com.android.contacts.util.UiClosables;
289 if (UiClosables.closeQuietly(mPopup)) { in onClick()
338 UiClosables.closeQuietly(mPopup); in onDetachedFromWindow()
418 UiClosables.closeQuietly(mPopup); in createNewGroup()
DPhotoActionPopup.java29 import com.android.contacts.util.UiClosables;
121 UiClosables.closeQuietly(listPopupWindow); in createPopupMenu()
DContactEditorBaseFragment.java45 import com.android.contacts.util.UiClosables;
658 UiClosables.closeQuietly(mAggregationSuggestionPopup); in onStop()
1552 UiClosables.closeQuietly(mAggregationSuggestionPopup); in onAggregationSuggestionChange()
1577 UiClosables.closeQuietly(mAggregationSuggestionPopup); in onAggregationSuggestionChange()
DContactEditorFragment.java50 import com.android.contacts.util.UiClosables;
477 UiClosables.closeQuietly(popup); in addAccountSwitcher()
/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java48 import com.android.contacts.util.UiClosables;
93 UiClosables.closeQuietly(mPopup); in destroy()
/packages/apps/Contacts/src/com/android/contacts/util/
DUiClosables.java24 public class UiClosables { class