Home
last modified time | relevance | path

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

/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DDeviceShellCommandExecutor.java51 boolean result = parseBytesAsBoolean(bytes); in executeToBoolean()
74 public static boolean parseBytesAsBoolean(@NonNull byte[] result) { in parseBytesAsBoolean() method in DeviceShellCommandExecutor
DLocationShellHelper.java18 import static android.app.time.cts.shell.DeviceShellCommandExecutor.parseBytesAsBoolean;