Searched refs:IsApplicationRunning (Results 1 – 7 of 7) sorted by relevance
83 self.assertFalse(platform.IsApplicationRunning('This_Is_A_Bad___App__Name'))85 self.assertTrue(platform.IsApplicationRunning(sys_exe))87 platform.IsApplicationRunning('%s append_bad_after_space' % sys_exe))
89 def IsApplicationRunning(self, application): member in PosixPlatformBackend
192 def IsApplicationRunning(self, application): member in PlatformBackend
357 def IsApplicationRunning(self, application): member in AndroidPlatformBackend
82 if not host.IsApplicationRunning(IOS_WEBKIT_DEBUG_PROXY):84 if not host.IsApplicationRunning(IOS_WEBKIT_DEBUG_PROXY):
190 def IsApplicationRunning(self, application): member in Platform192 return self._platform_backend.IsApplicationRunning(application)
78 not self._platform_backend.IsApplicationRunning(app)]