Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ public class AndroidRealDeviceConstants {
/** Max memory that a device can have and still be considered a Svelte(low-end) device. */
public static final int MAX_SVELTE_MEMORY_IN_MB = 512;

/** Number of consecutive setup failure need to reboot devices to fastboot mode. */
public static final long CONSECUTIVE_SETUP_FAILURE_NUM_TO_FASTBOOT_MODE = 5;

/** The disk free percentage threshold of disk alert. */
public static final double DISK_ALERT_FREE_PERCENTAGE = 0.1;

Expand Down