Searched refs:NfcDetectionPointController (Results 1 – 2 of 2) sorted by relevance
31 private NfcDetectionPointController mController;35 mController = new NfcDetectionPointController(ApplicationProvider.getApplicationContext(), in setUp()43 .isEqualTo(NfcDetectionPointController.AVAILABLE); in getAvailabilityStatus_withConfigIsTrue_returnAvailable()50 .isNotEqualTo(NfcDetectionPointController.AVAILABLE); in getAvailabilityStatus_withConfigIsFalse_returnUnavailable()
28 public class NfcDetectionPointController extends BasePreferenceController { class31 public NfcDetectionPointController(Context context, String preferenceKey) { in NfcDetectionPointController() method in NfcDetectionPointController