OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onNotificationActive
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
FalsingManager.java
312
public void
onNotificationActive
() {
313
mDataCollector.
onNotificationActive
();
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
DataCollector.java
330
public void
onNotificationActive
() {
332
Log.d(TAG, "
onNotificationActive
");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java
307
mFalsingManager.
onNotificationActive
();
[
all
...]
Completed in 103 milliseconds