/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentDialogOrActivitySupport.java | 44 ft.commit();
|
FragmentMenuFragmentSupport.java | 66 ft.commit(); 94 ft.commit();
|
FragmentMenuSupport.java | 69 ft.commit(); 95 ft.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();
|
/development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.advancedimmersivemode/ |
MainActivity.java | 51 transaction.commit();
|
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/ |
MainActivity.java | 50 transaction.commit();
|
/development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/ |
MainActivity.java | 51 transaction.commit();
|
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/ |
MainActivity.java | 51 transaction.commit();
|
/development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/ |
MainActivity.java | 51 transaction.commit();
|
/development/samples/browseable/StorageClient/src/com.example.android.storageclient/ |
MainActivity.java | 51 transaction.commit();
|
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/ |
MainActivity.java | 51 transaction.commit();
|
MyCloudFragment.java | 90 sharedPreferences.edit().putBoolean(getString(R.string.key_logged_in), loggedIn).commit(); method
|
/development/samples/browseable/repeatingAlarm/src/com.example.android.repeatingalarm/ |
MainActivity.java | 51 transaction.commit();
|
/external/chromium_org/content/child/indexed_db/ |
webidbdatabase_impl.cc | 258 void WebIDBDatabaseImpl::commit(long long transaction_id) { function in class:content::WebIDBDatabaseImpl
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
LineWidth.cpp | 124 void LineWidth::commit() function in class:WebCore::LineWidth
|
/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. 85 * back once {@link #commit} is called. 98 * {@link #commit} or {@link #apply} are called. 110 * {@link #commit} or {@link #apply} are called. 122 * {@link #commit} or {@link #apply} are called. 134 * once {@link #commit} or {@link #apply} are called. 146 * will be done in the actual preferences once {@link #commit} is 162 * preferences. Once commit is called, the only remaining preferences 175 * Commit your preferences changes back from this Editor to th 190 boolean commit(); method in interface:SharedPreferences.Editor [all...] |
/hardware/qcom/display/msm8960/libgralloc/ |
fb_priv.h | 48 struct mdp_display_commit commit; member in struct:private_module_t
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
overlayGenPipe.cpp | 123 bool GenericPipe::commit() { function in class:overlay::GenericPipe 139 if(!mRot->commit()) { 140 ALOGE("GenPipe Rotator commit failed"); 141 //If rot commit fails, flush rotator session, memory, fd and create 156 ret = mCtrlData.ctrl.commit(); 158 //If mdp commit fails, flush rotator session, memory, fd and create a hollow
|
/hardware/qcom/display/msm8974/libgralloc/ |
fb_priv.h | 48 struct mdp_display_commit commit; member in struct:private_module_t
|
/hardware/qcom/display/msm8974/liboverlay/pipes/ |
overlayGenPipe.cpp | 109 bool GenericPipe::commit() { function in class:overlay::GenericPipe 121 ret = mCtrlData.ctrl.commit();
|
/hardware/qcom/display/msm8x26/libgralloc/ |
fb_priv.h | 48 struct mdp_display_commit commit; member in struct:private_module_t
|
/hardware/qcom/display/msm8x26/liboverlay/pipes/ |
overlayGenPipe.cpp | 123 bool GenericPipe::commit() { function in class:overlay::GenericPipe 139 if(!mRot->commit()) { 140 ALOGE("GenPipe Rotator commit failed"); 141 //If rot commit fails, flush rotator session, memory, fd and create 156 ret = mCtrlData.ctrl.commit(); 158 //If mdp commit fails, flush rotator session, memory, fd and create a hollow
|
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
SelectVisibleCalendarsActivity.java | 71 ft.commit();
|