Home
last modified time | relevance | path

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

/test/app_compat/csuite/integration_tests/
Dcsuite_crash_detection_test.py95 self.assertNotIn(package_name, self.adb.list_packages(), msg=msg)
Dcsuite_test_utils.py197 def list_packages(self) -> Sequence[str]: member in Adb