Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bba7d609 authored by Koushik Dutta's avatar Koushik Dutta
Browse files

Fix checkapi

Change-Id: I231b2dbdb0ab2c59bf8f0ba96e9f0da1303b8c7e
parent 7c61089b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -66,9 +66,15 @@ public final class DisplayManager {
    public static final String EXTRA_WIFI_DISPLAY_STATUS =
            "android.hardware.display.extra.WIFI_DISPLAY_STATUS";

    /**
     * @hide
     */
    public static final String ACTION_REMOTE_DISPLAY_STATUS_CHANGED =
            "android.hardware.display.action.REMOTE_DISPLAY_STATUS_CHANGED";

    /**
     * @hide
     */
    public static final String EXTRA_REMOTE_DISPLAY_STATUS =
            "android.hardware.display.extra.REMOTE_DISPLAY_STATUS";

+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ package android.hardware.display;

import android.view.Surface;

/**
 * @hide
 */
interface IDisplayDevice {
    Surface createDisplaySurface();
    oneway void stop();
+3 −0
Original line number Diff line number Diff line
@@ -19,6 +19,9 @@ package android.hardware.display;
import android.hardware.display.WifiDisplayStatus;
import android.hardware.display.IDisplayDevice;

/**
 * @hide
 */
interface IRemoteDisplayAdapter {
    // No permissions required.
    oneway void scanRemoteDisplays();