Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Dsl4a_manager.py28 SL4A_PKG_NAME = 'com.googlecode.android_scripting' variable
208 self.adb.shell('pm path %s' % SL4A_PKG_NAME, ignore_status=True))
221 if self.adb.shell('(ps | grep "S %s") || true' % SL4A_PKG_NAME):
225 self.adb.shell('kill -9 $(pidof %s)' % SL4A_PKG_NAME)
289 self.adb.shell('am force-stop %s' % SL4A_PKG_NAME,
292 self.log.warning("Fail to stop package %s: %s", SL4A_PKG_NAME, e)