Searched refs:mDeviceHost (Results 1 – 1 of 1) sorted by relevance
288 private DeviceHost mDeviceHost; field in NfcService434 mDeviceHost = new NativeNfcManager(mContext, this); in NfcService()511 mContext, mHandoverDataParser, mDeviceHost.getDefaultLlcpMiu(), in NfcService()512 mDeviceHost.getDefaultLlcpRwSize()); in NfcService()530 mDeviceHost.setNfcSecure(mIsSecureNfcEnabled); in NfcService()691 mDeviceHost.factoryReset(); in doInBackground()699 initialized = mDeviceHost.checkFirmware(); in doInBackground()730 if (!mDeviceHost.initialize()) { in enableInternal()769 mDeviceHost.doSetScreenState(screen_state_mask); in enableInternal()815 boolean result = mDeviceHost.deinitialize(); in disableInternal()[all …]