MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / handleLauncherStatusBroadcast

Function handleLauncherStatusBroadcast

syncthingwidgets/quick/android.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53static void handleLauncherStatusBroadcast(JNIEnv *, jobject, jobject intent)
54{
55 const auto status = QAndroidIntent(QJniObject(intent)).extraVariant(QStringLiteral("status"));
56 QMetaObject::invokeMethod(appObjectForJava, "handleLauncherStatusBroadcast", Qt::QueuedConnection, Q_ARG(QVariant, status));
57}
58
59static void handleMessageFromActivity(JNIEnv *, jobject, jint what, jint arg1, jint arg2, jstring str)
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected