Home
last modified time | relevance | path

Searched refs:shouldEnableHostRouting (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/
DNfcDiscoveryParametersTest.java87 boolean shouldEnableHostRouting = nfcDiscoveryParameters.shouldEnableHostRouting(); in testDiscoveryParameters()
92 assertFalse(shouldEnableHostRouting); in testDiscoveryParameters()
98 shouldEnableHostRouting = nfcDiscoveryParameters.shouldEnableHostRouting(); in testDiscoveryParameters()
103 assertTrue(shouldEnableHostRouting); in testDiscoveryParameters()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DNfcDiscoveryParameters.java96 public boolean shouldEnableHostRouting() { in shouldEnableHostRouting() method in NfcDiscoveryParameters
/packages/modules/Nfc/NfcNci/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java369 params.shouldEnableHostRouting(), in enableDiscovery()