Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java39 private final ArrayList<OnUnlockMethodChangedListener> mListeners = new ArrayList<>();
80 public void addListener(OnUnlockMethodChangedListener listener) { in addListener()
84 public void removeListener(OnUnlockMethodChangedListener listener) { in removeListener()
111 for (OnUnlockMethodChangedListener listener : mListeners) { in notifyListeners()
177 public static interface OnUnlockMethodChangedListener { interface in UnlockMethodCache
DKeyguardBottomAreaView.java94 UnlockMethodCache.OnUnlockMethodChangedListener,
DStatusBar.java219 import com.android.systemui.statusbar.phone.UnlockMethodCache.OnUnlockMethodChangedListener;
253 DragDownHelper.DragDownCallback, ActivityStarter, OnUnlockMethodChangedListener,