Home
last modified time | relevance | path

Searched refs:categoryAllowsForegroundPreference (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Nfc/framework/tests/src/android/nfc/cardemulation/
DCardemulationTest.java137 boolean result = mCardEmulation.categoryAllowsForegroundPreference("payment"); in testCategoryAllowsForegroundPreference()
/packages/modules/Nfc/framework/java/android/nfc/cardemulation/
DCardEmulation.java388 public boolean categoryAllowsForegroundPreference(String category) { in categoryAllowsForegroundPreference() method in CardEmulation
/packages/modules/Nfc/tests/cts/tests/src/android/nfc/cts/
DCardEmulationTest.java142 assertTrue(instance.categoryAllowsForegroundPreference(CardEmulation.CATEGORY_PAYMENT)); in testCategoryAllowsForegroundPreference()
143 assertTrue(instance.categoryAllowsForegroundPreference(CardEmulation.CATEGORY_OTHER)); in testCategoryAllowsForegroundPreference()
/packages/modules/Nfc/framework/api/
Dcurrent.txt204 method public boolean categoryAllowsForegroundPreference(String);