Home
last modified time | relevance | path

Searched defs:shouldShow (Results 1 – 2 of 2) 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()
787 setMenuItemPresent(menu.findItem(itemId), shouldShow); in setMenuItemPresent() local
794 public static void setMenuItemPresent(MenuItem item, boolean shouldShow) { in setMenuItemPresent()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java899 public boolean shouldShow() { in shouldShow() method in ExpandingEntryCardView