Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py662 if not ad.is_adb_logcat_on:
712 if not ad.is_adb_logcat_on:
815 if not ad.is_adb_logcat_on:
1020 if not ad.is_adb_logcat_on:
1055 if not ad.is_adb_logcat_on:
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py559 def is_adb_logcat_on(self): member in AndroidDevice
800 if self.is_adb_logcat_on:
821 if not self.is_adb_logcat_on:
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py7642 if not ad.is_adb_logcat_on: