OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:method_requestsetid
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp
44
static jmethodID
method_requestSetID
;
219
env->CallVoidMethod(mCallbacksObj,
method_requestSetID
, flags);
250
method_requestSetID
= env->GetMethodID(clazz,"requestSetID","(I)V");
Completed in 71 milliseconds