Home
last modified time | relevance | path

Searched refs:apply_button (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/cros/ap_configurators/
DbelkinF6D4230_ap_configurator.py70 apply_button = '//input[@type="submit" and @value="Apply Changes"]'
71 self.click_button_by_xpath(apply_button,
74 self.wait_for_object_by_xpath(apply_button)
/external/libkmsxx/py/tests/
Dkmsmodeview.py283 apply_button = urwid.LineBox(urwid.Padding(urwid.Button('apply', on_press=apply_press))) variable
306 …s_pile, pclk_columns, urwid.Columns([ h_columns, v_columns ]), info_box, flags_pile, apply_button])
/external/selinux/python/sepolicy/sepolicy/
Dgui.py272 self.apply_button = builder.get_object("apply_button")