/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentRetainInstance.java | 46 new UiFragment()).commit(); 87 fm.beginTransaction().add(mWorkFragment, "work").commit();
|
FragmentStack.java | 58 ft.add(R.id.simple_fragment, newFragment).commit(); 83 ft.commit();
|
FragmentArgumentsFragment.java | 43 ft.commit();
|
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/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentCustomAnimationSupport.java | 53 ft.add(R.id.simple_fragment, newFragment).commit(); 81 ft.commit();
|
FragmentMenuSupport.java | 69 ft.commit(); 95 ft.commit();
|
FragmentRetainInstanceSupport.java | 47 new UiFragment()).commit(); 88 fm.beginTransaction().add(mWorkFragment, "work").commit();
|
FragmentStackFragmentSupport.java | 42 ft.add(R.id.simple_fragment, newFragment).commit(); 99 ft.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/AnimationsDemo/src/com/example/android/animationsdemo/ |
CardFlipActivity.java | 65 .commit(); 119 // Create and commit a new fragment transaction that adds the fragment for the back of 142 // Commit the transaction. 143 .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/training/TabCompat/src/com/example/android/tabcompat/lib/ |
TabHelperHoneycomb.java | 59 ft.commit();
|
/device/common/ |
generate-blob-lists.sh | 116 git commit -m "$(echo -e 'auto-generated blob list\n\nBug: 4295425')" 126 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 | 65 * back to the original {@link SharedPreferences} until you call {@link #commit} 71 * {@link #commit} or {@link #apply} are called. 83 * back once {@link #commit} is called. 94 * {@link #commit} or {@link #apply} are called. 106 * {@link #commit} or {@link #apply} are called. 118 * {@link #commit} or {@link #apply} are called. 130 * once {@link #commit} or {@link #apply} are called. 142 * will be done in the actual preferences once {@link #commit} is 158 * preferences. Once commit is called, the only remaining preferences 171 * Commit your preferences changes back from this Editor to th 186 boolean commit(); method in interface:SharedPreferences.Editor [all...] |