Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DGnssBatchingCallback.cpp25 jmethodID method_reportLocationBatch; variable
38 method_reportLocationBatch = in GnssBatching_class_init_once()
DGnssBatchingCallback.h40 extern jmethodID method_reportLocationBatch;
118 env->CallVoidMethod(android::getCallbacksObj(), method_reportLocationBatch, jLocations); in gnssLocationBatchCbImpl()