Home
last modified time | relevance | path

Searched refs:is_apk_installed (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveProjectFiTest.py109 if not ad.is_apk_installed("com.google.android.tradefed.account"):
120 if not ad.is_apk_installed("com.google.android.tradefed.account"
145 if not ad.is_apk_installed(_TYCHO_PKG):
DTelLiveNoQXDMLogTest.py432 if not self.dut.is_apk_installed("com.google.mdstest"):
439 if not self.dut.is_apk_installed("com.google.mdstest"):
453 if not self.dut.is_apk_installed("com.google.mdstest"):
DTelWifiDataTest.py510 if ad.is_apk_installed(apk):
DTelLiveConnectivityMonitorBaseTest.py280 if (not self.dut.is_apk_installed("com.google.mdstest")
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabProjectFiTest.py205 if not ad.is_apk_installed("com.google.android.tradefed.account"):
216 if not ad.is_apk_installed("com.google.android.tradefed.account"
241 if not ad.is_apk_installed(_TYCHO_PKG):
/tools/test/connectivity/acts_tests/tests/google/nr/cbr/
DCellBroadcastTest.py88 if not ad.is_apk_installed(CBR_TEST_APK):
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py951 def is_apk_installed(self, package_name): member in AndroidDevice
974 return self.is_apk_installed(SL4A_APK_NAME)