| /hardware/qcom/display/msm8226/liboverlay/ |
| overlayMdssRot.cpp | 130 bool MdssRot::commit() { function in class:overlay::MdssRot 150 ALOGE("MdssRot commit failed!");
|
| /hardware/qcom/display/msm8960/liboverlay/ |
| overlay.cpp | 122 bool Overlay::commit(utils::eDest dest) { function in class:overlay::Overlay 127 if(mPipeBook[index].mPipe->commit()) { 145 //Queue only if commit() has succeeded (and the bit set)
|
| /hardware/qcom/display/msm8994/liboverlay/ |
| overlayMdpRot.cpp | 148 bool MdpRot::commit() { function in class:overlay::MdpRot 153 ALOGE("MdpRot commit failed");
|
| overlayMdssRot.cpp | 153 bool MdssRot::commit() { function in class:overlay::MdssRot 179 ALOGE("MdssRot commit failed!");
|
| /libcore/ojluni/src/main/java/java/sql/ |
| Connection.java | 47 * auto-commit mode, which means that it automatically commits changes 48 * after executing each statement. If auto-commit mode has been 49 * disabled, the method <code>commit</code> must be called explicitly in 50 * order to commit changes; otherwise, database changes will not be saved. 189 * Sets this connection's auto-commit mode to the given state. 190 * If a connection is in auto-commit mode, then all its SQL 194 * the method <code>commit</code> or the method <code>rollback</code>. 195 * By default, new connections are in auto-commit 198 * The commit occurs when the statement completes. The time when the statement 212 * auto-commit mode is changed, the transaction is committed. I 250 void commit() throws SQLException; method in interface:Connection [all...] |
| /packages/apps/Camera2/src/com/android/camera/exif/ |
| ExifModifier.java | 69 protected boolean commit() throws IOException, ExifInvalidFormatException { method in class:ExifModifier
|
| /packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/ |
| LensPickerUtils.java | 76 editor.commit(); 95 editor.commit();
|
| /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
| CellBroadcastReceiver.java | 152 editor.commit();
|
| /packages/apps/DevCamera/src/com/android/devcamera/ |
| MediaSaver.java | 52 editor.commit();
|
| /packages/apps/Dialer/java/com/android/dialer/persistentlog/ |
| PersistentLogFileHandler.java | 273 sharedPreferences.edit().putInt(getNextFileKey(), index + 1).commit(); method
|
| /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/prefs/ |
| PrefsBackupHelperTest.java | 68 mDefaultPrefs.edit().clear().commit(); 69 mBackupPrefs.edit().clear().commit(); 74 mDefaultPrefs.edit().putInt(LOCAL_PREFERENCE_1, 1).commit(); 83 mDefaultPrefs.edit().putBoolean(SCOPED_PREFERENCE, true).commit(); 92 mDefaultPrefs.edit().putBoolean(NON_BACKUP_PREFERENCE, true).commit(); 102 mDefaultPrefs.edit().putString(LOCAL_PREFERENCE_1, "String is not accepted").commit(); 116 mBackupPrefs.edit().putInt(LOCAL_PREFERENCE_1, 1).commit(); 125 mBackupPrefs.edit().putBoolean(SCOPED_PREFERENCE, true).commit(); 151 editor.commit(); 159 editor.clear().commit(); [all...] |
| /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
| ExifModifier.java | 70 protected boolean commit() throws IOException, ExifInvalidFormatException { method in class:ExifModifier
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
| EditorPanel.java | 156 transaction.commit();
|
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| UninstallShortcutReceiver.java | 159 editor.commit();
|
| /packages/apps/Messaging/src/com/android/messaging/ui/appsettings/ |
| ApplicationSettingsActivity.java | 61 ft.commit();
|
| PerSubscriptionSettingsActivity.java | 66 ft.commit();
|
| /packages/apps/Messaging/src/com/android/messaging/util/exif/ |
| ExifModifier.java | 70 protected boolean commit() throws IOException, ExifInvalidFormatException { method in class:ExifModifier
|
| /packages/apps/MusicFX/src/com/android/musicfx/ |
| Compatibility.java | 213 ed.commit();
|
| /packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/ |
| OneTimeInitializer.java | 90 ed.commit();
|
| /packages/apps/Settings/src/com/android/settings/ |
| PreviewSeekBarPreferenceFragment.java | 72 commit(); method 87 commit(); 91 commit(); method 197 protected abstract void commit(); method in class:PreviewSeekBarPreferenceFragment
|
| /packages/apps/TV/src/com/android/tv/data/ |
| ChannelLogoFetcher.java | 199 sharedPreferencesEditor.commit();
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
| WifiConnectionActivity.java | 250 updateTransaction.commit();
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
| DialogFragment.java | 144 ft.commit(); 165 ft.commit(); 198 ft.commit();
|
| /packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
| VersionedPrefs.java | 127 * If the only preference we have is the version number, we do not want to commit it. 147 public void commit() { method in class:VersionedPrefs 148 getEditor().commit(); 161 getEditor().clear().commit();
|
| /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
| WallpaperUtils.java | 59 editor.commit();
|