Merge "Hide flag SHOW_WITH_INSECURE_KEYGUARD" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c66b6ff997
@@ -15751,7 +15751,6 @@ package android.hardware.display {
|
||||
method public void unregisterDisplayListener(android.hardware.display.DisplayManager.DisplayListener);
|
||||
field public static final java.lang.String DISPLAY_CATEGORY_PRESENTATION = "android.hardware.display.category.PRESENTATION";
|
||||
field public static final int VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR = 16; // 0x10
|
||||
field public static final int VIRTUAL_DISPLAY_FLAG_CAN_SHOW_WITH_INSECURE_KEYGUARD = 32; // 0x20
|
||||
field public static final int VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY = 8; // 0x8
|
||||
field public static final int VIRTUAL_DISPLAY_FLAG_PRESENTATION = 2; // 0x2
|
||||
field public static final int VIRTUAL_DISPLAY_FLAG_PUBLIC = 1; // 0x1
|
||||
@@ -43884,7 +43883,6 @@ package android.view {
|
||||
method public boolean isValid();
|
||||
method public boolean isWideColorGamut();
|
||||
field public static final int DEFAULT_DISPLAY = 0; // 0x0
|
||||
field public static final int FLAG_CAN_SHOW_WITH_INSECURE_KEYGUARD = 32; // 0x20
|
||||
field public static final int FLAG_PRESENTATION = 8; // 0x8
|
||||
field public static final int FLAG_PRIVATE = 4; // 0x4
|
||||
field public static final int FLAG_ROUND = 16; // 0x10
|
||||
|
||||
@@ -16537,7 +16537,6 @@ package android.hardware.display {
|
||||
method public void unregisterDisplayListener(android.hardware.display.DisplayManager.DisplayListener);
|
||||
field public static final java.lang.String DISPLAY_CATEGORY_PRESENTATION = "android.hardware.display.category.PRESENTATION";
|
||||
field public static final int VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR = 16; // 0x10
|
||||
field public static final int VIRTUAL_DISPLAY_FLAG_CAN_SHOW_WITH_INSECURE_KEYGUARD = 32; // 0x20
|
||||
field public static final int VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY = 8; // 0x8
|
||||
field public static final int VIRTUAL_DISPLAY_FLAG_PRESENTATION = 2; // 0x2
|
||||
field public static final int VIRTUAL_DISPLAY_FLAG_PUBLIC = 1; // 0x1
|
||||
@@ -47450,7 +47449,6 @@ package android.view {
|
||||
method public boolean isValid();
|
||||
method public boolean isWideColorGamut();
|
||||
field public static final int DEFAULT_DISPLAY = 0; // 0x0
|
||||
field public static final int FLAG_CAN_SHOW_WITH_INSECURE_KEYGUARD = 32; // 0x20
|
||||
field public static final int FLAG_PRESENTATION = 8; // 0x8
|
||||
field public static final int FLAG_PRIVATE = 4; // 0x4
|
||||
field public static final int FLAG_ROUND = 16; // 0x10
|
||||
|
||||
@@ -15800,7 +15800,6 @@ package android.hardware.display {
|
||||
method public void unregisterDisplayListener(android.hardware.display.DisplayManager.DisplayListener);
|
||||
field public static final java.lang.String DISPLAY_CATEGORY_PRESENTATION = "android.hardware.display.category.PRESENTATION";
|
||||
field public static final int VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR = 16; // 0x10
|
||||
field public static final int VIRTUAL_DISPLAY_FLAG_CAN_SHOW_WITH_INSECURE_KEYGUARD = 32; // 0x20
|
||||
field public static final int VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY = 8; // 0x8
|
||||
field public static final int VIRTUAL_DISPLAY_FLAG_PRESENTATION = 2; // 0x2
|
||||
field public static final int VIRTUAL_DISPLAY_FLAG_PUBLIC = 1; // 0x1
|
||||
@@ -44247,7 +44246,6 @@ package android.view {
|
||||
method public boolean isValid();
|
||||
method public boolean isWideColorGamut();
|
||||
field public static final int DEFAULT_DISPLAY = 0; // 0x0
|
||||
field public static final int FLAG_CAN_SHOW_WITH_INSECURE_KEYGUARD = 32; // 0x20
|
||||
field public static final int FLAG_PRESENTATION = 8; // 0x8
|
||||
field public static final int FLAG_PRIVATE = 4; // 0x4
|
||||
field public static final int FLAG_ROUND = 16; // 0x10
|
||||
|
||||
@@ -247,6 +247,7 @@ public final class DisplayManager {
|
||||
* </p>
|
||||
*
|
||||
* @see #createVirtualDisplay
|
||||
* @hide
|
||||
*/
|
||||
public static final int VIRTUAL_DISPLAY_FLAG_CAN_SHOW_WITH_INSECURE_KEYGUARD = 1 << 5;
|
||||
|
||||
|
||||
@@ -205,6 +205,7 @@ public final class Display {
|
||||
* </p>
|
||||
*
|
||||
* @see #getFlags
|
||||
* @hide
|
||||
*/
|
||||
public static final int FLAG_CAN_SHOW_WITH_INSECURE_KEYGUARD = 1 << 5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user