Searched refs:done (Results 1 - 25 of 52) sorted by relevance

123

/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
H A DPduLoaderManager.java121 public void setIsDone(boolean done) {
122 mIsDone = done;
/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;
/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/Exchange/src/com/android/exchange/eas/
H A DEasSettings.java64 s.end().done();
H A DEasSearchGal.java54 s.end().end().end().done();
H A DEasFolderSync.java162 .end().end().done();
/packages/apps/Exchange/tests/src/com/android/exchange/eas/
H A DEasProvisionTests.java59 expectedResult.end().end().end().done();
90 expectedResult.end().end().end().done();
118 expectedResult.end().end().done(); // PROVISION_REMOTE_WIPE, PROVISION_PROVISION
150 expectedResult.end().end().end().done();
/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/UnifiedEmail/src/com/android/mail/ui/
H A DShortcutNameActivity.java68 findViewById(R.id.done).setOnClickListener(this);
79 if (R.id.done == id) {
/packages/apps/UnifiedEmail/assets/
H A Dscript.js223 var done = false;
255 done = true;
259 if (!done) {
271 done = true;
276 if (!done) {
291 done = true;
296 if (!done) {
310 done = true;
327 if (!done && (elWidth - newWidth) / (elWidth - docWidth) >
330 done
[all...]
/packages/apps/Music/src/com/android/music/
H A DCreatePlaylist.java154 boolean done = false;
155 while (!done) {
156 done = true;
162 done = false;
/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/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/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestions.java72 public void done() { method in class:Suggestions
108 * the done status changes.
H A DSuggestionsProviderImpl.java71 suggestions.done();
/packages/apps/Settings/src/com/android/settings/accounts/
H A DAddAccountSettings.java89 boolean done = true;
95 done = false;
119 if (done) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexClientSession.java114 int done = 0;
115 while (done < size) {
116 int got = is.read(buffer, done, size - done);
118 done += got;
120 return done;
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
H A DSerializerTests.java41 // Basic test for use of start, end, tag, data, opaque, and done
59 s.done(); // DOCUMENT
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountServerBaseFragment.java74 // Used to post the callback once we're done saving, since we can't perform fragment
131 mProceedButton = UiUtilities.getView(view, R.id.done);
189 } else if (viewId == R.id.done) {
/packages/services/Telephony/src/com/android/phone/
H A DCallFeaturesSetting.java262 * Id of error msg to display to user once we are done reverting the VM provider to the previous
295 * default provider and should therefore save them out when done.
712 * TODO: Refactor to make it easier to understand what's done in the different stages.
807 boolean done = true;
810 done = false;
815 if (done) {
834 // Called after we are done saving the previous forwarding settings if we needed.
878 boolean done = false;
883 done = true;
913 done
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerItemFragment.java90 v.done();
H A DTimerListItem.java102 public void done() { method in class:TimerListItem

Completed in 578 milliseconds

123