Searched refs:RESULT_CODE_FALSE (Results 1 – 4 of 4) sorted by relevance
19 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;126 mSessionStateReceiver.send(enabled ? RESULT_CODE_TRUE : RESULT_CODE_FALSE, extras); in setContentCaptureEnabledLocked()
22 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;613 result.send(enabled ? RESULT_CODE_TRUE : RESULT_CODE_FALSE, /* resultData= */null); in isContentCaptureFeatureEnabled()
159 public static final int RESULT_CODE_FALSE = 2; field in ContentCaptureManager547 case RESULT_CODE_FALSE: in isContentCaptureFeatureEnabled()
31 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;168 final boolean disabled = (resultCode == RESULT_CODE_FALSE); in MainContentCaptureSession()