Home
last modified time | relevance | path

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

/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp1035 const JNINativeMethod gParcelMethods[] = { in TEST() local
1228 sizeof(gParcelMethods)/sizeof(JNINativeMethod)); in TEST()
1231 for (size_t i = 0; i < sizeof(gParcelMethods) / sizeof(JNINativeMethod); ++i) { in TEST()
1232 const JNINativeMethod& actual = gParcelMethods[i]; in TEST()