Home
last modified time | relevance | path

Searched refs:ActiveUnlockContentListener (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/activeunlock/
DActiveUnlockContentListenerTest.java32 import com.android.settings.biometrics.activeunlock.ActiveUnlockContentListener.OnContentChangedLis…
56 private ActiveUnlockContentListener mContentListener;
75 new ActiveUnlockContentListener( in setUp()
149 ActiveUnlockContentListener contentListener = in noProvider_subscribeDoesntRegisterObserver()
150 new ActiveUnlockContentListener( in noProvider_subscribeDoesntRegisterObserver()
/packages/apps/Settings/src/com/android/settings/biometrics/activeunlock/
DActiveUnlockSummaryListener.java27 private final ActiveUnlockContentListener mContentListener;
29 Context context, ActiveUnlockContentListener.OnContentChangedListener listener) { in ActiveUnlockSummaryListener()
30 mContentListener = new ActiveUnlockContentListener( in ActiveUnlockSummaryListener()
DActiveUnlockDeviceNameListener.java27 private final ActiveUnlockContentListener mActiveUnlockContentListener;
29 Context context, ActiveUnlockContentListener.OnContentChangedListener listener) { in ActiveUnlockDeviceNameListener()
30 mActiveUnlockContentListener = new ActiveUnlockContentListener( in ActiveUnlockDeviceNameListener()
DActiveUnlockContentListener.java36 public class ActiveUnlockContentListener { class
66 ActiveUnlockContentListener( in ActiveUnlockContentListener() method in ActiveUnlockContentListener
DActiveUnlockStatusPreferenceController.java30 import com.android.settings.biometrics.activeunlock.ActiveUnlockContentListener.OnContentChangedLis…
/packages/apps/Settings/src/com/android/settings/biometrics/combination/
DCombinedBiometricSettings.java31 import com.android.settings.biometrics.activeunlock.ActiveUnlockContentListener.OnContentChangedLis…