Searched refs:RESULT_CODE_FALSE (Results 1 – 5 of 5) 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()
33 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;1193 result.send(enabled ? RESULT_CODE_TRUE : RESULT_CODE_FALSE, /* resultData= */null); in isContentCaptureFeatureEnabled()
252 public static final int RESULT_CODE_FALSE = 2; field in ContentCaptureManager909 case RESULT_CODE_FALSE: in isContentCaptureFeatureEnabled()
33 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;196 final boolean disabled = (resultCode == RESULT_CODE_FALSE); in send()
33 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_FALSE;211 final boolean disabled = (resultCode == RESULT_CODE_FALSE); in send()