Searched refs:ctor (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Nfc/jni/
H A Dcom_android_nfc.cpp132 jmethodID ctor; local
142 ctor = e->GetMethodID(cls, "<init>", "()V");
144 obj = e->NewObject(cls, ctor);
H A Dcom_android_nfc_NativeP2pDevice.cpp127 jmethodID ctor; local
H A Dcom_android_nfc_NativeNfcManager.cpp991 jmethodID ctor; local
1038 ctor = e->GetMethodID(tag_cls, "<init>", "()V");
1039 tag = e->NewObject(tag_cls, ctor);
1090 ctor = e->GetMethodID(tag_cls, "<init>", "()V");
1091 tag = e->NewObject(tag_cls, ctor);

Completed in 46 milliseconds