Loading core/api/test-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -2148,7 +2148,7 @@ package android.os { } public final class BugreportParams { field public static final int BUGREPORT_MODE_MAX_VALUE = 7; // 0x7 field @FlaggedApi("android.os.bugreport_mode_max_value") public static final int BUGREPORT_MODE_MAX_VALUE = 7; // 0x7 } public class Build { Loading core/java/android/os/BugreportParams.java +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.os; import android.annotation.FlaggedApi; import android.annotation.IntDef; import android.annotation.SystemApi; import android.annotation.TestApi; Loading Loading @@ -133,6 +134,7 @@ public final class BugreportParams { * The maximum value of supported bugreport mode. * @hide */ @FlaggedApi(android.os.Flags.FLAG_BUGREPORT_MODE_MAX_VALUE) @TestApi public static final int BUGREPORT_MODE_MAX_VALUE = BUGREPORT_MODE_ONBOARDING; Loading core/java/android/os/flags.aconfig +7 −0 Original line number Diff line number Diff line Loading @@ -27,3 +27,10 @@ flag { description: "Guards a new Private Profile type in UserManager - everything from its setup to config to deletion." bug: "299069460" } flag { name: "bugreport_mode_max_value" namespace: "telephony" description: "Introduce a constant as maximum value of bugreport mode." bug: "305067125" } Loading
core/api/test-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -2148,7 +2148,7 @@ package android.os { } public final class BugreportParams { field public static final int BUGREPORT_MODE_MAX_VALUE = 7; // 0x7 field @FlaggedApi("android.os.bugreport_mode_max_value") public static final int BUGREPORT_MODE_MAX_VALUE = 7; // 0x7 } public class Build { Loading
core/java/android/os/BugreportParams.java +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.os; import android.annotation.FlaggedApi; import android.annotation.IntDef; import android.annotation.SystemApi; import android.annotation.TestApi; Loading Loading @@ -133,6 +134,7 @@ public final class BugreportParams { * The maximum value of supported bugreport mode. * @hide */ @FlaggedApi(android.os.Flags.FLAG_BUGREPORT_MODE_MAX_VALUE) @TestApi public static final int BUGREPORT_MODE_MAX_VALUE = BUGREPORT_MODE_ONBOARDING; Loading
core/java/android/os/flags.aconfig +7 −0 Original line number Diff line number Diff line Loading @@ -27,3 +27,10 @@ flag { description: "Guards a new Private Profile type in UserManager - everything from its setup to config to deletion." bug: "299069460" } flag { name: "bugreport_mode_max_value" namespace: "telephony" description: "Introduce a constant as maximum value of bugreport mode." bug: "305067125" }