Home
last modified time | relevance | path

Searched refs:RESULT_CODE_TRUE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureServerSession.java20 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_TRUE;
126 mSessionStateReceiver.send(enabled ? RESULT_CODE_TRUE : RESULT_CODE_FALSE, extras); in setContentCaptureEnabledLocked()
DContentCaptureManagerService.java25 import static android.view.contentcapture.ContentCaptureManager.RESULT_CODE_TRUE;
613 result.send(enabled ? RESULT_CODE_TRUE : RESULT_CODE_FALSE, /* resultData= */null); in isContentCaptureFeatureEnabled()
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureManager.java157 public static final int RESULT_CODE_TRUE = 1; field in ContentCaptureManager
545 case RESULT_CODE_TRUE: in isContentCaptureFeatureEnabled()