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

12345

/packages/apps/Email/src/com/android/email/activity/
H A DMessageViewFragmentBase.java751 * Abort early if there's no place to save the attachment. We don't want to spend
824 // given a file path. Therefore, we need to save it first in order to proceed
972 case R.id.save:
1324 * is, the user has at some point clicked "save" for this attachment.
1489 Button saveButton = (Button) UiUtilities.getView(view, R.id.save);
1627 * Use {@link DateUtils#getRelativeTimeSpanString} instead to save the screen real estate.
/packages/apps/Email/tests/src/com/android/email/activity/
H A DMessageComposeTests.java146 account.save(mContext);
/packages/apps/Gallery/src/com/android/camera/
H A DCropImage.java79 boolean mSaving; // Whether the "save" button is already clicked.
163 findViewById(R.id.save).setOnClickListener(
298 // Return the cropped image directly or save it to the specified URI.
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumSetPage.java138 canvas.save(GLCanvas.SAVE_FLAG_MATRIX);
H A DCropImage.java227 case R.id.save: {
340 Log.e(TAG, "fail to save image: "
873 // save in progress, try to cancel it
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DCommandRecognizerEngine.java165 if (false) Log.d(TAG, "start grammar.save " + g2g.getPath());
167 mSrecGrammar.save(g2g.getPath());
/packages/apps/Email/src/com/android/email/
H A DMessagingController.java428 content.save(context);
1025 // process (and save) attachments
1589 sentinel.save(mContext);
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java2081 canvas.save();
2092 canvas.save();
3464 canvas.save();
/packages/apps/Browser/src/com/android/browser/
H A DTab.java1570 // save the WebView to call destroy() after detach it from the tab
1970 Log.w(LOGTAG, "Failed to save back/forward list for "
2056 Log.w(LOGTAG, "Failed to save view state", e);
2101 int state = c.save();
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java925 c.save();
1399 // We reset the save index when we change pages so that it will be recalculated on next
H A DPagedView.java763 canvas.save();
H A DWorkspace.java1104 mCamera.save();
1792 destCanvas.save();
/packages/apps/Exchange/src/com/android/exchange/
H A DExchangeService.java821 main.save(getContext());
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiService.java1753 videoEditor.save();

Completed in 377 milliseconds

12345