Home
last modified time | relevance | path

Searched defs:bad (Results 1 – 2 of 2) sorted by relevance

/device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/
DPlatformLibrary.java36 public int getInt(boolean bad) { in getInt()
59 native private int getJniInt(boolean bad); in getJniInt()
/device/sample/frameworks/PlatformLibrary/jni/
DPlatformLibrary.cpp78 static jint PlatformLibrary_getJniInt(JNIEnv* env, jobject thiz, jboolean bad) { in PlatformLibrary_getJniInt()