Searched refs:mCurrentDiscoveryParameters (Results 1 – 1 of 1) sorted by relevance
346 NfcDiscoveryParameters mCurrentDiscoveryParameters = field in NfcService1433 mCurrentDiscoveryParameters = NfcDiscoveryParameters.getNfcOffParameters(); in disableInternal()3361 if (force || !newParams.equals(mCurrentDiscoveryParameters)) { in applyRouting()3363 boolean shouldRestart = mCurrentDiscoveryParameters.shouldEnableDiscovery(); in applyRouting()3368 mCurrentDiscoveryParameters = newParams; in applyRouting()3668 boolean shouldRestart = mCurrentDiscoveryParameters.shouldEnableDiscovery(); in handleMessage()3680 boolean shouldRestart = mCurrentDiscoveryParameters.shouldEnableDiscovery(); in handleMessage()3691 if (mCurrentDiscoveryParameters.shouldEnableDiscovery()) { in handleMessage()4630 pw.println(mCurrentDiscoveryParameters); in dump()4669 mCurrentDiscoveryParameters.dumpDebug(proto); in dumpDebug()