Searched defs:save (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Calculator/src/com/android/calculator2/
H A DPersist.java59 void save() { method in class:Persist
/packages/apps/Browser/src/com/android/browser/
H A DAddBookmarkPage.java62 if (save()) {
115 * Runnable to save a bookmark, so it can be performed in its own thread.
172 boolean save() { method in class:AddBookmarkPage
200 // can't save their bookmark. If it was null, we'll assume
/packages/apps/Email/src/com/android/email/
H A DPreferences.java190 public void save() { method in class:Preferences
H A DAccount.java29 * Account stores all of the settings for a single account defined by the user. It is able to save
297 public void save(Preferences preferences) { method in class:Account
/packages/apps/Calendar/src/com/android/calendar/
H A DEditEvent.java456 if (save()) {
498 // tries to save the event before the calendars have finished loading.
575 save();
815 mSaveButton = (Button) findViewById(R.id.save);
1205 if (!save()) {
1608 private boolean save() { method in class:EditEvent
1647 // save the timezone as a recent one
2031 * @param forceSave if true, then save the reminders even if they didn't
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAllApps3D.java313 sRollo.mState.save();
329 sRollo.mState.save();
332 sRollo.mState.save();
359 sRollo.mState.save();
373 sRollo.mState.save();
514 sRollo.mState.save();
614 sRollo.mState.save();
635 sRollo.mState.save();
649 sRollo.mState.save();
677 sRollo.mState.save();
1042 void save() { method in class:AllApps3D.RolloRS.BaseAlloc
[all...]
/packages/apps/Email/src/com/android/email/provider/
H A DEmailContent.java123 public Uri save(Context context) { method in class:EmailContent
689 * @see com.android.email.provider.EmailContent#save(android.content.Context)
692 public Uri save(Context context) { method in class:EmailContent.Message
697 // possible, and (b) override (and throw) if anyone tries to call save() or update()
702 return super.save(context);
745 // First, save the message
749 // Create and save the body
1009 * Set the description. Be sure to call save() to commit to database.
1024 * Set the Email address for this account. Be sure to call save() to commit to database.
1039 * Set the sender's name. Be sure to call save() t
1404 public Uri save(Context context) { method in class:EmailContent.Account
[all...]

Completed in 210 milliseconds