Searched refs:SL4A_PKG_NAME (Results 1 – 1 of 1) sorted by relevance
28 SL4A_PKG_NAME = 'com.googlecode.android_scripting' variable208 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)