Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/legal/
DWallpaperAttributionsPreferenceController.java23 public class WallpaperAttributionsPreferenceController extends BasePreferenceController { class
25 public WallpaperAttributionsPreferenceController(Context context, String key) { in WallpaperAttributionsPreferenceController() method in WallpaperAttributionsPreferenceController
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/legal/
DWallpaperAttributionsPreferenceController.java23 public class WallpaperAttributionsPreferenceController extends BasePreferenceController { class
25 public WallpaperAttributionsPreferenceController(Context context, String key) { in WallpaperAttributionsPreferenceController() method in WallpaperAttributionsPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/legal/
DWallpaperAttributionsPreferenceControllerTest.java36 private WallpaperAttributionsPreferenceController mController;
42 mController = new WallpaperAttributionsPreferenceController(mContext, "pref_key"); in setUp()