Home
last modified time | relevance | path

Searched refs:get_my_current_focus_window (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py1335 def get_my_current_focus_window(self): member in AndroidDevice
1368 current_window = self.get_my_current_focus_window()
1385 self.get_my_current_focus_window())
1400 return "EmergencyDialer" in self.get_my_current_focus_window()
1405 return "InCallActivity" in self.get_my_current_focus_window()
1429 current_window = self.get_my_current_focus_window()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_contacts_utils.py289 if "ImportVCardActivity" in device.get_my_current_focus_window():
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveProjectFiTest.py224 current_window = ad.get_my_current_focus_window()
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabProjectFiTest.py320 current_window = ad.get_my_current_focus_window()
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py1722 if "EmergencyDialer" in ad.get_my_current_focus_window():