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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockMethodCache.java39 private final ArrayList<OnUnlockMethodChangedListener> mListeners = new ArrayList<>();
80 public void addListener(OnUnlockMethodChangedListener listener) {
84 public void removeListener(OnUnlockMethodChangedListener listener) {
111 for (OnUnlockMethodChangedListener listener : mListeners) {
167 public static interface OnUnlockMethodChangedListener { interface in class:UnlockMethodCache
H A DKeyguardBottomAreaView.java76 UnlockMethodCache.OnUnlockMethodChangedListener,
H A DPhoneStatusBar.java172 import com.android.systemui.statusbar.phone.UnlockMethodCache.OnUnlockMethodChangedListener;
215 DragDownHelper.DragDownCallback, ActivityStarter, OnUnlockMethodChangedListener,
2568 @Override // UnlockMethodCache.OnUnlockMethodChangedListener

Completed in 235 milliseconds