Searched refs:gParcelMethods (Results 1 – 1 of 1) sorted by relevance
1048 const JNINativeMethod gParcelMethods[] = { in TEST() local1241 sizeof(gParcelMethods)/sizeof(JNINativeMethod)); in TEST()1244 for (size_t i = 0; i < sizeof(gParcelMethods) / sizeof(JNINativeMethod); ++i) { in TEST()1245 const JNINativeMethod& actual = gParcelMethods[i]; in TEST()