Searched refs:mCurrentDiscoveryParameters (Results 1 – 1 of 1) sorted by relevance
255 NfcDiscoveryParameters mCurrentDiscoveryParameters = field in NfcService821 mCurrentDiscoveryParameters = NfcDiscoveryParameters.getNfcOffParameters(); in disableInternal()1865 if (force || !newParams.equals(mCurrentDiscoveryParameters)) { in applyRouting()1867 boolean shouldRestart = mCurrentDiscoveryParameters.shouldEnableDiscovery(); in applyRouting()1872 mCurrentDiscoveryParameters = newParams; in applyRouting()2148 boolean shouldRestart = mCurrentDiscoveryParameters.shouldEnableDiscovery(); in handleMessage()2160 boolean shouldRestart = mCurrentDiscoveryParameters.shouldEnableDiscovery(); in handleMessage()2171 if (mCurrentDiscoveryParameters.shouldEnableDiscovery()) { in handleMessage()2969 pw.println(mCurrentDiscoveryParameters); in dump()