Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/restrictions/java/com/android/server/restrictions/
H A DRestrictionsManagerService.java102 ComponentName restrictionsProvider = in requestPermission() local
105 if (restrictionsProvider == null) { in requestPermission()
114 intent.setComponent(restrictionsProvider); in requestPermission()
135 ComponentName restrictionsProvider = in createLocalApprovalIntent() local
138 if (restrictionsProvider == null) { in createLocalApprovalIntent()
142 String providerPackageName = restrictionsProvider.getPackageName(); in createLocalApprovalIntent()