Searched refs:shouldEnableHostRouting (Results 1 – 3 of 3) sorted by relevance
92 boolean shouldEnableHostRouting = nfcDiscoveryParameters.shouldEnableHostRouting(); in testDiscoveryParameters()97 Assert.assertFalse(shouldEnableHostRouting); in testDiscoveryParameters()103 shouldEnableHostRouting = nfcDiscoveryParameters.shouldEnableHostRouting(); in testDiscoveryParameters()108 Assert.assertTrue(shouldEnableHostRouting); in testDiscoveryParameters()
87 public boolean shouldEnableHostRouting() { in shouldEnableHostRouting() method in NfcDiscoveryParameters
253 params.shouldEnableHostRouting(), in enableDiscovery()