Home
last modified time | relevance | path

Searched refs:setupAodIcons (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaControllerTest.java113 mController.setupAodIcons(mAodIcons); in testAppearResetsTranslation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java422 mNotificationIconAreaController.setupAodIcons(nic); in updateAodIcons()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java169 public void setupAodIcons(@NonNull NotificationIconContainer aodIcons) { in setupAodIcons() method in NotificationIconAreaController