Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DDeepLinkUtils.java22 public class DeepLinkUtils { class
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCustomizationPickerActivity.java60 import com.android.wallpaper.util.DeepLinkUtils;
161 final String deepLinkCollectionId = DeepLinkUtils.getCollectionId(intent); in onCreate()
DCategorySelectorFragment.java60 import com.android.wallpaper.util.DeepLinkUtils;
198 if (!DeepLinkUtils.isDeepLink(getActivity().getIntent())) { in onCreateView()