Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingCollector.java77 void onUnlockHintStarted(); in onUnlockHintStarted() method
H A DFalsingCollectorFake.java94 public void onUnlockHintStarted() { in onUnlockHintStarted() method in FalsingCollectorFake
H A DFalsingCollectorImpl.java255 public void onUnlockHintStarted() { in onUnlockHintStarted() method in FalsingCollectorImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java2834 onUnlockHintStarted(); in startUnlockHintAnimation()
2850 onUnlockHintStarted(); in startUnlockHintAnimation()
2863 void onUnlockHintStarted() { in onUnlockHintStarted() method in NotificationPanelViewController
2864 mFalsingCollector.onUnlockHintStarted(); in onUnlockHintStarted()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java870 mNotificationPanelViewController.onUnlockHintStarted(); in testUnlockAnimationDoesNotAffectScrim()