Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureManager.java243 public static final int RESULT_CODE_SECURITY_EXCEPTION = -1; field in ContentCaptureManager
524 if (resultCode == RESULT_CODE_SECURITY_EXCEPTION) { in getServiceSettingsComponentName()
732 if (resultCode == RESULT_CODE_SECURITY_EXCEPTION) { in syncRun()
/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerService.java25 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_SECURITY_EXCEPTION;
611 result.send(RESULT_CODE_SECURITY_EXCEPTION, bundleFor(e.getMessage())); in throwsSecurityException()