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 148 Intent promisedIntent;
207 iconCache.getTitleAndIcon(this, promisedIntent != null ? promisedIntent : intent, user,
223 String uri = promisedIntent != null ? promisedIntent.toUri(0)
265 return promisedIntent != null ? promisedIntent.getComponent() : intent.getComponent();
LauncherModel.java 347 si.promisedIntent, user,
    [all...]
IconCache.java 407 st.promisedIntent != null ? st.promisedIntent : st.intent,
    [all...]

Completed in 250 milliseconds