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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockMethodCache.java38 private final ArrayList<OnUnlockMethodChangedListener> mListeners = new ArrayList<>();
74 public void addListener(OnUnlockMethodChangedListener listener) {
78 public void removeListener(OnUnlockMethodChangedListener listener) {
101 for (OnUnlockMethodChangedListener listener : mListeners) {
146 public static interface OnUnlockMethodChangedListener { interface in class:UnlockMethodCache
H A DKeyguardBottomAreaView.java68 UnlockMethodCache.OnUnlockMethodChangedListener,
H A DPhoneStatusBar.java151 import com.android.systemui.statusbar.phone.UnlockMethodCache.OnUnlockMethodChangedListener;
188 DragDownHelper.DragDownCallback, ActivityStarter, OnUnlockMethodChangedListener {
2192 @Override // UnlockMethodCache.OnUnlockMethodChangedListener

Completed in 62 milliseconds