HomeSort by relevance Sort by last modified time
    Searched defs:commit (Results 51 - 75 of 227) sorted by null

1 23 4 5 6 7 8 910

  /packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
MockSharedPreferences.java 141 public boolean commit() { method in class:MockSharedPreferences
147 commit(); method
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupIncoming.java 94 transaction.commit();
AccountSetupOutgoing.java 94 transaction.commit();
AccountSetupExchange.java 189 transaction.commit();
  /packages/apps/Email/tests/src/com/android/email/
MockSharedPreferences.java 143 public boolean commit() { method in class:MockSharedPreferences
149 commit(); method
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
HomeXLarge.java 53 transaction.commit();
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Settings.java 59 editor.commit();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
MockSharedPreferences.java 141 public boolean commit() { method in class:MockSharedPreferences
147 commit(); method
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAttributeNode.java 88 * the section and then should set to false when the commit() method completed.
177 public abstract void commit(); method in class:UiAttributeNode
  /cts/tests/tests/content/src/android/content/cts/
SharedPreferencesTest.java 58 prefs.edit().clear().commit();
78 prefs.edit().putString("foo", "bar").commit(); method
97 // Do some initial operation on editor. No commit needed.
101 // No commit needed.
115 prefs.edit().commit();
120 editor.commit();
131 editor.commit();
213 prefs.edit().putString("foo", "bar").commit(); method
224 prefs.edit().putString("foo", "bar").commit(); method
233 prefs.edit().clear().commit();
    [all...]
  /frameworks/base/core/java/android/preference/
PreferenceManager.java 90 * If in no-commit mode, the shared editor to give out (which will be
91 * committed when exiting no-commit mode).
472 editor.commit();
480 * Do NOT commit unless {@link #shouldCommit()} returns true.
499 * Whether it is the client's responsibility to commit on the
503 * @return Whether the client should commit.
517 mEditor.commit();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SearchIndexManager.java 119 public void commit() { method in class:SearchIndexManager.IndexBuilder
368 mIndexBuilder.commit();
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
CreatePrivateDataTest.java 70 editor.commit();
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentTabs.java 137 ft.commit();
165 ft.commit();
  /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
Policy.java 85 editor.commit();
164 prefs.edit().clear().commit();
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
JndiLoginModuleTest.java 95 * {@link org.apache.harmony.auth.module.JndiLoginModule#commit()}.
103 module.commit();
113 assertFalse("Commit shouldn't be successful", module.commit());
175 module.commit();
212 module.commit();
227 module.commit();
246 module.commit();
261 module.commit();
279 module.commit();
    [all...]
KeyStoreLoginModuleTest.java 89 module.commit();
106 assertFalse("Commit shouldn't be successful", module.commit());
158 module.commit();
LdapLoginModuleTest.java 94 * Test method for {@link org.apache.harmony.auth.module.LdapLoginModule#commit()}.
103 module.commit();
113 assertFalse("Commit shouldn't be successful", module.commit());
174 module.commit();
197 module.commit();
227 module.commit();
243 module.commit();
259 module.commit();
271 module.commit();
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java 50 public void commit() throws SQLException { method in class:TestHelper_Connection1
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command_unittest.cc 118 // Create a new unsynced item in the database, and synthesize a commit
119 // record and a commit response for it in the syncer session. If item_id
144 // ProcessCommitResponseCommand looks at both the commit message as well
145 // as the commit response, so we need to synthesize both here.
146 sync_pb::ClientToServerMessage* commit = local
148 commit->set_message_contents(ClientToServerMessage::COMMIT);
150 commit->mutable_commit()->add_entries());
177 for (int i = 0; i < commit->commit().entries_size(); ++i)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
KeyboardConfigDialogPreference.java 199 editor.commit();
  /external/webkit/Source/WebCore/inspector/front-end/
ElementsTreeOutline.js 982 function commit() function
    [all...]
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
AppWidgetHostActivity.java 95 prefs.commit();
  /libcore/luni/src/main/java/java/sql/
Connection.java 113 * Commits all of the changes made since the last {@code commit} or
116 * connection objects in {@code auto-commit} mode leads to an error.
120 * connection instance is in auto-commit mode.
122 public void commit() throws SQLException; method in interface:Connection
204 * the {@code auto-commit} operating mode.
206 * @return {@code true} if {@code auto-commit} is on, otherwise {@code
621 * operation when in auto-commit mode.
625 * called while in auto-commit mode of operation.
631 * set. This method should only be used when auto-commit mode is disabled.
641 * Sets this connection's auto-commit mode {@code on} or {@code off}
    [all...]
  /packages/apps/Email/src/com/android/email/widget/
WidgetManager.java 124 .commit(); // preferences must be committed before we return method

Completed in 2289 milliseconds

1 23 4 5 6 7 8 910