Home
last modified time | relevance | path

Searched defs:logNumDaysDailyRotationFailed (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DNoOpUserEventLogger.java119 public void logNumDaysDailyRotationFailed(int days) { in logNumDaysDailyRotationFailed() method in NoOpUserEventLogger
H A DUserEventLogger.java152 void logNumDaysDailyRotationFailed(int days); in logNumDaysDailyRotationFailed() method
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestUserEventLogger.java198 public void logNumDaysDailyRotationFailed(int days) { in logNumDaysDailyRotationFailed() method in TestUserEventLogger