Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/
H A Djnipositioning.cpp176 Q_GLOBAL_STATIC(JMethodIDHash, cachedMethodID) in Q_GLOBAL_STATIC() argument
189 QHash<QByteArray, jmethodID>::iterator it = cachedMethodID->find(key); in Q_GLOBAL_STATIC()
190 if (it == cachedMethodID->end()) { in Q_GLOBAL_STATIC()
200 cachedMethodID->insert(key, id); in Q_GLOBAL_STATIC()