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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutInfo.java159 Intent promisedIntent; field in class:ShortcutInfo
170 /** Returns {@link #promisedIntent}, or {@link #intent} if promisedIntent is null. */
172 return promisedIntent != null ? promisedIntent : intent;
241 iconCache.getTitleAndIcon(this, promisedIntent != null ? promisedIntent : intent, user,
257 String uri = promisedIntent != null ? promisedIntent.toUri(0)
274 return promisedIntent !
[all...]

Completed in 30 milliseconds