HomeSort by relevance Sort by last modified time
    Searched refs:tag_cls (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcManager.cpp 988 jclass tag_cls = NULL; local
1029 tag_cls = e->GetObjectClass(nat->cached_P2pDevice);
    [all...]
com_android_nfc_NativeNfcTag.cpp 295 jclass tag_cls = e->GetObjectClass(tag); local
296 jfieldID f = e->GetFieldID(tag_cls, "mTechPollBytes", "[[B");
304 jfieldID techListField = e->GetFieldID(tag_cls, "mTechList", "[I");
381 jclass tag_cls = e->GetObjectClass(tag); local
383 jfieldID f = e->GetFieldID(tag_cls, "mTechActBytes", "[[B");
390 jfieldID techListField = e->GetFieldID(tag_cls, "mTechList", "[I");
    [all...]

Completed in 42 milliseconds