Searched defs:launch (Results 1 - 7 of 7) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DLauncherActivity.java53 // Array of boolean extras that should be copied when creating new launch intents.
63 launch();
68 private void launch() { method in class:LauncherActivity
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
H A DLensPickerActivity.java87 // Directly launch the package rather than showing a list of 1.
93 launch(facetId, packageName, launchIntent);
95 Log.e(TAG, "Failed to get launch intent for package" + packageName);
202 launch(item.getFacetId(), launchIntent.getPackage(), launchIntent);
206 private void launch(String facetId, String packageName, Intent launchIntent) { method in class:LensPickerActivity
212 LensPickerUtils.launch(this /* context */, mSharedPrefs, facetId, packageName,
H A DLensPickerUtils.java61 * Launches the application that is specified by the given launch launch. The other parameters
65 public static void launch(Context context, SharedPreferences sharedPrefs, String facetId, method in class:LensPickerUtils
83 * Saves the given app launch information as the last launched application.
175 * A class that wraps all the information needed to launch a particular application from the
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
H A DNotificationListenerActivity.java194 public void launch(View v) { method in class:NotificationListenerActivity
195 Log.d(TAG, "clicked launch");
/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPicker.java198 mAdapter.mItems.get(position).launch(this);
491 mAdapter.mItems.get(0).launch(this);
823 public void launch(Activity activity) { method in class:Item
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java62 PhotoTable.this.launch();
598 public void launch() { method in class:PhotoTable
994 /** Schedule the first launch. Idempotent. */
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java374 launch(launcher, account, message, EDIT_DRAFT, null, null, null, null,
382 launch(launcher, account, null, COMPOSE, null, null, null, null, null /* extraValues */);
389 launch(launcher, account, null, COMPOSE, toAddress, null, null, null,
398 launch(launcher, account, null, COMPOSE, null, null, null, subject, extraValues);
441 launch(launcher, account, message, REPLY, null, null, null, null, null /* extraValues */);
448 launch(launcher, account, message, REPLY_ALL, null, null, null, null,
456 launch(launcher, account, message, FORWARD, null, null, null, null, null /* extraValues */);
461 launch(launcher, account, message, FORWARD,
465 private static void launch(Context context, Account account, Message message, int action, method in class:ComposeActivity

Completed in 400 milliseconds