Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutInfo.java71 Intent restoredIntent; field in ShortcutInfo
82 return restoredIntent; in getRestoredIntent()
89 if (restoredIntent != null) { in restore()
90 intent = restoredIntent; in restore()
91 restoredIntent = null; in restore()
DLauncherModel.java2879 info.restoredIntent = intent;