HomeSort by relevance Sort by last modified time
    Searched defs:addShortcut (Results 1 - 4 of 4) sorted by null

  /development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublishingService.java 45 addShortcut();
50 private void addShortcut() {
  /packages/apps/Launcher3/src/com/android/launcher3/
CommonAppTypeParser.java 100 protected long addShortcut(String title, Intent intent, int type) {
105 return super.addShortcut(title, intent, type);
AutoInstallsLayout.java 290 protected long addShortcut(String title, Intent intent, int type) {
361 return addShortcut(info.loadLabel(mPackageManager).toString(),
401 return addShortcut(mContext.getString(R.string.package_state_unknown), intent,
445 return addShortcut(mSourceRes.getString(titleResId),
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java     [all...]

Completed in 460 milliseconds