Searched refs:nativeStaticCastLocalRefToString (Results 1 – 1 of 1) sorted by relevance
865 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