Searched refs:UserEventLogger (Results 1 – 18 of 18) sorted by relevance
28 import com.android.wallpaper.module.UserEventLogger;29 import com.android.wallpaper.module.UserEventLogger.WallpaperSetFailureReason;106 final UserEventLogger eventLogger = injector.getUserEventLogger(appContext); in setWallpaper()120 … eventLogger.logWallpaperSetResult(UserEventLogger.WALLPAPER_SET_RESULT_SUCCESS); in setWallpaper()126 … eventLogger.logWallpaperSetResult(UserEventLogger.WALLPAPER_SET_RESULT_FAILURE); in setWallpaper()128 ? UserEventLogger.WALLPAPER_SET_FAILURE_REASON_OOM in setWallpaper()129 : UserEventLogger.WALLPAPER_SET_FAILURE_REASON_OTHER; in setWallpaper()
22 import com.android.wallpaper.module.UserEventLogger;43 UserEventLogger eventLogger = in onClick()
20 import com.android.wallpaper.module.UserEventLogger.WallpaperSetFailureReason;48 private final UserEventLogger mUserEventLogger;53 WallpaperPreferences preferences, UserEventLogger userEventLogger, in WallpaperSetter()170 UserEventLogger.WALLPAPER_SET_RESULT_SUCCESS); in onWallpaperApplied()180 UserEventLogger.WALLPAPER_SET_RESULT_FAILURE); in onWallpaperApplyError()183 ? UserEventLogger.WALLPAPER_SET_FAILURE_REASON_OOM in onWallpaperApplyError()184 : UserEventLogger.WALLPAPER_SET_FAILURE_REASON_OTHER; in onWallpaperApplyError()
55 UserEventLogger logger = injector.getUserEventLogger(appContext); in onReceive()124 UserEventLogger logger = injector.getUserEventLogger(appContext); in logDailyWallpaperRotationStatus()136 … if (UserEventLogger.ROTATION_STATUS_FAILED == lastDailyWallpaperRotationStatus) { in logDailyWallpaperRotationStatus()147 … logger.logDailyWallpaperRotationStatus(UserEventLogger.ROTATION_STATUS_NOT_ATTEMPTED); in logDailyWallpaperRotationStatus()
23 public class NoOpUserEventLogger implements UserEventLogger {
25 public interface UserEventLogger { interface
59 UserEventLogger getUserEventLogger(Context context); in getUserEventLogger()
51 import com.android.wallpaper.module.UserEventLogger;169 assertEquals(UserEventLogger.WALLPAPER_SET_RESULT_SUCCESS, in testClickSetWallpaper_Success_HomeScreen()197 assertEquals(UserEventLogger.WALLPAPER_SET_RESULT_SUCCESS, in testClickSetWallpaper_Success_LockScreen()228 assertEquals(UserEventLogger.WALLPAPER_SET_RESULT_SUCCESS, in testClickSetWallpaper_Success_BothHomeAndLockScreen()251 assertEquals(UserEventLogger.WALLPAPER_SET_RESULT_FAILURE, in testClickSetWallpaper_Fails_HomeScreen_ShowsErrorDialog()290 assertEquals(UserEventLogger.WALLPAPER_SET_RESULT_FAILURE, in testClickSetWallpaper_Fails_LockScreen_ShowsErrorDialog()331 assertEquals(UserEventLogger.WALLPAPER_SET_RESULT_FAILURE, in testClickSetWallpaper_Fails_BothHomeAndLock_ShowsErrorDialog()
21 import com.android.wallpaper.module.UserEventLogger;26 public interface ThemesUserEventLogger extends UserEventLogger {
67 import com.android.wallpaper.module.UserEventLogger;68 import com.android.wallpaper.module.UserEventLogger.WallpaperSetFailureReason;106 private UserEventLogger mUserEventLogger;897 … mUserEventLogger.logWallpaperSetResult(UserEventLogger.WALLPAPER_SET_RESULT_SUCCESS); in setCustomPhotoWallpaper()921 UserEventLogger.WALLPAPER_SET_RESULT_FAILURE); in setCustomPhotoWallpaper()923 ? UserEventLogger.WALLPAPER_SET_FAILURE_REASON_OOM in setCustomPhotoWallpaper()924 : UserEventLogger.WALLPAPER_SET_FAILURE_REASON_OTHER; in setCustomPhotoWallpaper()
30 import com.android.wallpaper.module.UserEventLogger;45 private UserEventLogger mUserEventLogger;
63 import com.android.wallpaper.module.UserEventLogger;522 final UserEventLogger eventLogger = in bindWallpaperAsset()593 final UserEventLogger eventLogger = in updateExploreSectionVisibility()700 final UserEventLogger eventLogger = in bindHomeWallpaper()786 final UserEventLogger eventLogger = in bindLockWallpaper()874 final UserEventLogger eventLogger = in onClick()
64 import com.android.wallpaper.module.UserEventLogger;146 protected UserEventLogger mUserEventLogger;
39 import com.android.wallpaper.module.UserEventLogger;65 private UserEventLogger mUserEventLogger;169 public UserEventLogger getUserEventLogger(Context unused) { in getUserEventLogger()
18 import com.android.wallpaper.module.UserEventLogger;24 public class TestUserEventLogger implements UserEventLogger {
32 private UserEventLogger mUserEventLogger;45 public synchronized UserEventLogger getUserEventLogger(Context context) { in getUserEventLogger()
66 import com.android.wallpaper.module.UserEventLogger;94 private UserEventLogger mUserEventLogger;