Searched defs:commit (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/base/core/java/android/content/
H A DUndoOperation.java93 public abstract void commit(); method in class:UndoOperation
H A DSharedPreferences.java65 * back to the original {@link SharedPreferences} until you call {@link #commit}
71 * {@link #commit} or {@link #apply} are called.
85 * back once {@link #commit} or {@link #apply} is called.
98 * {@link #commit} or {@link #apply} are called.
110 * {@link #commit} or {@link #apply} are called.
122 * {@link #commit} or {@link #apply} are called.
134 * once {@link #commit} or {@link #apply} are called.
146 * will be done in the actual preferences once {@link #commit} is
162 * preferences. Once commit is called, the only remaining preferences
181 * time, the last one to call commit win
190 boolean commit(); method in interface:SharedPreferences.Editor
[all...]
H A DUndoManager.java582 mWorking.commit();
607 * @param owner The optional owner to determine whether to perform the commit.
608 * If this is non-null, the commit will only execute if the current top undo
899 void commit() { method in class:UndoManager.UndoState
902 mRecent.get(i).commit();
/frameworks/base/core/java/com/android/internal/util/
H A DJournaledFile.java69 * Call {@link #commit} to commit the changes, or {@link #rollback} to forget the changes.
98 public void commit() { method in class:JournaledFile
100 throw new IllegalStateException("no file to commit");
/frameworks/av/media/libeffects/testlibs/
H A DAudioPeakingFilter.cpp55 commit(true);
62 commit(true);
87 void AudioPeakingFilter::commit(bool immediate) { function in class:android::AudioPeakingFilter
H A DAudioShelvingFilter.cpp61 commit(true);
67 commit(true);
89 void AudioShelvingFilter::commit(bool immediate) { function in class:android::AudioShelvingFilter
H A DAudioEqualizer.cpp101 commit(true);
216 void AudioEqualizer::commit(bool immediate) { function in class:android::AudioEqualizer
217 ALOGV("AudioEqualizer::commit(immediate=%d)", immediate);
218 mpLowShelf->commit(immediate);
220 mpPeakingFilters[i].commit(immediate);
222 mpHighShelf->commit(immediate);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifModifier.java69 protected boolean commit() throws IOException, ExifInvalidFormatException { method in class:ExifModifier
/frameworks/base/core/jni/
H A Dandroid_nio_utils.cpp54 jboolean commit) {
56 commit ? 0 : JNI_ABORT);
62 jboolean commit) {
64 fCommit = commit;
53 nio_releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
61 AutoBufferPointer(JNIEnv* env, jobject nioBuffer, jboolean commit) argument
H A Dandroid_opengl_GLES10Ext.cpp126 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
129 commit ? 0 : JNI_ABORT);
H A Dandroid_opengl_GLES11.cpp126 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
129 commit ? 0 : JNI_ABORT);
H A Dandroid_opengl_GLES31.cpp124 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
127 commit ? 0 : JNI_ABORT);
H A Dandroid_opengl_GLES31Ext.cpp125 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
128 commit ? 0 : JNI_ABORT);
H A Dandroid_opengl_GLES10.cpp126 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
129 commit ? 0 : JNI_ABORT);
/frameworks/base/core/java/android/app/
H A DFragmentTransaction.java266 * Schedules a commit of this transaction. The commit does
271 * prior to its containing activity saving its state. If the commit is
273 * because the state after the commit can be lost if the activity needs to
275 * situations where it may be okay to lose the commit.</p>
281 public abstract int commit(); method in class:FragmentTransaction
284 * Like {@link #commit} but allows the commit to be executed after an
285 * activity's state is saved. This is dangerous because the commit can
H A DSharedPreferencesImpl.java392 // a memory commit comes in when we're already
453 public boolean commit() { method in class:SharedPreferencesImpl.EditorImpl
500 * the write proceeds. if null (from a regular commit()),
525 // Typical #commit() path with fewer allocations, doing a write on
H A DBackStackRecord.java703 public int commit() { method in class:BackStackRecord
713 throw new IllegalStateException("commit already called");
739 throw new IllegalStateException("addToBackStack() called after commit()");
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A Dcommon.cpp104 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
107 commit ? 0 : JNI_ABORT);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTransaction.java281 * Schedules a commit of this transaction. The commit does
286 * prior to its containing activity saving its state. If the commit is
288 * because the state after the commit can be lost if the activity needs to
290 * situations where it may be okay to lose the commit.</p>
296 public abstract int commit(); method in class:FragmentTransaction
299 * Like {@link #commit} but allows the commit to be executed after an
300 * activity's state is saved. This is dangerous because the commit can
H A DBackStackRecord.java614 public int commit() { method in class:BackStackRecord
623 if (mCommitted) throw new IllegalStateException("commit already called");
645 throw new IllegalStateException("addToBackStack() called after commit()");
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp146 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
149 commit ? 0 : JNI_ABORT);
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStatsService.java217 public void writeStateLocked(boolean sync, final boolean commit) { argument
224 if (commit) {
229 mPendingWriteCommitted = commit;
231 if (commit) {
585 pw.println(" [--active] [--commit] [--reset] [--clear] [--write] [-h] [<package.name>]");
599 pw.println(" --commit: commit current stats to disk and reset to start new stats.");
742 } else if ("--commit".equals(arg)) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java139 /** Fields derived from commit parsing */
257 throw new SecurityException(cookie + " not allowed after commit");
410 public void commit(IntentSender statusReceiver) { method in class:PackageInstallerSession
438 // This ongoing commit should keep session active, even though client
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp739 status_t HWComposer::commit() { function in class:android::HWComposer
/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java60 * decides to either commit or destroy the session. Committing may require user
475 * {@link Session#commit(IntentSender)}.
707 * closed before calling {@link #commit(IntentSender)}.
796 * Attempt to commit everything staged in this session. This may require
798 * result of the commit will be reported through the given callback.
802 * finalized, you may commit the session again.
807 public void commit(@NonNull IntentSender statusReceiver) { method in class:PackageInstaller.Session
809 mSession.commit(statusReceiver);
1130 * {@link Session#commit(IntentSender)}.

Completed in 7827 milliseconds

12