Home
last modified time | relevance | path

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

/aosp_15_r20/external/fbjni/test/
H A DFBJniTests.java865 assertThat(nativeStaticCastLocalRefToString("hello")).isTrue(); in testCorrectStaticCastLocalRef()
870 assertThat(nativeStaticCastLocalRefToString(null)).isTrue(); in testNullStaticCastLocalRef()
873 private native boolean nativeStaticCastLocalRefToString(Object a); in nativeStaticCastLocalRefToString() method in FBJniTests