HomeSort by relevance Sort by last modified time
    Searched defs:promisedIntent (Results 1 - 2 of 2) 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...]

Completed in 69 milliseconds