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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingService.java 146 Intent processIntent = new Intent(context, ProcessingService.class);
147 processIntent.putExtra(ProcessingService.SOURCE_URI,
149 processIntent.putExtra(ProcessingService.SELECTED_URI,
151 processIntent.putExtra(ProcessingService.QUALITY, quality);
152 processIntent.putExtra(ProcessingService.SIZE_FACTOR, sizeFactor);
154 processIntent.putExtra(ProcessingService.DESTINATION_FILE, destination.toString());
156 processIntent.putExtra(ProcessingService.PRESET,
158 processIntent.putExtra(ProcessingService.SAVING, true);
159 processIntent.putExtra(ProcessingService.EXIT, needsExit);
161 processIntent.putExtra(ProcessingService.FLATTEN, true)
    [all...]
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 119 processIntent(getIntent());
132 void processIntent(Intent intent) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ExportDialog.java 162 Intent processIntent = ProcessingService.getSaveIntent(activity, MasterImage
165 activity.startService(processIntent);
  /packages/services/Telephony/src/com/android/phone/
OutgoingCallBroadcaster.java 383 processIntent(intent);
386 // shown. Otherwise finish() is called inside processIntent(), is isFinishing() here will
424 private void processIntent(Intent intent) {
426 Log.v(TAG, "processIntent() = " + intent + ", thread: " + Thread.currentThread());
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 263 if (!processIntent(false)) {
284 if (!processIntent(true)) {
307 private boolean processIntent(boolean forNewIntent) {
311 Log.d(TAG, this + " processIntent: forNewIntent=" + forNewIntent
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 539 Intent processIntent = ProcessingService.getSaveIntent(filterShowActivity, preset,
542 filterShowActivity.startService(processIntent);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java 597 processIntent(newIntent);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 270 processIntent();
493 private void processIntent() {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java     [all...]

Completed in 751 milliseconds