OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:append_buttons
(Results
1 - 5
of
5
) sorted by null
/external/autotest/server/cros/
interactive_client.py
75
def
append_buttons
(self, *args):
member in class:InteractiveClient
86
return self._proxy.
append_buttons
(*args)
92
Call
append_buttons
() before this to add buttons to the document.
105
Call
append_buttons
() before this to add buttons to the document.
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
bluetooth_Sanity_Discovery.py
117
self.interactive.
append_buttons
('Tester Found',
120
self.interactive.
append_buttons
('Device Found',
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
bluetooth_Sanity_LEDiscovery.py
118
self.interactive.
append_buttons
('Tester Found',
121
self.interactive.
append_buttons
('Device Found',
/external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/
bluetooth_Sanity_Discoverable.py
98
self.interactive.
append_buttons
('Device Found', 'Device Not Found')
/external/autotest/client/common_lib/cros/
interactive_xmlrpc_server.py
89
def
append_buttons
(self, *args):
member in class:InteractiveXmlRpcDelegate
114
Call
append_buttons
() before this to add buttons to the document.
139
Call
append_buttons
() before this to add buttons to the document.
Completed in 213 milliseconds