Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureServerSession.java20 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;
127 mSessionStateReceiver.send(enabled ? RESULT_CODE_TRUE : RESULT_CODE_FALSE, extras); in setContentCaptureEnabledLocked()
H A DContentCaptureManagerService.java23 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;
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.java241 public static final int RESULT_CODE_FALSE = 2; field in ContentCaptureManager
665 case RESULT_CODE_FALSE: in isContentCaptureFeatureEnabled()
H A DMainContentCaptureSession.java33 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;
181 final boolean disabled = (resultCode == RESULT_CODE_FALSE); in send()