Home
last modified time | relevance | path

Searched refs:suspendType (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemPowerControlHelper.java108 private static boolean isSuspendTypeSupported(@NonNull String suspendType) { in isSuspendTypeSupported() argument
115 if (suspendType.equals(supported)) { in isSuspendTypeSupported()
122 + " Unable to read %s", suspendType, sysFsPowerControlFile); in isSuspendTypeSupported()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java3020 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());