/packages/apps/Contacts/tests/src/com/android/contacts/calllog/ |
CallLogFragmentTest.java | 119 transaction.commit();
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
StorageVolumePreferenceCategory.java | 318 mUsageBarPreference.commit(); 353 mUsageBarPreference.commit();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiElementNode.java | 898 public void commit() { method in class:UiElementNode [all...] |
/external/chromium/chrome/browser/ |
external_tab_container_win.cc | 743 const NavigationController::LoadCommittedDetails* commit = local 746 if (commit->http_status_code >= kHttpClientErrorStart && 747 commit->http_status_code <= kHttpServerErrorEnd) { 749 tab_handle_, commit->http_status_code, commit->entry->url())); 757 if (InitNavigationInfo(&navigation_info, commit->type, 758 commit->previous_entry_index - [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
AndouKun.java | 155 mPrefsEditor.commit(); 685 mPrefsEditor.commit();
|
/external/webkit/Source/WebCore/loader/appcache/ |
ApplicationCacheStorage.cpp | 67 void commit() function in class:WebCore::StorageIDJournal 589 setDatabaseVersion.commit(); [all...] |
/frameworks/base/core/java/android/app/ |
BackStackRecord.java | 531 public int commit() { method in class:BackStackRecord 540 if (mCommitted) throw new IllegalStateException("commit already called"); 541 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Commit: " + this); 557 throw new IllegalStateException("addToBackStack() called after commit()");
|
SharedPreferencesImpl.java | 373 // a memory commit comes in when we're already 432 public boolean commit() { method in class:SharedPreferencesImpl.EditorImpl 479 * the write proceeds. if null (from a regular commit()), 504 // Typical #commit() path with fewer allocations, doing a write on
|
/frameworks/base/media/java/android/mtp/ |
MtpDatabase.java | 214 e.commit(); [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
BackStackRecord.java | 531 public int commit() { method in class:BackStackRecord 540 if (mCommitted) throw new IllegalStateException("commit already called"); 541 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Commit: " + this); 557 throw new IllegalStateException("addToBackStack() called after commit()");
|
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/ |
FmTx.java | [all...] |
/libcore/luni/src/main/java/libcore/io/ |
DiskLruCache.java | 76 * Every {@link #edit} call must be matched by a call to {@link Editor#commit} 78 * of values as they were before or after the commit, but never a mix of values. 697 * {@link #commit} is called. The returned output stream does not throw 726 public void commit() throws IOException { method in class:DiskLruCache.Editor
|
/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...] |
OldResultSetTest.java | 140 conn.commit(); 162 conn.commit();
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupBasics.java | 512 transaction.commit();
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
FolderSyncParser.java | 202 commit(); method 491 // Clear the parent key; it will be fixed up after the commit 526 // Commit the mailboxes 589 // On initial sync, we commit what we have every 20 mailboxes 603 // Commit the sync key and mailboxes 652 public void commit() throws IOException { method in class:FolderSyncParser
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
GLRootView.java | 351 Profile.commit();
|
/packages/apps/Phone/src/com/android/phone/sip/ |
SipEditor.java | 398 mPrimaryAccountSelector.commit(newProfile); 584 void commit(SipProfile profile) { method in class:SipEditor.PrimaryAccountSelector
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
CachedBluetoothDevice.java | 614 editor.commit();
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
DefaultSoftKeyboardJAJP.java | 86 /** Definition for {@code mInputType} (commit instantly) */ 358 * Commit the pre-edit string for committing operation that is not explicit 482 mPrefEditor.commit(); 569 /* Commit text by symbol character (',' '.') when alphabet input mode is selected */ [all...] |
/bionic/libc/kernel/common/linux/ |
nfs_xdr.h | 600 int (*commit) (struct nfs_write_data *); member in struct:nfs_rpc_ops
|
/development/ndk/platforms/android-3/include/linux/ |
nfs_xdr.h | 516 int (*commit) (struct nfs_write_data *); member in struct:nfs_rpc_ops
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/ |
LoginContext1Test.java | 493 * See javax.security.auth.spi.LoginModule.commit() 495 public boolean commit() throws LoginException { method in class:LoginContext1Test.TestLoginModule 566 * A special-purpose LoginModule whose commit() method throws 573 "commit: test runtime exception." 954 * If a module fails during it's ctor/init/commit - it must be processed 1986 public boolean commit() throws LoginException { method in class:LoginContext1Test.TestLoginModule_Contexted [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncer_unittest.cc | 256 // Enumeration of alterations to entries for commit ordering tests. 266 // expected commit index. 3919 const sync_pb::CommitMessage& commit = mock_server_->last_sent_commit(); local [all...] |
/external/grub/stage2/ |
fsys_reiserfs.c | 64 __u32 s_journal_max_commit_age; /* in seconds, how old can an async commit be */ 84 /* must be correct to keep the desc and commit structs at 4k */ 87 /* first block written in a commit. */ 89 __u32 j_trans_id; /* id of commit */ 90 __u32 j_len; /* length of commit. len +1 is the commit block */ 96 /* last block written in a commit */ 101 char j_digest[16]; /* md5 sum of all the blocks involved, including desc and commit. not used, kill it */ 426 struct reiserfs_journal_commit commit; local 440 sizeof (commit), (char *) &commit) 481 struct reiserfs_journal_commit commit; local [all...] |