Home
last modified time | relevance | path

Searched defs:writeValue (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/homepages/
DTemplate.java56 void writeValue(OutputStream stream, String key) throws IOException; in writeValue() method
159 public void writeValue(OutputStream stream, String key) throws IOException { in writeValue() method in Template.HashMapEntityData
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSeekBarDialogPreference.java34 public void writeValue(final int value, final String key); in writeValue() method