MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / loadEmptyDex

Method loadEmptyDex

Bcore/src/main/cpp/VmCore.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131jlongArray VmCore::loadEmptyDex(JNIEnv *env) {
132 env = ensureEnvCreated();
133 return (jlongArray) env->CallStaticObjectMethod(VMEnv.VMCoreClass, VMEnv.loadEmptyDex);
134}
135
136int VmCore::getApiLevel() {
137 return VMEnv.api_level;

Callers

nothing calls this directly

Calls 1

ensureEnvCreatedFunction · 0.85

Tested by

no test coverage detected