Home
last modified time | relevance | path

Searched refs:NfcDetectionPointController (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/nfc/
H A DNfcDetectionPointControllerTest.java31 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()
/aosp12/packages/apps/Settings/src/com/android/settings/nfc/
H A DNfcDetectionPointController.java28 public class NfcDetectionPointController extends BasePreferenceController { class
31 public NfcDetectionPointController(Context context, String preferenceKey) { in NfcDetectionPointController() method in NfcDetectionPointController