| /frameworks/base/core/java/android/content/pm/ |
| PackageInstaller.java | 68 * decides to either commit or destroy the session. Committing may require user 587 * {@link Session#commit(IntentSender)}. 811 * closed before calling {@link #commit(IntentSender)}. 967 public void commit(@NonNull IntentSender statusReceiver) { method in class:PackageInstaller.Session [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
| UiElementNode.java | 896 public void commit() { method in class:UiElementNode [all...] |
| /cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/ |
| MediaBitstreamsDeviceSideTest.java | 199 editor.commit();
|
| /cts/tests/fragment/src/android/fragment/cts/ |
| FragmentLifecycleTest.java | 77 fm.beginTransaction().add(strictFragment, "EmptyHeadless").commit(); 85 fm.beginTransaction().remove(strictFragment).commit(); 103 fm.beginTransaction().add(f1, "1").add(f2, "2").commit(); 110 fm.beginTransaction().detach(f1).detach(f2).commit(); 119 fm.beginTransaction().attach(f1).commit(); 127 fm.beginTransaction().remove(f1).remove(f2).commit(); 143 fm.beginTransaction().add(f1, "1").commit(); 152 fm.beginTransaction().remove(f1).add(f2, "2").addToBackStack("stack1").commit(); method 173 fm.beginTransaction().add(f1, "1").commit(); 178 fm.beginTransaction().detach(f1).add(f2, "2").addToBackStack("stack1").commit(); method 228 fm.beginTransaction().replace(android.R.id.content, f2).addToBackStack("stack1").commit(); method 277 fm.beginTransaction().replace(android.R.id.content, f3).addToBackStack("stack1").commit(); method [all...] |
| PostponedTransitionTest.java | 60 .commit(); 80 .commit(); 117 .commit(); 141 .commit(); 168 final int commit[] = new int[1]; local 174 commit[0] = fm.beginTransaction() 178 .commit(); 184 .commit(); 201 FragmentTestUtil.popBackStackImmediate(mActivityRule, commit[0], 228 .commit(); [all...] |
| /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
| DiskLruCache.java | 86 * Every {@link #edit} call must be matched by a call to {@link Editor#commit} 88 * of values as they were before or after the commit, but never a mix of values. 811 * {@link #commit} is called. The returned output stream does not throw 840 public void commit() throws IOException { method in class:DiskLruCache.Editor [all...] |
| /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
| DiskLruCache.java | 86 * Every {@link #edit} call must be matched by a call to {@link Editor#commit} 88 * of values as they were before or after the commit, but never a mix of values. 811 * {@link #commit} is called. The returned output stream does not throw 840 public void commit() throws IOException { method in class:DiskLruCache.Editor [all...] |
| /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
| DiskLruCache.java | 86 * Every {@link #edit} call must be matched by a call to {@link Editor#commit} 88 * of values as they were before or after the commit, but never a mix of values. 811 * {@link #commit} is called. The returned output stream does not throw 840 public void commit() throws IOException { method in class:DiskLruCache.Editor [all...] |
| /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/ |
| DiskLruCache.java | 71 * Every {@link #edit} call must be matched by a call to {@link Editor#commit} 73 * of values as they were before or after the commit, but never a mix of values. 776 public void commit() throws IOException { method in class:DiskLruCache.Editor 778 // during the write. If there is an error and they call commit
|
| /external/iptables/iptables/ |
| nft-shared.h | 263 int (*commit)(struct nft_handle *h); member in struct:nft_xt_restore_cb
|
| /external/mesa3d/src/gallium/drivers/svga/ |
| svga_winsys.h | 344 (*commit)(struct svga_winsys_context *swc); member in struct:svga_winsys_context
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
| Cache.java | 259 editor.commit(); 442 editor.commit();
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| AndouKun.java | 155 mPrefsEditor.commit(); 685 mPrefsEditor.commit();
|
| /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
| ActivityTest.java | 404 preferences.edit().putString("foo", "bar").commit(); method
|
| /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
| ScriptEditor.java | 267 e.commit();
|
| /external/tinyalsa/ |
| pcm.c | 430 int commit; local 437 commit = pcm_mmap_commit(pcm, pcm_offset, frames); 438 if (commit < 0) { 439 oops(pcm, errno, "failed to commit %d frames\n", frames); 440 return commit; 443 offset += commit; 444 count += commit; 445 size -= commit; [all...] |
| /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
| MainActivity.java | 215 transaction.commit(); 289 transaction.commit();
|
| /frameworks/base/core/java/android/app/ |
| BackStackRecord.java | 645 public int commit() { method in class:BackStackRecord 673 throw new IllegalStateException("commit already called"); 676 Log.v(TAG, "Commit: " + this); 694 * This operation is added to the list of pending actions during {@link #commit()}, and [all...] |
| SharedPreferencesImpl.java | 185 // any open editors to commit and store updates. 501 // a memory commit comes in when we're already 571 public boolean commit() { method in class:SharedPreferencesImpl.EditorImpl 627 * the write proceeds. if null (from a regular commit()), 653 // Typical #commit() path with fewer allocations, doing a write on 721 // Only need to write if the disk state is older than this commit
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| CarrierKeyDownloadManager.java | 188 editor.commit(); 534 editor.commit();
|
| /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/ |
| PostponedTransitionTest.java | 67 .commit(); 88 .commit(); 125 .commit(); 149 .commit(); 176 final int[] commit = new int[1]; local 182 commit[0] = fm.beginTransaction() 187 .commit(); 194 .commit(); 211 FragmentTestUtil.popBackStackImmediate(mActivityRule, commit[0], 239 .commit(); [all...] |
| /frameworks/support/fragment/src/main/java/androidx/fragment/app/ |
| BackStackRecord.java | 636 public int commit() { method in class:BackStackRecord 669 if (mCommitted) throw new IllegalStateException("commit already called"); 671 Log.v(TAG, "Commit: " + this); 689 * This operation is added to the list of pending actions during {@link #commit()}, and [all...] |
| /frameworks/support/leanback/src/main/java/androidx/leanback/app/ |
| DetailsFragment.java | 456 .replace(R.id.details_rows_dock, mRowsFragment).commit(); 627 ft2.commit(); 696 ft2.commit(); [all...] |
| DetailsSupportFragment.java | 451 .replace(R.id.details_rows_dock, mRowsSupportFragment).commit(); 622 ft2.commit(); 691 ft2.commit(); [all...] |
| /libcore/luni/src/test/java/libcore/java/sql/ |
| OldConnectionTest.java | 194 conn.commit(); 397 conn.commit(); 427 conn.commit(); 428 // Check cursors closed after commit 569 conn.commit(); 581 conn.commit(); [all...] |