Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarStateControllerImpl.java426 public String getClockId() { in getClockId() method in StatusBarStateControllerImpl
441 return ((KeyguardClockSwitch) clockSwitch).getClockId(); in getClockId()
453 .setTag(getClockId()) in beginInteractionJankMonitor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockedScreenOffAnimationController.kt232 .setTag(statusBarStateControllerImpl.getClockId())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitch.java219 public String getClockId() { in getClockId() method in KeyguardClockSwitch