HomeSort by relevance Sort by last modified time
    Searched refs:locationClass (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/jni/
com_android_server_location_FlpHardwareProvider.cpp 217 jclass locationClass = env->GetObjectClass(locationObject);
219 jmethodID getLatitude = env->GetMethodID(locationClass, "getLatitude", "()D");
221 jmethodID getLongitude = env->GetMethodID(locationClass, "getLongitude", "()D");
223 jmethodID getTime = env->GetMethodID(locationClass, "getTime", "()J");
227 jmethodID hasAltitude = env->GetMethodID(locationClass, "hasAltitude", "()Z");
229 jmethodID getAltitude = env->GetMethodID(locationClass, "getAltitude", "()D");
234 jmethodID hasSpeed = env->GetMethodID(locationClass, "hasSpeed", "()Z");
236 jmethodID getSpeed = env->GetMethodID(locationClass, "getSpeed", "()F");
241 jmethodID hasBearing = env->GetMethodID(locationClass, "hasBearing", "()Z");
243 jmethodID getBearing = env->GetMethodID(locationClass, "getBearing", "()F")
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 113 ModBasket() : pLoc(nullptr), thread(nullptr), locationClass(nullptr), exceptionClass(nullptr),
119 mirror::Class* locationClass; /* ClassOnly */
486 if (!Dbg::MatchType(basket.locationClass, pMod->classOnly.refTypeId)) {
842 basket.locationClass = pLoc->method->GetDeclaringClass();
845 basket.className = Dbg::GetClassName(basket.locationClass);
945 basket.locationClass = pLoc->method->GetDeclaringClass();
948 basket.className = Dbg::GetClassName(basket.locationClass);
    [all...]

Completed in 59 milliseconds