Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/activeunlock/
DActiveUnlockStatusPreferenceController.java38 public class ActiveUnlockStatusPreferenceController class
55 public ActiveUnlockStatusPreferenceController(@NonNull Context context) { in ActiveUnlockStatusPreferenceController() method in ActiveUnlockStatusPreferenceController
59 public ActiveUnlockStatusPreferenceController( in ActiveUnlockStatusPreferenceController() method in ActiveUnlockStatusPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/activeunlock/
DActiveUnlockStatusPreferenceControllerTest.java66 private ActiveUnlockStatusPreferenceController mController;
87 mController = new ActiveUnlockStatusPreferenceController(mContext); in setUp()
/packages/apps/Settings/src/com/android/settings/biometrics/combination/
DCombinedBiometricSettings.java18 import static com.android.settings.biometrics.activeunlock.ActiveUnlockStatusPreferenceController.K…