Searched refs:launch (Results 1 - 4 of 4) sorted by relevance

/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
H A DNotificationListenerActivity.java131 public void launch(View v) { method in class:NotificationListenerActivity
132 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/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java343 launch(launcher, account, message, EDIT_DRAFT, null, null, null, null,
351 launch(launcher, account, null, COMPOSE, null, null, null, null, null /* extraValues */);
358 launch(launcher, account, null, COMPOSE, toAddress, null, null, null,
367 launch(launcher, account, null, COMPOSE, null, null, null, subject, extraValues);
410 launch(launcher, account, message, REPLY, null, null, null, null, null /* extraValues */);
417 launch(launcher, account, message, REPLY_ALL, null, null, null, null,
425 launch(launcher, account, message, FORWARD, null, null, null, null, null /* extraValues */);
430 launch(launcher, account, message, FORWARD,
434 private static void launch(Context context, Account account, Message message, int action, method in class:ComposeActivity
/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. */

Completed in 459 milliseconds