HomeSort by relevance Sort by last modified time
    Searched refs:pickIntent (Results 1 - 2 of 2) sorted by null

  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardActivityLauncher.java 119 Intent pickIntent = new Intent(AppWidgetManager.ACTION_KEYGUARD_APPWIDGET_PICK);
121 pickIntent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetId);
122 pickIntent.putExtra(AppWidgetManager.EXTRA_CUSTOM_SORT, false);
123 pickIntent.putExtra(AppWidgetManager.EXTRA_CATEGORY_FILTER,
129 pickIntent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_OPTIONS, options);
130 pickIntent.addFlags(
136 launchActivity(pickIntent, false, false, null, null);
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]

Completed in 81 milliseconds