Searched refs:OnUnlockMethodChangedListener (Results 1 – 3 of 3) sorted by relevance
39 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
94 UnlockMethodCache.OnUnlockMethodChangedListener,
219 import com.android.systemui.statusbar.phone.UnlockMethodCache.OnUnlockMethodChangedListener;253 DragDownHelper.DragDownCallback, ActivityStarter, OnUnlockMethodChangedListener,