Searched defs:Editor (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditor.java29 public interface Editor { interface
33 * Called when the given {@link Editor} is requested to be deleted by the user.
35 public void onDeleteRequested(Editor editor);
38 * Called when the given {@link Editor} has a request, for example it
58 * Returns whether or not all the fields are empty in this {@link Editor}.
73 * Add a specific {@link EditorListener} to this {@link Editor}.
89 * Performs the delete operation for this {@link Editor}, which involves both
95 * Clears all fields in this {@link Editor}.
/packages/apps/Dialer/java/com/android/dialer/common/
H A DPerAccountSharedPreferences.java52 public class Editor { class in class:PerAccountSharedPreferences
54 private final SharedPreferences.Editor editor;
56 private Editor() { method in class:PerAccountSharedPreferences.Editor
64 public Editor putBoolean(String key, boolean value) {
69 public Editor putFloat(String key, float value) {
74 public Editor putInt(String key, int value) {
79 public Editor putLong(String key, long value) {
84 public Editor putString(String key, String value) {
89 public Editor putStringSet(String key, Set<String> value) {
95 public Editor edi
[all...]
/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DVoicemailStatus.java32 public static class Editor { class in class:VoicemailStatus
39 private Editor(Context context, PhoneAccountHandle phoneAccountHandle) { method in class:VoicemailStatus.Editor
45 "VoicemailStatus.Editor created with null phone account, status will"
55 public Editor setType(String type) {
60 public Editor setConfigurationState(int configurationState) {
65 public Editor setDataChannelState(int dataChannelState) {
70 public Editor setNotificationChannelState(int notificationChannelState) {
75 public Editor setQuota(int occupied, int total) {
87 * Apply the changes to the {@link VoicemailStatus} {@link #Editor}.
119 * deferred. This object will be passed around as a usual {@link Editor}, bu
[all...]
/packages/services/Telephony/src/com/android/phone/vvm/
H A DVisualVoicemailPreferences.java46 public class Editor { class in class:VisualVoicemailPreferences
48 private final SharedPreferences.Editor mEditor;
50 private Editor() { method in class:VisualVoicemailPreferences.Editor
58 public Editor putBoolean(String key, boolean value) {
64 public Editor putFloat(String key, float value) {
69 public Editor putInt(String key, int value) {
75 public Editor putLong(String key, long value) {
80 public Editor putString(String key, String value) {
86 public Editor putStringSet(String key, Set<String> value) {
92 public Editor edi
[all...]
H A DVisualVoicemailSmsFilterConfig.java50 new Editor(context, callingPackage, subId)
60 new Editor(context, callingPackage, subId)
111 private static class Editor { class in class:VisualVoicemailSmsFilterConfig
113 private final SharedPreferences.Editor mPrefsEditor;
116 public Editor(Context context, String packageName, int subId) { method in class:VisualVoicemailSmsFilterConfig.Editor
121 private Editor setInt(String key, int value) {
126 private Editor setString(String key, String value) {
131 private Editor setBoolean(String key, boolean value) {
136 private Editor setStringList(String key, List<String> value) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditor.java48 public class Editor implements OnSeekBarChangeListener, SwapButton.SwapButtonListener { class in inherits:OnSeekBarChangeListener,SwapButton.SwapButtonListener
57 private final String LOGTAG = "Editor";
78 protected Editor(int id) { method in class:Editor

Completed in 238 milliseconds