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