Searched refs:nativeStaticCastGlobalRefToString (Results 1 – 1 of 1) sorted by relevance
899 assertThat(nativeStaticCastGlobalRefToString("hello")).isTrue(); in testCorrectStaticCastGlobalRef()904 assertThat(nativeStaticCastGlobalRefToString(null)).isTrue(); in testNullStaticCastGlobalRef()907 private native boolean nativeStaticCastGlobalRefToString(Object a); in nativeStaticCastGlobalRefToString() method in FBJniTests