Home
last modified time | relevance | path

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

/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureServerSession.java19 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;
126 mSessionStateReceiver.send(enabled ? RESULT_CODE_TRUE : RESULT_CODE_FALSE, extras); in setContentCaptureEnabledLocked()
DContentCaptureManagerService.java22 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;
613 result.send(enabled ? RESULT_CODE_TRUE : RESULT_CODE_FALSE, /* resultData= */null); in isContentCaptureFeatureEnabled()
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureManager.java159 public static final int RESULT_CODE_FALSE = 2; field in ContentCaptureManager
547 case RESULT_CODE_FALSE: in isContentCaptureFeatureEnabled()
DMainContentCaptureSession.java31 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;
168 final boolean disabled = (resultCode == RESULT_CODE_FALSE); in MainContentCaptureSession()