Searched defs:done (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Mms/src/com/android/mms/util/
H A DItemLoadedFuture.java34 void setIsDone(boolean done); argument
H A DNullItemLoadedFuture.java38 public void setIsDone(boolean done) { argument
/packages/apps/Email/src/org/apache/james/mime4j/decoder/
H A DBase64InputStream.java41 private boolean done = false; field in class:Base64InputStream
80 // "done" is needed for the two successive '=' at the end
81 while (!done) {
84 // No more input - just return, let outputBuffer drain out, and be done
88 done = true;
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DBase64InputStream.java49 private boolean done = false; field in class:Base64InputStream
91 // "done" is needed for the two successive '=' at the end
92 while (!done) {
98 done = true;
102 // No more input - just return, let outputBuffer drain out, and be done
106 // Allow for a second '=' before we're really done (we should get a zero next)
114 //done = true;
H A DSerializer.java91 public void done() throws IOException { method in class:Serializer
/packages/apps/Browser/src/com/android/browser/
H A DGoogleAccountLogin.java93 done();
134 done();
140 done();
147 done();
162 // thread that calls done() but I am paranoid.
208 done();
265 private synchronized void done() { method in class:GoogleAccountLogin
291 done();
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerListItem.java90 public void done() { method in class:TimerListItem
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DFilterUtils.java225 boolean[] done = new boolean[1];
226 return removeOneClusterFromPath(base, done);
229 private static String removeOneClusterFromPath(String base, boolean[] done) { argument
230 if (done[0]) return base;
234 done[0] = true;
248 sb.append(removeOneClusterFromPath(sets[j], done));
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestions.java164 public void done() { method in class:Suggestions
225 * the done status changes.
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_image_homography.cpp180 int nr_sols,i,best_sol,done; local
190 done=0;
216 if(!done || cost<best_cost)
218 done=1;
/packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
H A Ddb_image_homography.cpp180 int nr_sols,i,best_sol,done; local
190 done=0;
216 if(!done || cost<best_cost)
218 done=1;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropActivity.java190 done();
229 done();
314 done();
349 done();
610 private void done() { method in class:CropActivity
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_image_homography.cpp180 int nr_sols,i,best_sol,done; local
190 done=0;
216 if(!done || cost<best_cost)
218 done=1;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java884 done();
895 done();
961 done();
1020 done();
1046 public void done() { method in class:FilterShowActivity
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventView.java760 public EditEventView(Activity activity, View view, EditDoneRunnable done, argument
765 mDone = done;
1316 * Configures the Calendars spinner. This is only done for new events, because only new
/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DExchangeService.java989 // The provider can't be reached; nothing to be done
1382 // Tell the service we're done
1763 // We're done if there's an active network
2040 // in the adapters themselves, i.e. they return cleanly via done(). When the Email
2591 static public void done(AbstractSyncService svc) { method in class:ExchangeService

Completed in 4589 milliseconds