• Home
  • Raw
  • Download

Lines Matching full:on

15         pushed files rather than recomputing them on a subsequent call.
19 operation should be retried on failure if no explicit value is provided.
60 True if 'su' is available on the device and is needed to to access
66 CommandTimeoutError on timeout.
67 DeviceUnreachableError on missing device.
83 CommandTimeoutError on timeout.
99 CommandTimeoutError on timeout.
100 DeviceUnreachableError on missing device.
114 CommandTimeoutError on timeout.
131 CommandTimeoutError on timeout.
132 DeviceUnreachableError on missing device.
149 CommandTimeoutError on timeout.
150 DeviceUnreachableError on missing device.
156 Get the paths of the installed apks on the device for the given package.
162 List of paths to the apks on the device for the given package.
168 Get the version name of a package installed on the device.
175 on the device.
181 Get the data directory on the device for the given package.
208 CommandFailedError on failure.
226 CommandTimeoutError on timeout.
227 DeviceUnreachableError on missing device.
249 DeviceUnreachableError on missing device.
274 DeviceUnreachableError on missing device.
294 DeviceUnreachableError on missing device.
313 shell on the device.
322 cmd: A string with the full command to run on the device, or a sequence
348 the command run on the device is non-zero.
351 CommandTimeoutError on timeout.
352 DeviceUnreachableError on missing device.
358 Kill all processes with the given name on the device.
381 CommandTimeoutError on timeout.
382 DeviceUnreachableError on missing device.
388 Start package's activity on the device.
404 CommandTimeoutError on timeout.
405 DeviceUnreachableError on missing device.
421 CommandTimeoutError on timeout.
422 DeviceUnreachableError on missing device.
438 CommandTimeoutError on timeout.
439 DeviceUnreachableError on missing device.
453 CommandTimeoutError on timeout.
454 DeviceUnreachableError on missing device.
469 CommandTimeoutError on timeout.
470 DeviceUnreachableError on missing device.
486 CommandTimeoutError on timeout.
487 DeviceUnreachableError on missing device.
495 When a directory is pushed, it is traversed recursively on the host and
498 files that exist on the device but don't exist on the host are deleted.
502 |host_path| is an absolute path of a file or directory on the host
504 an absolute path of the destination on the device.
507 delete_device_stale: option to delete stale files on device
510 CommandFailedError on failure.
511 CommandTimeoutError on timeout.
512 DeviceUnreachableError on missing device.
518 Checks whether the given file exists on the device.
526 Checks whether the given path(s) exists on the device.
529 device_path: A string containing the absolute path to the file on the
537 True if the all given paths exist on the device, False otherwise.
540 CommandTimeoutError on timeout.
541 DeviceUnreachableError on missing device.
550 device_path: A string containing the absolute path to the file on the
568 host_path: A string containing the absolute path of the destination on
574 CommandFailedError on failure.
575 CommandTimeoutError on timeout.
602 CommandTimeoutError on timeout.
603 DeviceUnreachableError on missing device.
609 Writes |contents| to a file on the device.
613 on the device.
624 CommandFailedError if the file could not be written on the device.
625 CommandTimeoutError on timeout.
626 DeviceUnreachableError on missing device.
632 List all files on a device directory.
639 device_path: A string containing the path of the directory on the device
652 CommandTimeoutError on timeout.
653 DeviceUnreachableError on missing device.
659 List file and stat info for all entries on a device directory.
662 of 'ls -a -l' on the device. Whether possible and convenient, we attempt to
671 device_path: A string containing the path of the directory on the device
695 CommandTimeoutError on timeout.
696 DeviceUnreachableError on missing device.
702 Get the stat attributes of a file or directory on the device.
716 CommandFailedError if device_path cannot be found on the device.
717 CommandTimeoutError on timeout.
718 DeviceUnreachableError on missing device.
724 Get the size of a file on the device.
726 Note: This is implemented by parsing the output of the 'ls' command on
727 the device. On some Android versions, when passing a directory or special
731 device_path: A string containing the path of a file on the device.
741 CommandFailedError if device_path cannot be found on the device, or
743 CommandTimeoutError on timeout.
744 DeviceUnreachableError on missing device.
750 Returns the language setting on the device.
772 CommandTimeoutError on timeout.
778 Returns the country setting on the device.
800 CommandTimeoutError on timeout.
806 Sets a property on the device.
809 property_name: A string containing the name of the property to set on
811 value: A string containing the value to set to the property on the
814 successfully set on the device.
820 set on the device (e.g. because it is not rooted).
821 CommandTimeoutError on timeout.
837 CommandTimeoutError on timeout.
857 CommandTimeoutError on timeout.
858 DeviceUnreachableError on missing device.
874 CommandFailedError on failure.
875 CommandTimeoutError on timeout.
876 DeviceUnreachableError on missing device.
891 CommandFailedError on failure.
892 CommandTimeoutError on timeout.
893 DeviceUnreachableError on missing device.
902 host_path: A string containing the path on the host to save the
909 The name of the file on the host to which the screenshot was saved.
912 CommandFailedError on failure.
913 CommandTimeoutError on timeout.
914 DeviceUnreachableError on missing device.
933 CommandTimeoutError on timeout.
962 The cache is used only if its token matches the one found on the device.
995 Determines if screen is on.
997 Dumpsys input_method exposes screen on/off state. Below is an explination of
1001 On: mScreenOn=true
1004 On: mInteractive=true
1008 True if screen is on, false if it is off.
1017 Turns screen on and off.
1020 on: bool to decide state to switch to. True = on False = off.