Searched refs:add_method_call (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/site_tests/network_ShillInitScripts/ |
D | mock_flimflam.py | 34 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/ |
D | mock_lorgnette.py | 40 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
|