Home
last modified time | relevance | path

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

/device/sample/frameworks/PlatformLibrary/jni/
DPlatformLibrary.cpp39 jmethodID yodel; member
159 env->CallStaticVoidMethod(clazz, gCachedState.yodel, result); in PlatformLibrary_reverseString()
207 gCachedState.yodel = env->GetStaticMethodID(clazz, "yodel", in cacheIds()
209 if (gCachedState.yodel == NULL) { in cacheIds()
/device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/
DPlatformLibrary.java51 private static void yodel(String msg) { in yodel() method in PlatformLibrary