Searched refs:shouldEnableDiscovery (Results 1 – 3 of 3) sorted by relevance
88 boolean shouldEnableDiscovery = nfcDiscoveryParameters.shouldEnableDiscovery(); in testDiscoveryParameters()94 Assert.assertFalse(shouldEnableDiscovery); in testDiscoveryParameters()100 shouldEnableDiscovery = nfcDiscoveryParameters.shouldEnableDiscovery(); in testDiscoveryParameters()105 Assert.assertTrue(shouldEnableDiscovery); in testDiscoveryParameters()
91 public boolean shouldEnableDiscovery() { in shouldEnableDiscovery() method in NfcDiscoveryParameters
3362 if (newParams.shouldEnableDiscovery()) { in applyRouting()3363 boolean shouldRestart = mCurrentDiscoveryParameters.shouldEnableDiscovery(); in applyRouting()3668 boolean shouldRestart = mCurrentDiscoveryParameters.shouldEnableDiscovery(); in handleMessage()3680 boolean shouldRestart = mCurrentDiscoveryParameters.shouldEnableDiscovery(); in handleMessage()3691 if (mCurrentDiscoveryParameters.shouldEnableDiscovery()) { in handleMessage()