HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_CREATE_SHORTCUT (Results 1 - 25 of 49) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
Somnambulator.java 40 if (Intent.ACTION_CREATE_SHORTCUT.equals(action)) {
  /packages/apps/Email/src/com/android/email2/ui/
CreateShortcutActivityEmail.java 40 intent.setAction(Intent.ACTION_CREATE_SHORTCUT);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
CreateShortcutActivity.java 38 intent.setAction(Intent.ACTION_CREATE_SHORTCUT);
MailboxSelectionActivity.java 96 if (Intent.ACTION_CREATE_SHORTCUT.equals(getIntent().getAction())) {
281 Intent.ACTION_CREATE_SHORTCUT : AppWidgetManager.ACTION_APPWIDGET_CONFIGURE);
FolderSelectionActivity.java 161 mConfigureShortcut = Intent.ACTION_CREATE_SHORTCUT.equals(action);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LauncherShortcuts.java 67 if (Intent.ACTION_CREATE_SHORTCUT.equals(action)) {
  /packages/apps/Settings/tests/unit/src/com/android/settings/shortcut/
CreateShortcutTest.java 84 mInstrumentation.startActivitySync(new Intent(Intent.ACTION_CREATE_SHORTCUT)
93 new Intent(Intent.ACTION_CREATE_SHORTCUT)
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerConfigActivityTest.java 82 assertEquals(Intent.ACTION_CREATE_SHORTCUT, intent.getAction());
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
InterpreterPicker.java 71 if (Intent.ACTION_CREATE_SHORTCUT.equals(getIntent().getAction())) {
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
ShortcutConfigActivityInfo.java 80 Intent intent = new Intent(Intent.ACTION_CREATE_SHORTCUT)
LauncherAppsCompatVL.java 197 pm.queryIntentActivities(new Intent(Intent.ACTION_CREATE_SHORTCUT), 0)) {
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 183 Intent intent = new Intent(Intent.ACTION_CREATE_SHORTCUT);
188 Intent intent = new Intent(Intent.ACTION_CREATE_SHORTCUT);
194 Intent intent = new Intent(Intent.ACTION_CREATE_SHORTCUT);
  /development/samples/ShortcutSample/src/com/example/android/shortcutsample/
Main.java 76 } else if (Intent.ACTION_CREATE_SHORTCUT.equals(getIntent().getAction())) {
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java 112 } else if (Intent.ACTION_CREATE_SHORTCUT.equals(action)) {
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 252 * {@link Intent#ACTION_CREATE_SHORTCUT} filled with the item label.
264 intent.setAction(Intent.ACTION_CREATE_SHORTCUT);
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 318 new Intent(Intent.ACTION_CREATE_SHORTCUT).setPackage(packageName), user);
352 Intent intent = new Intent(Intent.ACTION_CREATE_SHORTCUT).setComponent(component);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java     [all...]
Launcher.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java 626 // Handle custom shortcuts created using ACTION_CREATE_SHORTCUT.
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 428 milliseconds

1 2