HomeSort by relevance Sort by last modified time
    Searched defs:commit (Results 201 - 225 of 385) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
LeaveBehindItem.java 131 public void commit() { method in class:LeaveBehindItem
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 311 .commit();
391 transaction.commit();
551 ft.commit();
574 ft.commit();
    [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...]
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/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/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/chromium_org/chrome/browser/ui/views/
external_tab_container_win.cc 1083 const content::LoadCommittedDetails* commit = local
    [all...]
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationServiceTest.java 145 assertTrue(invPrefs.commit(editContext));
180 assertTrue(invPrefs.commit(editContext));
209 assertTrue(invPrefs.commit(editContext));
270 assertTrue(invPrefs.commit(editContext));
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 74 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
76 * of values as they were before or after the commit, but never a mix of values.
761 * {@link #commit} is called. The returned output stream does not throw
805 public void commit() throws IOException { method in class:DiskLruCache.Editor
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 155 mPrefsEditor.commit();
685 mPrefsEditor.commit();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ActivityTest.java 404 preferences.edit().putString("foo", "bar").commit(); method
  /frameworks/base/core/java/android/app/
BackStackRecord.java 574 public int commit() { method in class:BackStackRecord
583 if (mCommitted) throw new IllegalStateException("commit already called");
585 Log.v(TAG, "Commit: " + this);
606 throw new IllegalStateException("addToBackStack() called after commit()");
SharedPreferencesImpl.java 393 // a memory commit comes in when we're already
452 public boolean commit() { method in class:SharedPreferencesImpl.EditorImpl
499 * the write proceeds. if null (from a regular commit()),
524 // Typical #commit() path with fewer allocations, doing a write on
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 215 e.commit();
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
SelectPrinterFragment.java 336 transaction.commit();
  /frameworks/support/v4/java/android/support/v4/app/
BackStackRecord.java 573 public int commit() { method in class:BackStackRecord
582 if (mCommitted) throw new IllegalStateException("commit already called");
584 Log.v(TAG, "Commit: " + this);
604 throw new IllegalStateException("addToBackStack() called after commit()");
  /hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTx.java     [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...]
OldResultSetTest.java 140 conn.commit();
162 conn.commit();
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 181 ft.commit();
197 ft.commit();
242 ft.commit();
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasics.java 516 transaction.commit();
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java 431 // But we need them in the message itself for handling during commit()
763 * Commit all changes. This results in a Binder IPC call which has constraint on the size of
775 public void commit() throws RemoteException, OperationApplicationException { method in class:EmailSyncParser
    [all...]
FolderSyncParser.java 262 commit(); method
568 * Commit the contents of {@link #mOperations} to the content provider.
599 LogUtils.e(TAG, "RemoteException in commit");
600 throw new IOException("RemoteException in commit");
602 LogUtils.e(TAG, "OperationApplicationException in commit");
603 throw new IOException("OperationApplicationException in commit");
700 public void commit() throws IOException { method in class:FolderSyncParser
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 164 editor.commit();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 682 editor.commit();
707 editor.commit();
733 editor.commit();
757 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...]

Completed in 3305 milliseconds

1 2 3 4 5 6 7 891011>>