Searched refs:mCurrentDiscoveryParameters (Results 1 – 1 of 1) sorted by relevance
270 NfcDiscoveryParameters mCurrentDiscoveryParameters = field in NfcService914 mCurrentDiscoveryParameters = NfcDiscoveryParameters.getNfcOffParameters(); in disableInternal()2177 if (force || !newParams.equals(mCurrentDiscoveryParameters)) { in applyRouting()2179 boolean shouldRestart = mCurrentDiscoveryParameters.shouldEnableDiscovery(); in applyRouting()2184 mCurrentDiscoveryParameters = newParams; in applyRouting()2491 boolean shouldRestart = mCurrentDiscoveryParameters.shouldEnableDiscovery(); in handleMessage()2503 boolean shouldRestart = mCurrentDiscoveryParameters.shouldEnableDiscovery(); in handleMessage()2514 if (mCurrentDiscoveryParameters.shouldEnableDiscovery()) { in handleMessage()3351 pw.println(mCurrentDiscoveryParameters); in dump()3392 mCurrentDiscoveryParameters.dumpDebug(proto); in dumpDebug()