Home
last modified time | relevance | path

Searched refs:mNumDaysDailyRotationNotAttempted (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestUserEventLogger.java46 private int mNumDaysDailyRotationNotAttempted; field in TestUserEventLogger
57 mNumDaysDailyRotationNotAttempted = -1; in TestUserEventLogger()
210 mNumDaysDailyRotationNotAttempted = days; in logNumDaysDailyRotationNotAttempted()
288 return mNumDaysDailyRotationNotAttempted; in getNumDaysDailyRotationNotAttempted()
H A DTestWallpaperPreferences.java75 private int mNumDaysDailyRotationNotAttempted; field in TestWallpaperPreferences
478 mNumDaysDailyRotationNotAttempted++; in incrementNumDaysDailyRotationNotAttempted()
483 return mNumDaysDailyRotationNotAttempted; in getNumDaysDailyRotationNotAttempted()
487 mNumDaysDailyRotationNotAttempted = days; in setNumDaysDailyRotationNotAttempted()
492 mNumDaysDailyRotationNotAttempted = 0; in resetNumDaysDailyRotationNotAttempted()