Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureManager.java161 public static final int RESULT_CODE_SECURITY_EXCEPTION = -1; field in ContentCaptureManager
425 if (resultCode == RESULT_CODE_SECURITY_EXCEPTION) { in getServiceSettingsComponentName()
581 if (resultCode == RESULT_CODE_SECURITY_EXCEPTION) { in syncRun()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java24 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_SECURITY_EXCEPTION;
512 result.send(RESULT_CODE_SECURITY_EXCEPTION, bundleFor(e.getMessage())); in throwsSecurityException()