Searched refs:shouldAllowRevoke (Results 1 – 2 of 2) sorted by relevance
277 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() argument361 if (!shouldAllowRevoke) { in getPrimaryActionButtonLabel()
111 fun shouldAllowRevoke(usage: PermissionGroupUsage): Boolean { in shouldAllowRevoke() method