Searched refs:RESULT_CODE_TRUE (Results 1 – 3 of 3) sorted by relevance
21 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_TRUE;126 mSessionStateReceiver.send(enabled ? RESULT_CODE_TRUE : RESULT_CODE_FALSE, extras); in setContentCaptureEnabledLocked()
26 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_TRUE;709 result.send(enabled ? RESULT_CODE_TRUE : RESULT_CODE_FALSE, /* resultData= */null); in isContentCaptureFeatureEnabled()
233 public static final int RESULT_CODE_TRUE = 1; field in ContentCaptureManager655 case RESULT_CODE_TRUE: in isContentCaptureFeatureEnabled()