Searched refs:ACTION_URL (Results 1 – 2 of 2) sorted by relevance
64 private static final String ACTION_URL = "http://google.com"; field in DefaultWallpaperPersisterTest129 assertThat(mPrefs.getHomeWallpaperActionUrl()).isEqualTo(ACTION_URL); in setBitmapWallpaper_setsActionUrl()130 assertThat(mPrefs.getLockWallpaperActionUrl()).isEqualTo(ACTION_URL); in setBitmapWallpaper_setsActionUrl()144 wallpaperInfo.setActionUrl(ACTION_URL); in newStaticWallpaperInfo()
91 private static final String ACTION_URL = "http://google.com"; field in PreviewActivityTest123 mTestStaticWallpaper.setActionUrl(ACTION_URL); in setUp()129 mTestLiveWallpaper.setActionUrl(ACTION_URL); in setUp()