Home | History | Annotate | Download | only in jni

Lines Matching refs:GetMethodID

560     gCachedNfcManagerNotifyNdefMessageListeners = e->GetMethodID(cls.get(),
562 gCachedNfcManagerNotifyTransactionListeners = e->GetMethodID(cls.get(),
564 gCachedNfcManagerNotifyLlcpLinkActivation = e->GetMethodID(cls.get(),
566 gCachedNfcManagerNotifyLlcpLinkDeactivated = e->GetMethodID(cls.get(),
568 gCachedNfcManagerNotifyLlcpFirstPacketReceived = e->GetMethodID(cls.get(),
570 sCachedNfcManagerNotifyTargetDeselected = e->GetMethodID(cls.get(),
572 gCachedNfcManagerNotifySeFieldActivated = e->GetMethodID(cls.get(),
574 gCachedNfcManagerNotifySeFieldDeactivated = e->GetMethodID(cls.get(),
576 gCachedNfcManagerNotifySeListenActivated = e->GetMethodID(cls.get(),
578 gCachedNfcManagerNotifySeListenDeactivated = e->GetMethodID(cls.get(),
581 gCachedNfcManagerNotifyHostEmuActivated = e->GetMethodID(cls.get(),
584 gCachedNfcManagerNotifyHostEmuData = e->GetMethodID(cls.get(),
587 gCachedNfcManagerNotifyHostEmuDeactivated = e->GetMethodID(cls.get(),
590 sCachedNfcManagerNotifySeApduReceived = e->GetMethodID(cls.get(),
593 sCachedNfcManagerNotifySeMifareAccess = e->GetMethodID(cls.get(),
596 sCachedNfcManagerNotifySeEmvCardRemoval = e->GetMethodID(cls.get(),
1141 jmethodID ctor = e->GetMethodID(cls.get(), "<init>", "()V");