Searched defs:ScopedLocalFrame (Results 1 - 1 of 1) sorted by relevance

/libcore/include/
H A DScopedLocalFrame.h22 class ScopedLocalFrame { class
24 ScopedLocalFrame(JNIEnv* env) : mEnv(env) { function in class:ScopedLocalFrame
28 ~ScopedLocalFrame() {
36 ScopedLocalFrame(const ScopedLocalFrame&);
37 void operator=(const ScopedLocalFrame&);

Completed in 132 milliseconds