Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
jclass GetStringClass() {
188
return s_string_class;
189
}
190
191
jclass GetPairClass() {
192
return s_pair_class;
Callers
6
Java_org_citron_citron_1emu_features_input_NativeInput_getInputDevices
Function · 0.85
Java_org_citron_citron_1emu_features_input_NativeInput_getInputProfileNames
Function · 0.85
Java_org_citron_citron_1emu_utils_NativeConfig_getDisabledAddons
Function · 0.85
Java_org_citron_citron_1emu_utils_NativeConfig_getInputSettings
Function · 0.85
Java_org_citron_citron_1emu_utils_GpuDriverHelper_getSystemDriverInfo
Function · 0.85
Java_org_citron_citron_1emu_NativeLibrary_verifyInstalledContents
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected