Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DLivePreviewFragment.java385 final Uri uriSettingsSlice = getSettingsSliceUri(mWallpaper.getWallpaperComponent()); in onBottomActionBarReady() local
386 if (uriSettingsSlice != null) { in onBottomActionBarReady()
387 mSettingsLiveData = SliceLiveData.fromUri(requireContext(), uriSettingsSlice); in onBottomActionBarReady()
/aosp12/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java278 final Uri uriSettingsSlice = getSettingsSliceUri(info); in initSettingsPage() local
279 if (uriSettingsSlice == null) { in initSettingsPage()
293 mLiveDataSettings = SliceLiveData.fromUri(this /* context */, uriSettingsSlice); in initSettingsPage()