Lines Matching refs:mCardEmulationManager
437 private CardEmulationManager mCardEmulationManager; field in NfcService
484 if (mCardEmulationManager != null) { in onHostCardEmulationActivated()
485 mCardEmulationManager.onHostCardEmulationActivated(technology); in onHostCardEmulationActivated()
491 if (mCardEmulationManager != null) { in onHostCardEmulationData()
492 mCardEmulationManager.onHostCardEmulationData(technology, data); in onHostCardEmulationData()
498 if (mCardEmulationManager != null) { in onHostCardEmulationDeactivated()
499 mCardEmulationManager.onHostCardEmulationDeactivated(technology); in onHostCardEmulationDeactivated()
523 if (mCardEmulationManager != null && android.nfc.Flags.nfcReadPollingLoop()) { in onPollingLoopDetected()
524 mCardEmulationManager.onPollingLoopDetected(frames); in onPollingLoopDetected()
814 mCardEmulationManager = new CardEmulationManager(mContext, mNfcInjector); in NfcService()
1351 mCardEmulationManager.onNfcEnabled(); in enableInternal()
1397 mCardEmulationManager.onNfcDisabled(); in disableInternal()
1506 if (mState == NfcAdapter.STATE_ON && mCardEmulationManager != null) { in updateState()
1507 mCardEmulationManager.updateForShouldDefaultToObserveMode(getUserId()); in updateState()
1769 if (mCardEmulationManager.isPreferredServicePackageNameForUser(packageName, in setObserveMode()
1790 if (mCardEmulationManager.isHostCardEmulationActivated()) { in setObserveMode()
1800 if (result && mCardEmulationManager != null) { in setObserveMode()
1801 mCardEmulationManager.onObserveModeStateChange(enable); in setObserveMode()
1890 mCardEmulationManager.onSecureNfcToggled(); in setNfcSecure()
1994 return mCardEmulationManager.getNfcCardEmulationInterface(); in getNfcCardEmulationInterface()
2003 return mCardEmulationManager.getNfcFCardEmulationInterface(); in getNfcFCardEmulationInterface()
2571 mCardEmulationManager.onHostCardEmulationDeactivated(1); in notifyHceDeactivated()
3853 if (mCardEmulationManager != null) { in handleMessage()
3854 mCardEmulationManager.onFieldChangeDetected(true); in handleMessage()
3863 if (mCardEmulationManager != null) { in handleMessage()
3864 mCardEmulationManager.onFieldChangeDetected(false); in handleMessage()
3924 if (mCardEmulationManager != null) { in handleMessage()
3925 mCardEmulationManager.onOffHostAidSelected(); in handleMessage()
3982 String aidCategory = mCardEmulationManager in sendOffHostTransactionEvent()
4367 mCardEmulationManager.onUserSwitched(getUserId());
4403 if (mCardEmulationManager == null) {
4411 mCardEmulationManager.onManagedProfileChanged();
4447 mIsWatchType && !mCardEmulationManager.isRequiresScreenOnServiceExist()) { in applyScreenState()
4632 mCardEmulationManager.dump(fd, pw, args); in dump()
4674 mCardEmulationManager.dumpDebug(proto); in dumpDebug()