OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mZenIntroductionConfirm
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenFooter.java
52
private View
mZenIntroductionConfirm
;
77
mZenIntroductionConfirm
= findViewById(R.id.zen_introduction_confirm);
78
mZenIntroductionConfirm
.setOnClickListener(new OnClickListener() {
ZenModePanel.java
110
private View
mZenIntroductionConfirm
;
193
mZenIntroductionConfirm
= findViewById(R.id.zen_introduction_confirm);
194
mZenIntroductionConfirm
.setOnClickListener(v -> confirmZenIntroduction());
[
all
...]
Completed in 55 milliseconds