Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DApplicationActionButtonsPreferenceController.java370 Boolean shouldDisable = shouldDisableButtonBecauseOfUserRestriction("Force Stop", in updateForceStopButtonInner()
435 Boolean shouldDisable = shouldDisableButtonBecauseOfUserRestriction("Uninstall", in shouldDisableUninstallButton()
439 shouldDisable = shouldDisableButtonBecauseOfUserRestriction("Uninstall", in shouldDisableUninstallButton()
459 private Boolean shouldDisableButtonBecauseOfUserRestriction(String button, String restriction) { in shouldDisableButtonBecauseOfUserRestriction() method in ApplicationActionButtonsPreferenceController