Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DUtils.java786 public static void setMenuItemPresent(Menu menu, int itemId, boolean shouldShow) { in setMenuItemPresent() argument
787 setMenuItemPresent(menu.findItem(itemId), shouldShow); in setMenuItemPresent() local
794 public static void setMenuItemPresent(MenuItem item, boolean shouldShow) { in setMenuItemPresent() argument
798 item.setVisible(shouldShow); in setMenuItemPresent()
799 item.setEnabled(shouldShow); in setMenuItemPresent()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java1028 public boolean shouldShow() { in shouldShow() method in ExpandingEntryCardView
DQuickContactActivity.java2223 if (mAboutCard.shouldShow()) { in bindRecentData()