Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterQsFragment.java277 boolean shouldAllowRevoke = mViewModel.shouldAllowRevoke(usage); in configurePrimaryActionButton()
287 shouldAllowRevoke, in configurePrimaryActionButton()
294 if (shouldAllowRevoke && manageServiceIntent == null) { in configurePrimaryActionButton()
357 boolean canHandleIntent, boolean shouldAllowRevoke, String permissionGroupName) { in getPrimaryActionButtonLabel() argument
361 if (!shouldAllowRevoke) { in getPrimaryActionButtonLabel()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/model/
DSafetyCenterQsViewModel.kt111 fun shouldAllowRevoke(usage: PermissionGroupUsage): Boolean { in shouldAllowRevoke() method