Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingCollector.java83 void onUnlockHintStarted(); in onUnlockHintStarted() method
H A DFalsingCollectorFake.java102 public void onUnlockHintStarted() { in onUnlockHintStarted() method in FalsingCollectorFake
H A DFalsingCollectorImpl.java253 public void onUnlockHintStarted() { in onUnlockHintStarted() method in FalsingCollectorImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java949 onUnlockHintStarted(); in startUnlockHintAnimation()
957 protected void onUnlockHintStarted() { in onUnlockHintStarted() method in PanelViewController
958 mStatusBar.onUnlockHintStarted(); in onUnlockHintStarted()
H A DNotificationPanelViewController.java3156 onUnlockHintStarted(); in startUnlockHintAnimation()
3170 protected void onUnlockHintStarted() { in onUnlockHintStarted() method in NotificationPanelViewController
3171 super.onUnlockHintStarted(); in onUnlockHintStarted()
H A DStatusBar.java3402 public void onUnlockHintStarted() { in onUnlockHintStarted() method
3403 mFalsingCollector.onUnlockHintStarted(); in onUnlockHintStarted()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
H A DDataCollector.java461 public void onUnlockHintStarted() { in onUnlockHintStarted() method in DataCollector