Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerService.java718 private boolean throwsSecurityException(@NonNull IResultReceiver result, in throwsSecurityException() method in ContentCaptureManagerService
991 if (throwsSecurityException(result, in isContentCaptureFeatureEnabled()
1008 if (throwsSecurityException(result, () -> enforceCallingPermissionForManagement())) { in getServiceSettingsActivity()
1029 if (throwsSecurityException(result, () -> assertCalledByPackageOwner(packageName))) { in getContentCaptureConditions()