Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/network_ShillInitScripts/
Dmock_flimflam.py34 self.add_method_call('CreateProfile', profile)
46 self.add_method_call('RemoveProfile', profile)
57 self.add_method_call('PushProfile', profile)
70 self.add_method_call('InsertUserProfile', (profile, user_hash))
82 self.add_method_call('PopProfile', profile)
89 self.add_method_call('PopAllUserProfiles', '')
92 def add_method_call(self, method, arg): member in FlimflamManager
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
Dmock_lorgnette.py40 self.add_method_call('ListScanners', '')
58 self.add_method_call('ScanImage', (device, scan_properties))
69 def add_method_call(self, method, arg): member in LorgnetteManager