Lines Matching refs:cls

599   ScopedLocalRef<jclass> cls(e, e->GetObjectClass(o));  in nfcManager_initNativeStruc()  local
600 jfieldID f = e->GetFieldID(cls.get(), "mNative", "J"); in nfcManager_initNativeStruc()
605 e->GetMethodID(cls.get(), "notifyNdefMessageListeners", in nfcManager_initNativeStruc()
609 e->GetMethodID(cls.get(), "notifyHostEmuActivated", "(I)V"); in nfcManager_initNativeStruc()
612 e->GetMethodID(cls.get(), "notifyHostEmuData", "(I[B)V"); in nfcManager_initNativeStruc()
615 e->GetMethodID(cls.get(), "notifyHostEmuDeactivated", "(I)V"); in nfcManager_initNativeStruc()
618 e->GetMethodID(cls.get(), "notifyRfFieldActivated", "()V"); in nfcManager_initNativeStruc()
620 e->GetMethodID(cls.get(), "notifyRfFieldDeactivated", "()V"); in nfcManager_initNativeStruc()
623 cls.get(), "notifyTransactionListeners", "([B[BLjava/lang/String;)V"); in nfcManager_initNativeStruc()
626 e->GetMethodID(cls.get(), "notifyEeUpdated", "()V"); in nfcManager_initNativeStruc()
629 e->GetMethodID(cls.get(), "notifyHwErrorReported", "()V"); in nfcManager_initNativeStruc()
632 e->GetMethodID(cls.get(), "notifyPollingLoopFrame", "(I[B)V"); in nfcManager_initNativeStruc()
635 e->GetMethodID(cls.get(), "notifyVendorSpecificEvent", "(II[B)V"); in nfcManager_initNativeStruc()
638 e->GetMethodID(cls.get(), "notifyWlcStopped", "(I)V"); in nfcManager_initNativeStruc()
641 e->GetMethodID(cls.get(), "notifyCommandTimeout", "()V"); in nfcManager_initNativeStruc()
1060 ScopedLocalRef<jclass> cls(e, e->GetObjectClass(o)); in isObserveModeSupported() local
1062 e->GetMethodID(cls.get(), "isObserveModeSupported", "()Z"); in isObserveModeSupported()
2111 ScopedLocalRef<jclass> cls(env, in nfcManager_nativeSendRawVendorCmd() local
2114 env->GetMethodID(cls.get(), "<init>", "(BII[B)V"); in nfcManager_nativeSendRawVendorCmd()
2131 return env->NewObject(cls.get(), responseConstructor, mStatus, resGid, in nfcManager_nativeSendRawVendorCmd()
2165 return env->NewObject(cls.get(), responseConstructor, mStatus, resGid, resOid, in nfcManager_nativeSendRawVendorCmd()