HomeSort by relevance Sort by last modified time
    Searched full:promisedintent (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutInfo.java 143 Intent promisedIntent;
203 iconCache.getTitleAndIcon(this, promisedIntent != null ? promisedIntent : intent, user,
215 String uri = promisedIntent != null ? promisedIntent.toUri(0)
257 return promisedIntent != null ? promisedIntent.getComponent() : intent.getComponent();
LauncherModel.java 362 si.promisedIntent, user,
    [all...]
IconCache.java 406 st.promisedIntent != null ? st.promisedIntent : st.intent,
    [all...]

Completed in 95 milliseconds