MCPcopy Create free account
hub / github.com/citron-neo/emulator / GetStringClass

Function GetStringClass

src/common/android/id_cache.cpp:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187jclass GetStringClass() {
188 return s_string_class;
189}
190
191jclass GetPairClass() {
192 return s_pair_class;

Calls

no outgoing calls

Tested by

no test coverage detected