Searched refs:OnUnlockMethodChangedListener (Results 1 – 3 of 3) sorted by relevance
38 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
68 UnlockMethodCache.OnUnlockMethodChangedListener,
151 import com.android.systemui.statusbar.phone.UnlockMethodCache.OnUnlockMethodChangedListener;188 DragDownHelper.DragDownCallback, ActivityStarter, OnUnlockMethodChangedListener {