Searched refs:suspendType (Results 1 – 2 of 2) sorted by relevance
108 private static boolean isSuspendTypeSupported(@NonNull String suspendType) { in isSuspendTypeSupported() argument115 if (suspendType.equals(supported)) { in isSuspendTypeSupported()122 + " Unable to read %s", suspendType, sysFsPowerControlFile); in isSuspendTypeSupported()
3020 String suspendType = isHibernation ? "disk" : "RAM";3023 writer.printf("Suspend: simulating suspend-to-%s.\n", suspendType);3037 writer.printf("Simulating suspend-to-%s failed: %s\n", suspendType, e.getMessage());3043 writer.printf("Suspend to %s failed: %s.\n", suspendType, e.getMessage());