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.java357 Boolean shouldDisable = shouldDisableButtonBecauseOfUserRestriction("Force Stop", in updateForceStopButtonInner()
427 Boolean shouldDisable = shouldDisableButtonBecauseOfUserRestriction("Uninstall", in shouldDisableUninstallButton()
431 shouldDisable = shouldDisableButtonBecauseOfUserRestriction("Uninstall", in shouldDisableUninstallButton()
451 private Boolean shouldDisableButtonBecauseOfUserRestriction(String button, String restriction) { in shouldDisableButtonBecauseOfUserRestriction() method in ApplicationActionButtonsPreferenceController