path: thunderbird_1:140.8.0esr-1/testing/mozbase/mozdevice/mozdevice/adb.py
        app = parts[-1]
        if self.pidof(app, timeout=timeout):
            return True
        return False
