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/Exchange/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.java104 public void done() throws IOException { method in class:Serializer
/packages/apps/UnifiedEmail/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/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.java102 public void done() { method in class:TimerListItem
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestions.java72 public void done() { method in class:Suggestions
108 * the done status changes.
/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/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/src/com/android/gallery3d/filtershow/crop/
H A DCropActivity.java193 done();
232 done();
317 done();
352 done();
613 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/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DPinDialogFragment.java80 void done(boolean success); method in interface:PinDialogFragment.ResultListener
216 mListener.done(mRetCode == PIN_DIALOG_RESULT_SUCCESS);
234 private void done(String pin) { method in class:PinDialogFragment
235 if (DEBUG) Log.d(TAG, "done: mType=" + mType + " pin=" + pin);
458 mDialog.done(pin);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventView.java767 public EditEventView(Activity activity, View view, EditDoneRunnable done, argument
772 mDone = done;
1323 * Configures the Calendars spinner. This is only done for new events, because only new
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java1332 done();
1345 done();
1403 done();
1408 public void done() { method in class:FilterShowActivity
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 404 milliseconds