Searched refs:OnUnlockMethodChangedListener (Results 1 – 6 of 6) sorted by relevance
50 private final ArrayList<OnUnlockMethodChangedListener> mListeners = new ArrayList<>();105 public void addListener(OnUnlockMethodChangedListener listener) { in addListener()109 public void removeListener(OnUnlockMethodChangedListener listener) { in removeListener()134 for (OnUnlockMethodChangedListener listener : mListeners) { in notifyListeners()196 public static interface OnUnlockMethodChangedListener { interface in UnlockMethodCache
61 UnlockMethodCache.OnUnlockMethodChangedListener {
93 UnlockMethodCache.OnUnlockMethodChangedListener,
211 import com.android.systemui.statusbar.phone.UnlockMethodCache.OnUnlockMethodChangedListener;245 ActivityStarter, OnUnlockMethodChangedListener,
33 public class DynamicPrivacyController implements UnlockMethodCache.OnUnlockMethodChangedListener {
75 UnlockMethodCache.OnUnlockMethodChangedListener {