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

Commit 27f54951 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix missing current.txt update." into main

parents 19543611 65fac79e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,7 +30,9 @@ package com.android.server.display.config.layout {
  public class Layout {
    ctor public Layout();
    method public java.util.List<com.android.server.display.config.layout.Display> getDisplay();
    method public String getName();
    method public java.math.BigInteger getState();
    method public void setName(String);
    method public void setState(java.math.BigInteger);
  }