Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/mobly/mobly/controllers/android_device_lib/services/
Dsnippet_management_service.py47 def get_snippet_client(self, name): member in SnippetManagementService
158 client = self.get_snippet_client(name)
/aosp_15_r20/external/python/mobly/tests/mobly/controllers/android_device_lib/services/
Dsnippet_management_service_test.py47 self.assertEqual(manager.get_snippet_client('foo'), mock_client)
54 self.assertIsNone(manager.get_snippet_client('foo'))
/aosp_15_r20/external/python/mobly/mobly/controllers/
Dandroid_device.py1170 client = self.services.snippets.get_snippet_client(name)