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

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardActivityLauncher.java 125 Intent pickIntent = new Intent(AppWidgetManager.ACTION_KEYGUARD_APPWIDGET_PICK);
127 pickIntent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetId);
128 pickIntent.putExtra(AppWidgetManager.EXTRA_CUSTOM_SORT, false);
129 pickIntent.putExtra(AppWidgetManager.EXTRA_CATEGORY_FILTER,
135 pickIntent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_OPTIONS, options);
136 pickIntent.addFlags(
142 launchActivity(pickIntent, false, false, null, null);
  /frameworks/base/docs/html/guide/topics/appwidgets/
host.jd 123 Intent pickIntent =
125 pickIntent.putExtra
128 startActivityForResult(pickIntent, REQUEST_PICK_APPWIDGET);
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java     [all...]

Completed in 994 milliseconds