Home
last modified time | relevance | path

Searched refs:UNKNOWN (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/recovery_utils/
Dbattery_utils.cpp36 auto charge_status = BatteryStatus::UNKNOWN; in GetBatteryInfo()
55 Result res = Result::UNKNOWN; in GetBatteryInfo()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DUpdateEngineErrorCodes.java37 public static final int UNKNOWN = -1; field in UpdateEngineErrorCodes
/bootable/recovery/minui/include/minui/
Dminui.h100 UNKNOWN = 0, enumerator
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateManager.java59 private AtomicInteger mEngineErrorCode = new AtomicInteger(UpdateEngineErrorCodes.UNKNOWN);
286 mEngineErrorCode.set(UpdateEngineErrorCodes.UNKNOWN); in applyUpdate()
/bootable/recovery/minui/
Dgraphics.cpp45 static PixelFormat pixel_format = PixelFormat::UNKNOWN;
356 pixel_format = PixelFormat::UNKNOWN; in gr_init()