Searched defs:promisedIntent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutInfo.java118 Intent promisedIntent; field in class:ShortcutInfo
177 mIcon = iconCache.getIcon(promisedIntent != null ? promisedIntent : intent, user);
188 String uri = promisedIntent != null ? promisedIntent.toUri(0)
229 return promisedIntent != null ? promisedIntent.getComponent() : intent.getComponent();

Completed in 64 milliseconds