path: python-briefcase_0.3.25-2/tests/integrations/android_sdk/ADB/test_pidof.py
    assert adb.pidof("com.example") == "5678"
    adb.run.assert_called_once_with("shell", "pidof", "-s", "com.example")
