Searched refs:categoryAllowsForegroundPreference (Results 1 – 4 of 4) sorted by relevance
137 boolean result = mCardEmulation.categoryAllowsForegroundPreference("payment"); in testCategoryAllowsForegroundPreference()
388 public boolean categoryAllowsForegroundPreference(String category) { in categoryAllowsForegroundPreference() method in CardEmulation
142 assertTrue(instance.categoryAllowsForegroundPreference(CardEmulation.CATEGORY_PAYMENT)); in testCategoryAllowsForegroundPreference()143 assertTrue(instance.categoryAllowsForegroundPreference(CardEmulation.CATEGORY_OTHER)); in testCategoryAllowsForegroundPreference()
204 method public boolean categoryAllowsForegroundPreference(String);