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

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DContentWriter.java34 public class ContentWriter { class
43 public ContentWriter(Context context, CommitParams commitParams) { method in class:ContentWriter
48 public ContentWriter(Context context) { method in class:ContentWriter
52 public ContentWriter(ContentValues values, Context context) { method in class:ContentWriter
57 public ContentWriter put(String key, Integer value) {
62 public ContentWriter put(String key, Long value) {
67 public ContentWriter put(String key, String value) {
72 public ContentWriter put(String key, CharSequence value) {
77 public ContentWriter put(String key, Intent value) {
82 public ContentWriter putIco
[all...]

Completed in 75 milliseconds