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

1 2 3 4 5 6 78 91011>>

  /packages/apps/Calendar/src/com/android/calendar/
OtherPreferences.java 208 editor.commit();
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerObj.java 149 editor.commit();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
MainPanel.java 296 transaction.commit();
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 159 // another thread). Same check is applied in commit() and drop()
166 public synchronized void commit(Thread t) { method in class:Profile.Watchdog
212 // Hold the future samples coming from current thread until commit() or
219 public static void commit() { method in class:Profile
220 sWatchdog.commit(Thread.currentThread());
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 103 editor.commit();
150 sharedPrefs.edit().putStringSet(APPS_PENDING_INSTALL, new HashSet<String>()).commit();
310 editor.commit();
  /packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java 105 editor.commit();
145 new HashSet<String>(newStrings)).commit();
192 sharedPrefs.edit().putStringSet(APPS_PENDING_INSTALL, new HashSet<String>()).commit();
LauncherClings.java 303 editor.commit();
  /packages/apps/LegacyCamera/src/com/android/camera/
ComboPreferences.java 144 public boolean commit() { method in class:ComboPreferences.MyEditor
145 boolean result1 = mEditorGlobal.commit();
146 boolean result2 = mEditorLocal.commit();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 138 editor.commit();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 118 * Instructs it to commit the new (modified) data back into the model.
121 public void commit(boolean onSave) { method in class:UiElementDetail
128 mCurrentUiElementNode.commit();
134 AdtPlugin.log(e, "Detail node failed to commit XML attribute!"); //$NON-NLS-1$
234 // Before changing the table, commit all dirty state.
236 commit(false);
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
CreatePrivateDataTest.java 116 editor.commit();
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
ImageCache.java 260 editor.commit();
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContextTest.java 852 public boolean commit() throws LoginException { method in class:LoginContextTest.MyModule
987 public boolean commit() throws LoginException { method in class:LoginContextTest.MyLoginModule
1037 public boolean commit() throws LoginException { method in class:LoginContextTest.TestLoginModule
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 241 public void commit() throws SQLException { method in class:JDBCConnection
249 db.exec("COMMIT", null);
  /external/okhttp/src/main/java/com/squareup/okhttp/
HttpResponseCache.java 305 editor.commit();
422 editor.commit();
  /external/tinyalsa/
pcm.c 334 int commit; local
341 commit = pcm_mmap_commit(pcm, pcm_offset, frames);
342 if (commit < 0) {
343 oops(pcm, commit, "failed to commit %d frames\n", frames);
344 return commit;
347 offset += commit;
348 count += commit;
349 size -= commit;
  /frameworks/base/core/java/android/app/
DialogFragment.java 230 ft.commit();
240 * {@link FragmentTransaction#commit() FragmentTransaction.commit()}.
247 mBackStackId = transaction.commit();
292 ft.commit();
  /frameworks/support/v4/java/android/support/v4/app/
DialogFragment.java 127 ft.commit();
137 * {@link FragmentTransaction#commit() FragmentTransaction.commit()}.
144 mBackStackId = transaction.commit();
189 ft.commit();
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarImplICS.java 340 mActiveTransaction.commit();
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxRdsConfig.java 440 editor.commit();
  /hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTxConfig.java 425 editor.commit();
473 editor.commit();
523 editor.commit();
576 editor.commit();
628 editor.commit();
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 301 ft.commit();
432 ft.commit();
  /packages/apps/Camera/src/com/android/camera/
ComboPreferences.java 221 public boolean commit() { method in class:ComboPreferences.MyEditor
222 boolean result1 = mEditorGlobal.commit();
223 boolean result2 = mEditorLocal.commit();
  /packages/apps/Camera2/src/com/android/camera/
ComboPreferences.java 223 public boolean commit() { method in class:ComboPreferences.MyEditor
224 boolean result1 = mEditorGlobal.commit();
225 boolean result2 = mEditorLocal.commit();
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 301 mUsageBarPreference.commit();
348 mUsageBarPreference.commit();

Completed in 6575 milliseconds

1 2 3 4 5 6 78 91011>>