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

1 23 4 5 6 7 8 91011>>

  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentRetainInstanceSupport.java 47 new UiFragment()).commit();
88 fm.beginTransaction().add(mWorkFragment, "work").commit();
FragmentStackSupport.java 65 ft.add(R.id.simple_fragment, newFragment).commit();
90 ft.commit();
FragmentListArraySupport.java 43 getSupportFragmentManager().beginTransaction().add(android.R.id.content, list).commit();
  /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
Policy.java 85 editor.commit();
164 prefs.edit().clear().commit();
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginControllerProxyMac.mm 78 [CATransaction commit];
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
MockSharedPreferences.java 141 public boolean commit() { method in class:MockSharedPreferences
147 commit(); method
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
MockSharedPreferences.java 141 public boolean commit() { method in class:MockSharedPreferences
147 commit(); method
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentListArray.java 42 getFragmentManager().beginTransaction().add(android.R.id.content, list).commit();
PersistentState.java 124 editor.commit();
RedirectGetter.java 80 if (editor.commit()) {
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperHoneycomb.java 59 ft.commit();
  /device/common/
generate-blob-lists.sh 123 git commit -m "$(echo -e 'auto-generated blob list\n\nBug: 4295425')"
133 git commit --allow-empty -m "$(echo -e 'DO NOT SUBMIT - BROKEN BUILD\n\nBug: 4295425')"
  /external/llvm/utils/release/
merge.sh 72 svn commit -F $tempfile || exit 1
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorWin.cpp 57 void OSAllocator::commit(void* address, size_t bytes, bool writable, bool executable) function in class:WTF::OSAllocator
  /external/webkit/Source/WebCore/storage/
IDBTransactionBackendImpl.h 68 void commit();
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.h 105 // Sets gain value. Actual change will only take place upon commit().
118 // commit().
130 // Sets bandwidth value. Actual change will only take place upon commit().
167 // Change will not be applied until commit() is called.
177 void commit(bool immediate = false);
  /frameworks/base/core/java/android/app/
FragmentTransaction.java 233 * Schedules a commit of this transaction. The commit does
238 * prior to its containing activity saving its state. If the commit is
240 * because the state after the commit can be lost if the activity needs to
242 * situations where it may be okay to lose the commit.</p>
248 public abstract int commit(); method in class:FragmentTransaction
251 * Like {@link #commit} but allows the commit to be executed after an
252 * activity's state is saved. This is dangerous because the commit can
  /frameworks/base/core/java/android/content/
SharedPreferences.java 64 * back to the original {@link SharedPreferences} until you call {@link #commit}
70 * {@link #commit} or {@link #apply} are called.
82 * back once {@link #commit} is called.
93 * {@link #commit} or {@link #apply} are called.
105 * {@link #commit} or {@link #apply} are called.
117 * {@link #commit} or {@link #apply} are called.
129 * once {@link #commit} or {@link #apply} are called.
141 * will be done in the actual preferences once {@link #commit} is
157 * preferences. Once commit is called, the only remaining preferences
170 * Commit your preferences changes back from this Editor to th
185 boolean commit(); method in interface:SharedPreferences.Editor
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentTransaction.java 247 * Schedules a commit of this transaction. The commit does
252 * prior to its containing activity saving its state. If the commit is
254 * because the state after the commit can be lost if the activity needs to
256 * situations where it may be okay to lose the commit.</p>
262 public abstract int commit(); method in class:FragmentTransaction
265 * Like {@link #commit} but allows the commit to be executed after an
266 * activity's state is saved. This is dangerous because the commit can
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectVisibleCalendarsActivity.java 49 ft.commit();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PackagesMonitor.java 57 prefs.edit().putInt(KEY_PACKAGES_VERSION, version + 1).commit();
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
CacheManager.java 73 pref.edit().putInt(KEY_CACHE_UP_TO_DATE, 1).commit();
  /packages/apps/Launcher2/
fill_screens.py 77 conn.commit()
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsageBarPreference.java 65 public void commit() { method in class:UsageBarPreference
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Settings.java 59 editor.commit();

Completed in 311 milliseconds

1 23 4 5 6 7 8 91011>>