Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DWallpaperPickerDelegate.java83 private String mDownloadableIntentAction; field in WallpaperPickerDelegate
106 mDownloadableIntentAction = injector.getDownloadableIntentAction(); in WallpaperPickerDelegate()
117 if (mDownloadableIntentAction != null) { in initialize()
124 mDownloadableWallpaperStatusListener, mDownloadableIntentAction); in initialize()