OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_internal_display
(Results
1 - 6
of
6
) sorted by null
/external/autotest/server/site_tests/platform_InternalDisplay/
platform_InternalDisplay.py
45
if self.host.
has_internal_display
() is not 'internal_display':
52
if self.host.
has_internal_display
() is not 'internal_display':
/external/autotest/server/site_tests/power_BrightnessResetAfterReboot/
power_BrightnessResetAfterReboot.py
21
if host.
has_internal_display
() is None:
/external/autotest/client/site_tests/platform_InputBrightness/
platform_InputBrightness.py
86
if not graphics_utils.
has_internal_display
():
/external/autotest/client/cros/graphics/
graphics_utils.py
757
if
has_internal_display
():
764
def
has_internal_display
():
function
778
offset = 1 if
has_internal_display
() else 0
809
offset = 1 if
has_internal_display
() else 0
817
if
has_internal_display
():
[
all
...]
/external/autotest/server/hosts/
cros_label.py
525
if graphics_utils.
has_internal_display
()
cros_host.py
2415
def
has_internal_display
(self):
member in class:CrosHost
[
all
...]
Completed in 70 milliseconds