Searched refs:ActiveUnlockStatusUtils (Results 1 – 12 of 12) sorted by relevance
33 import com.android.settings.biometrics.activeunlock.ActiveUnlockStatusUtils;44 ActiveUnlockTestUtils.enable(context, ActiveUnlockStatusUtils.UNLOCK_INTENT_LAYOUT); in enable()69 ActiveUnlockStatusUtils.CONFIG_FLAG_NAME, in enable()77 ActiveUnlockStatusUtils.CONFIG_FLAG_NAME, in disable()
61 private ActiveUnlockStatusUtils mActiveUnlockStatusUtils;75 mActiveUnlockStatusUtils = new ActiveUnlockStatusUtils(mApplicationContext); in setUp()125 mApplicationContext, ActiveUnlockStatusUtils.UNLOCK_INTENT_LAYOUT); in configIsUnlockOnIntent_useUnlockIntentLayoutIsTrue()154 mApplicationContext, ActiveUnlockStatusUtils.UNLOCK_INTENT_LAYOUT); in getIntro_faceEnabled_returnsFace()166 mApplicationContext, ActiveUnlockStatusUtils.UNLOCK_INTENT_LAYOUT); in getIntro_fingerprintEnabled_returnsFingerprint()178 mApplicationContext, ActiveUnlockStatusUtils.UNLOCK_INTENT_LAYOUT); in getIntro_faceAndFingerprintEnabled_returnsFaceAndFingerprint()
25 import com.android.settings.biometrics.activeunlock.ActiveUnlockStatusUtils;67 final ActiveUnlockStatusUtils activeUnlockStatusUtils = in getAvailabilityStatus()68 new ActiveUnlockStatusUtils(mContext); in getAvailabilityStatus()
27 import com.android.settings.biometrics.activeunlock.ActiveUnlockStatusUtils;73 final ActiveUnlockStatusUtils activeUnlockStatusUtils = in getAvailabilityStatus()74 new ActiveUnlockStatusUtils(mContext); in getAvailabilityStatus()
34 import com.android.settings.biometrics.activeunlock.ActiveUnlockStatusUtils;51 private ActiveUnlockStatusUtils mActiveUnlockStatusUtils;65 mActiveUnlockStatusUtils = new ActiveUnlockStatusUtils(getActivity()); in onCreate()
32 import com.android.settings.biometrics.activeunlock.ActiveUnlockStatusUtils;47 private final ActiveUnlockStatusUtils mActiveUnlockStatusUtils;79 mActiveUnlockStatusUtils = new ActiveUnlockStatusUtils(context); in BiometricStatusPreferenceController()
34 import com.android.settings.biometrics.activeunlock.ActiveUnlockStatusUtils;82 final ActiveUnlockStatusUtils activeUnlockStatusUtils = in setSafetySourceData()83 new ActiveUnlockStatusUtils(context); in setSafetySourceData()
49 private final ActiveUnlockStatusUtils mActiveUnlockStatusUtils;62 mActiveUnlockStatusUtils = new ActiveUnlockStatusUtils(context); in ActiveUnlockStatusPreferenceController()
55 private ActiveUnlockStatusUtils mActiveUnlockStatusUtils;62 mActiveUnlockStatusUtils = new ActiveUnlockStatusUtils(this); in onCreate()
41 public class ActiveUnlockStatusUtils { class60 public ActiveUnlockStatusUtils(@NonNull Context context) { in ActiveUnlockStatusUtils() method in ActiveUnlockStatusUtils
77 String authority = new ActiveUnlockStatusUtils(mContext).getAuthority(); in ActiveUnlockContentListener()