Searched refs:save (Results 76 - 100 of 114) sorted by relevance

12345

/packages/apps/Exchange/src/com/android/exchange/
H A DEasOutboxService.java133 // We always save sent mail
176 * The only useful info in the SendMail response is the status; we capture and save it
345 // For EAS 14, we need to save the wbxml tag we're using
367 // If we're not EAS 14, add our save-in-sent setting here
509 msg.save(context);
/packages/apps/Gallery/src/com/android/camera/
H A DHighlightView.java81 canvas.save();
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DManageCachePage.java128 canvas.save(GLCanvas.SAVE_FLAG_MATRIX);
H A DAlbumPage.java136 canvas.save(GLCanvas.SAVE_FLAG_MATRIX);
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DAbsSeekBar.java349 canvas.save();
H A DProgressBar.java954 canvas.save();
1057 // Force our ancestor class to save its state
1111 * are sent at most one in a given time frame to save
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
H A DBouncyDroid.java378 canvas.save();
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java505 save(SaveMode.CLOSE);
536 // When this Fragment is closed we don't want it to auto-save
574 public boolean save(int saveMode) { method in class:GroupEditorFragment
593 // If the activity is not there anymore, then we can't continue with the save process.
602 // Create the save intent to create the group and add members at the same time
669 throw new IllegalStateException("Unsupported save mode " + saveMode);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DAccount.java291 * Set the description. Be sure to call save() to commit to database.
306 * Set the Email address for this account. Be sure to call save() to commit to database.
321 * Set the sender's name. Be sure to call save() to commit to database.
345 * Set the minutes per check (for polling). Be sure to call save() to commit to database.
363 * Set the sync lookback window. Be sure to call save() to commit to database.
751 * @see com.android.email.provider.EmailContent#save(android.content.Context)
754 public Uri save(Context context) { method in class:Account
759 // possible, and (b) override (and throw) if anyone tries to call save() or update()
763 return super.save(context);
/packages/apps/Email/src/com/android/email/mail/store/
H A DImapFolder.java1055 * 'save' or 'update'). As an optimization, if a folder has not been modified, no
1058 void save(Context context) { method in class:ImapFolder
1061 mailbox.save(context);
H A DPop3Store.java170 mailbox.save(mContext);
177 Mailbox.newSystemMailbox(mAccount.mId, type, name).save(mContext);
716 * to hopefully save some time and bandwidth.
/packages/apps/Email/tests/src/com/android/emailcommon/provider/
H A DMailboxTests.java83 message.save(c);
92 * Test simple mailbox save/retrieve
97 Account account1 = ProviderTestUtils.setupAccount("mailbox-save", true, c);
532 testMailbox.save(c);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java455 canvas.save();
469 canvas.save();
485 canvas.save();
1807 // 2. When long clicking on an empty cell in a CellLayout, we save information about the
H A DDragLayer.java664 canvas.save(Canvas.MATRIX_SAVE_FLAG);
H A DFolderIcon.java475 canvas.save();
/packages/apps/Browser/src/com/android/browser/
H A DTabBar.java404 int state = canvas.save();
H A DAddBookmarkPage.java259 } else if (save()) {
747 * Runnable to save a bookmark, so it can be performed in its own thread.
841 boolean save() { method in class:AddBookmarkPage
872 // can't save their bookmark. If it was null, we'll assume
/packages/apps/Email/src/com/android/email/
H A DLegacyConversions.java262 localAttachment.save(context);
/packages/apps/Email/src/com/android/email/activity/
H A DMessageListItem.java462 canvas.save();
H A DMessageCompose.java143 * A registry of the active tasks used to save messages.
151 * The ID of the latest save or send task requested by this Activity.
550 // If there are any outstanding save requests, ensure that it's noted in case it hasn't
825 // Note - this can be Message.NOT_SAVED if there is an existing save task in progress
1015 * A future-like reference to the save task which must complete prior to this load.
1047 "Unable to load draft message since existing save task failed: " + e);
1052 "Unable to load draft message since existing save task failed: " + e);
1247 // Use the Intent to set flags saying this message is a reply or a forward and save the
1347 // this attachment is new so save it to DB.
1349 attachment.save(MessageCompos
[all...]
/packages/apps/Email/tests/src/com/android/email/mail/store/
H A DPop3StoreUnitTests.java79 testAccount.save(mMockContext);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java740 canvas.save(GLCanvas.SAVE_FLAG_MATRIX);
H A DSlotView.java344 canvas.save(GLCanvas.SAVE_FLAG_ALPHA | GLCanvas.SAVE_FLAG_MATRIX);
H A DTileImageView.java370 canvas.save(GLCanvas.SAVE_FLAG_MATRIX);
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartSweepView.java704 final int count = canvas.save();

Completed in 432 milliseconds

12345