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.java38 private final ArrayList<OnUnlockMethodChangedListener> mListeners = new ArrayList<>();
74 public void addListener(OnUnlockMethodChangedListener listener) { in addListener()
78 public void removeListener(OnUnlockMethodChangedListener listener) { in removeListener()
101 for (OnUnlockMethodChangedListener listener : mListeners) { in notifyListeners()
146 public static interface OnUnlockMethodChangedListener { interface in UnlockMethodCache
DKeyguardBottomAreaView.java68 UnlockMethodCache.OnUnlockMethodChangedListener,
DPhoneStatusBar.java151 import com.android.systemui.statusbar.phone.UnlockMethodCache.OnUnlockMethodChangedListener;
188 DragDownHelper.DragDownCallback, ActivityStarter, OnUnlockMethodChangedListener {