Searched refs:RESULT_CODE_FALSE (Results 1 – 4 of 4) sorted by relevance
20 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;127 mSessionStateReceiver.send(enabled ? RESULT_CODE_TRUE : RESULT_CODE_FALSE, extras); in setContentCaptureEnabledLocked()
23 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;761 result.send(enabled ? RESULT_CODE_TRUE : RESULT_CODE_FALSE, /* resultData= */null); in isContentCaptureFeatureEnabled()
241 public static final int RESULT_CODE_FALSE = 2; field in ContentCaptureManager665 case RESULT_CODE_FALSE: in isContentCaptureFeatureEnabled()
33 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;181 final boolean disabled = (resultCode == RESULT_CODE_FALSE); in send()