Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureServerSession.java21 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_TRUE;
127 mSessionStateReceiver.send(enabled ? RESULT_CODE_TRUE : RESULT_CODE_FALSE, extras); in setContentCaptureEnabledLocked()
H A DContentCaptureManagerService.java26 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_TRUE;
761 result.send(enabled ? RESULT_CODE_TRUE : RESULT_CODE_FALSE, /* resultData= */null); in isContentCaptureFeatureEnabled()
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureManager.java239 public static final int RESULT_CODE_TRUE = 1; field in ContentCaptureManager
663 case RESULT_CODE_TRUE: in isContentCaptureFeatureEnabled()