Loading api/system-current.txt +0 −3 Original line number Diff line number Diff line Loading @@ -12705,9 +12705,6 @@ package android.view.contentcapture { public final class ContentCaptureManager { method public boolean isContentCaptureFeatureEnabled(); } public abstract class ContentCaptureSession implements java.lang.AutoCloseable { field public static final int NO_SESSION_ID = 0; // 0x0 } core/java/android/service/contentcapture/ContentCaptureService.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.service.contentcapture; import static android.view.contentcapture.ContentCaptureHelper.sDebug; import static android.view.contentcapture.ContentCaptureHelper.sVerbose; import static android.view.contentcapture.ContentCaptureHelper.toList; import static android.view.contentcapture.ContentCaptureSession.NO_SESSION_ID; import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID; import static com.android.internal.util.function.pooled.PooledLambda.obtainMessage; Loading core/java/android/view/contentcapture/ContentCaptureContext.java +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ */ package android.view.contentcapture; import static android.view.contentcapture.ContentCaptureSession.NO_SESSION_ID; import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID; import android.annotation.IntDef; import android.annotation.NonNull; Loading core/java/android/view/contentcapture/ContentCaptureEvent.java +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ package android.view.contentcapture; import static android.view.contentcapture.ContentCaptureHelper.getSanitizedString; import static android.view.contentcapture.ContentCaptureSession.NO_SESSION_ID; import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID; import android.annotation.IntDef; import android.annotation.NonNull; Loading core/java/android/view/contentcapture/ContentCaptureManager.java +7 −0 Original line number Diff line number Diff line Loading @@ -234,6 +234,13 @@ public final class ContentCaptureManager { /** @hide */ public static final int RESULT_CODE_SECURITY_EXCEPTION = -1; /** * ID used to indicate that a session does not exist * @hide */ @SystemApi public static final int NO_SESSION_ID = 0; /** * Timeout for calls to system_server. */ Loading Loading
api/system-current.txt +0 −3 Original line number Diff line number Diff line Loading @@ -12705,9 +12705,6 @@ package android.view.contentcapture { public final class ContentCaptureManager { method public boolean isContentCaptureFeatureEnabled(); } public abstract class ContentCaptureSession implements java.lang.AutoCloseable { field public static final int NO_SESSION_ID = 0; // 0x0 }
core/java/android/service/contentcapture/ContentCaptureService.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.service.contentcapture; import static android.view.contentcapture.ContentCaptureHelper.sDebug; import static android.view.contentcapture.ContentCaptureHelper.sVerbose; import static android.view.contentcapture.ContentCaptureHelper.toList; import static android.view.contentcapture.ContentCaptureSession.NO_SESSION_ID; import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID; import static com.android.internal.util.function.pooled.PooledLambda.obtainMessage; Loading
core/java/android/view/contentcapture/ContentCaptureContext.java +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ */ package android.view.contentcapture; import static android.view.contentcapture.ContentCaptureSession.NO_SESSION_ID; import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID; import android.annotation.IntDef; import android.annotation.NonNull; Loading
core/java/android/view/contentcapture/ContentCaptureEvent.java +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ package android.view.contentcapture; import static android.view.contentcapture.ContentCaptureHelper.getSanitizedString; import static android.view.contentcapture.ContentCaptureSession.NO_SESSION_ID; import static android.view.contentcapture.ContentCaptureManager.NO_SESSION_ID; import android.annotation.IntDef; import android.annotation.NonNull; Loading
core/java/android/view/contentcapture/ContentCaptureManager.java +7 −0 Original line number Diff line number Diff line Loading @@ -234,6 +234,13 @@ public final class ContentCaptureManager { /** @hide */ public static final int RESULT_CODE_SECURITY_EXCEPTION = -1; /** * ID used to indicate that a session does not exist * @hide */ @SystemApi public static final int NO_SESSION_ID = 0; /** * Timeout for calls to system_server. */ Loading