Home
last modified time | relevance | path

Searched refs:onUnlockHintStarted (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingManager.java448 public void onUnlockHintStarted() { in onUnlockHintStarted() method in FalsingManager
449 mDataCollector.onUnlockHintStarted(); in onUnlockHintStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java1086 onUnlockHintStarted(); in startUnlockHintAnimation()
1094 protected void onUnlockHintStarted() { in onUnlockHintStarted() method in PanelView
1095 mStatusBar.onUnlockHintStarted(); in onUnlockHintStarted()
DNotificationPanelView.java2052 onUnlockHintStarted(); in startUnlockHintAnimation()
2131 protected void onUnlockHintStarted() { in onUnlockHintStarted() method in NotificationPanelView
2132 super.onUnlockHintStarted(); in onUnlockHintStarted()
DStatusBar.java4094 public void onUnlockHintStarted() { in onUnlockHintStarted() method
4095 mFalsingManager.onUnlockHintStarted(); in onUnlockHintStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
DDataCollector.java424 public void onUnlockHintStarted() { in onUnlockHintStarted() method in DataCollector