Home
last modified time | relevance | path

Searched refs:mNotifyDispatchFailed (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java311 boolean mNotifyDispatchFailed; field in NfcService
555mNotifyDispatchFailed = mContext.getResources().getBoolean(R.bool.enable_notify_dispatch_failed); in NfcService()
2826 … if (mScreenState == ScreenStateHelper.SCREEN_STATE_ON_UNLOCKED && mNotifyDispatchFailed) { in dispatchTagEndpoint()