Searched refs:mCurrentDiscoveryParameters (Results 1 – 1 of 1) sorted by relevance
195 NfcDiscoveryParameters mCurrentDiscoveryParameters = field in NfcService600 mCurrentDiscoveryParameters = NfcDiscoveryParameters.getNfcOffParameters(); in disableInternal()1483 if (force || !newParams.equals(mCurrentDiscoveryParameters)) { in applyRouting()1485 boolean shouldRestart = mCurrentDiscoveryParameters.shouldEnableDiscovery(); in applyRouting()1490 mCurrentDiscoveryParameters = newParams; in applyRouting()1736 boolean shouldRestart = mCurrentDiscoveryParameters.shouldEnableDiscovery(); in handleMessage()1748 boolean shouldRestart = mCurrentDiscoveryParameters.shouldEnableDiscovery(); in handleMessage()1759 if (mCurrentDiscoveryParameters.shouldEnableDiscovery()) { in handleMessage()2187 pw.println(mCurrentDiscoveryParameters); in dump()