Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/jni/
H A DNativePowerManagerTest.cpp196 const JNINativeMethod methodTable[] = { in JNI_OnLoad() local
247 jniRegisterNativeMethods(env, "android/os/PowerManagerTest", methodTable, in JNI_OnLoad()
248 sizeof(methodTable) / sizeof(JNINativeMethod)); in JNI_OnLoad()