Loading api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -565,7 +565,7 @@ package android.app { } public class StatusBarManager { method public android.app.StatusBarManager.DisableInfo getDisableInfo(); method @NonNull public android.app.StatusBarManager.DisableInfo getDisableInfo(); method public void setDisabledForSetup(boolean); } Loading core/java/android/app/StatusBarManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package android.app; import android.annotation.IntDef; import android.annotation.NonNull; import android.annotation.Nullable; import android.annotation.SystemApi; import android.annotation.SystemService; Loading Loading @@ -387,6 +388,7 @@ public class StatusBarManager { * @hide */ @SystemApi @NonNull public DisableInfo getDisableInfo() { try { final int userId = Binder.getCallingUserHandle().getIdentifier(); Loading Loading
api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -565,7 +565,7 @@ package android.app { } public class StatusBarManager { method public android.app.StatusBarManager.DisableInfo getDisableInfo(); method @NonNull public android.app.StatusBarManager.DisableInfo getDisableInfo(); method public void setDisabledForSetup(boolean); } Loading
core/java/android/app/StatusBarManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package android.app; import android.annotation.IntDef; import android.annotation.NonNull; import android.annotation.Nullable; import android.annotation.SystemApi; import android.annotation.SystemService; Loading Loading @@ -387,6 +388,7 @@ public class StatusBarManager { * @hide */ @SystemApi @NonNull public DisableInfo getDisableInfo() { try { final int userId = Binder.getCallingUserHandle().getIdentifier(); Loading