Home
last modified time | relevance | path

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

/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureServerSession.java20 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;
127 mSessionStateReceiver.send(enabled ? RESULT_CODE_TRUE : RESULT_CODE_FALSE, extras); in setContentCaptureEnabledLocked()
DContentCaptureManagerService.java33 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;
1193 result.send(enabled ? RESULT_CODE_TRUE : RESULT_CODE_FALSE, /* resultData= */null); in isContentCaptureFeatureEnabled()
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureManager.java252 public static final int RESULT_CODE_FALSE = 2; field in ContentCaptureManager
909 case RESULT_CODE_FALSE: in isContentCaptureFeatureEnabled()
DMainContentCaptureSession.java33 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;
196 final boolean disabled = (resultCode == RESULT_CODE_FALSE); in send()
DMainContentCaptureSessionV2.java33 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;
211 final boolean disabled = (resultCode == RESULT_CODE_FALSE); in send()