OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnUnlockMethodChangedListener
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
UnlockMethodCache.java
39
private final ArrayList<
OnUnlockMethodChangedListener
> mListeners = new ArrayList<>();
80
public void addListener(
OnUnlockMethodChangedListener
listener) {
84
public void removeListener(
OnUnlockMethodChangedListener
listener) {
111
for (
OnUnlockMethodChangedListener
listener : mListeners) {
167
public static interface
OnUnlockMethodChangedListener
{
KeyguardBottomAreaView.java
95
UnlockMethodCache.
OnUnlockMethodChangedListener
,
[
all
...]
StatusBar.java
213
import com.android.systemui.statusbar.phone.UnlockMethodCache.
OnUnlockMethodChangedListener
;
256
DragDownHelper.DragDownCallback, ActivityStarter,
OnUnlockMethodChangedListener
,
[
all
...]
Completed in 1287 milliseconds