Home
last modified time | relevance | path

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

/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/service/
DRuntimePermissionPresenterServiceImpl.java90 boolean shouldShow = false; in onGetAppsUsingPermissions()
95 shouldShow = true; in onGetAppsUsingPermissions()
99 if (shouldShow) { in onGetAppsUsingPermissions()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
DPermissionStatusReceiver.java241 boolean shouldShow = false; in getAppsWithRuntimePermissions()
244 shouldShow = true; in getAppsWithRuntimePermissions()
248 if (shouldShow) { in getAppsWithRuntimePermissions()
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardAdapter.java157 boolean shouldShow = mConditions.get(i).shouldShow(); in recountItems()
158 hasConditions |= shouldShow; in recountItems()
159 countItem(mConditions.get(i), R.layout.condition_card, shouldShow, NS_CONDITION); in recountItems() local
DDashboardSummary.java120 if (c.shouldShow()) { in onStart()
141 if (c.shouldShow()) { in onStop()
/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/Settings/src/com/android/settings/dashboard/conditional/
DCondition.java112 public boolean shouldShow() { in shouldShow() method in Condition
DConditionManager.java200 if (mConditions.get(i).shouldShow()) { in getVisibleConditions()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java1028 public boolean shouldShow() { in shouldShow() method in ExpandingEntryCardView
DQuickContactActivity.java2592 if (mAboutCard.shouldShow()) { in bindRecentData()