Loading api/current.txt +2 −2 Original line number Diff line number Diff line Loading @@ -28139,7 +28139,7 @@ package android.media.tv { method public android.media.tv.TvTrackInfo.Builder setAudioChannelCount(int); method public android.media.tv.TvTrackInfo.Builder setAudioSampleRate(int); method public android.media.tv.TvTrackInfo.Builder setDescription(CharSequence); method public android.media.tv.TvTrackInfo.Builder setEncrypted(boolean); method @NonNull public android.media.tv.TvTrackInfo.Builder setEncrypted(boolean); method public android.media.tv.TvTrackInfo.Builder setExtra(android.os.Bundle); method public android.media.tv.TvTrackInfo.Builder setLanguage(String); method public android.media.tv.TvTrackInfo.Builder setVideoActiveFormatDescription(byte); Loading Loading @@ -44004,7 +44004,7 @@ package android.telephony { public class CarrierConfigManager { method @Nullable public android.os.PersistableBundle getConfig(); method @Nullable public android.os.PersistableBundle getConfigByComponentForSubId(String, int); method @Nullable public android.os.PersistableBundle getConfigByComponentForSubId(@NonNull String, int); method @Nullable public android.os.PersistableBundle getConfigForSubId(int); method public static boolean isConfigForIdentifiedCarrier(android.os.PersistableBundle); method public void notifyConfigChangedForSubId(int); api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -1191,7 +1191,7 @@ package android.app.usage { public static final class UsageEvents.Event { method public int getInstanceId(); method public String getNotificationChannelId(); method @Nullable public String getNotificationChannelId(); method @Nullable public String getTaskRootClassName(); method @Nullable public String getTaskRootPackageName(); method public boolean isInstantApp(); Loading core/java/android/app/AppOpsManager.java +5 −4 Original line number Diff line number Diff line Loading @@ -3192,7 +3192,7 @@ public class AppOpsManager { } @Override public boolean equals(Object obj) { public boolean equals(@Nullable Object obj) { if (this == obj) { return true; } Loading Loading @@ -3223,6 +3223,7 @@ public class AppOpsManager { return result; } @NonNull @Override public String toString() { return getClass().getSimpleName() + "[from:" Loading Loading @@ -3458,7 +3459,7 @@ public class AppOpsManager { }; @Override public boolean equals(Object obj) { public boolean equals(@Nullable Object obj) { if (this == obj) { return true; } Loading Loading @@ -3690,7 +3691,7 @@ public class AppOpsManager { }; @Override public boolean equals(Object obj) { public boolean equals(@Nullable Object obj) { if (this == obj) { return true; } Loading Loading @@ -4044,7 +4045,7 @@ public class AppOpsManager { } @Override public boolean equals(Object obj) { public boolean equals(@Nullable Object obj) { if (this == obj) { return true; } Loading core/java/android/app/StatusBarManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -566,6 +566,7 @@ public class StatusBarManager { mSearch = true; } @NonNull @Override public String toString() { StringBuilder sb = new StringBuilder(); Loading core/java/android/app/Vr2dDisplayProperties.java +3 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ package android.app; import android.annotation.IntDef; import android.annotation.NonNull; import android.annotation.Nullable; import android.annotation.SystemApi; import android.os.Parcel; import android.os.Parcelable; Loading Loading @@ -74,6 +75,7 @@ public final class Vr2dDisplayProperties implements Parcelable { return result; } @NonNull @Override public String toString() { return "Vr2dDisplayProperties{" Loading @@ -86,7 +88,7 @@ public final class Vr2dDisplayProperties implements Parcelable { } @Override public boolean equals(Object o) { public boolean equals(@Nullable Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; Loading Loading
api/current.txt +2 −2 Original line number Diff line number Diff line Loading @@ -28139,7 +28139,7 @@ package android.media.tv { method public android.media.tv.TvTrackInfo.Builder setAudioChannelCount(int); method public android.media.tv.TvTrackInfo.Builder setAudioSampleRate(int); method public android.media.tv.TvTrackInfo.Builder setDescription(CharSequence); method public android.media.tv.TvTrackInfo.Builder setEncrypted(boolean); method @NonNull public android.media.tv.TvTrackInfo.Builder setEncrypted(boolean); method public android.media.tv.TvTrackInfo.Builder setExtra(android.os.Bundle); method public android.media.tv.TvTrackInfo.Builder setLanguage(String); method public android.media.tv.TvTrackInfo.Builder setVideoActiveFormatDescription(byte); Loading Loading @@ -44004,7 +44004,7 @@ package android.telephony { public class CarrierConfigManager { method @Nullable public android.os.PersistableBundle getConfig(); method @Nullable public android.os.PersistableBundle getConfigByComponentForSubId(String, int); method @Nullable public android.os.PersistableBundle getConfigByComponentForSubId(@NonNull String, int); method @Nullable public android.os.PersistableBundle getConfigForSubId(int); method public static boolean isConfigForIdentifiedCarrier(android.os.PersistableBundle); method public void notifyConfigChangedForSubId(int);
api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -1191,7 +1191,7 @@ package android.app.usage { public static final class UsageEvents.Event { method public int getInstanceId(); method public String getNotificationChannelId(); method @Nullable public String getNotificationChannelId(); method @Nullable public String getTaskRootClassName(); method @Nullable public String getTaskRootPackageName(); method public boolean isInstantApp(); Loading
core/java/android/app/AppOpsManager.java +5 −4 Original line number Diff line number Diff line Loading @@ -3192,7 +3192,7 @@ public class AppOpsManager { } @Override public boolean equals(Object obj) { public boolean equals(@Nullable Object obj) { if (this == obj) { return true; } Loading Loading @@ -3223,6 +3223,7 @@ public class AppOpsManager { return result; } @NonNull @Override public String toString() { return getClass().getSimpleName() + "[from:" Loading Loading @@ -3458,7 +3459,7 @@ public class AppOpsManager { }; @Override public boolean equals(Object obj) { public boolean equals(@Nullable Object obj) { if (this == obj) { return true; } Loading Loading @@ -3690,7 +3691,7 @@ public class AppOpsManager { }; @Override public boolean equals(Object obj) { public boolean equals(@Nullable Object obj) { if (this == obj) { return true; } Loading Loading @@ -4044,7 +4045,7 @@ public class AppOpsManager { } @Override public boolean equals(Object obj) { public boolean equals(@Nullable Object obj) { if (this == obj) { return true; } Loading
core/java/android/app/StatusBarManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -566,6 +566,7 @@ public class StatusBarManager { mSearch = true; } @NonNull @Override public String toString() { StringBuilder sb = new StringBuilder(); Loading
core/java/android/app/Vr2dDisplayProperties.java +3 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ package android.app; import android.annotation.IntDef; import android.annotation.NonNull; import android.annotation.Nullable; import android.annotation.SystemApi; import android.os.Parcel; import android.os.Parcelable; Loading Loading @@ -74,6 +75,7 @@ public final class Vr2dDisplayProperties implements Parcelable { return result; } @NonNull @Override public String toString() { return "Vr2dDisplayProperties{" Loading @@ -86,7 +88,7 @@ public final class Vr2dDisplayProperties implements Parcelable { } @Override public boolean equals(Object o) { public boolean equals(@Nullable Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; Loading