MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / add

Method add

framework/utils/Android/NewLinkedList.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void NewLinkedList::add(jobject value) {
46 if (mEnv != nullptr && mResult != nullptr) {
47 mEnv->CallBooleanMethod(mResult, gj_linkedList_add, value);
48 }
49}

Callers 1

convertMethod · 0.45

Calls 1

CallBooleanMethodMethod · 0.45

Tested by

no test coverage detected