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