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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterBasicRepresentation.java35 public static final String SERIAL_VALUE = "Value"; field in class:FilterBasicRepresentation
182 {SERIAL_VALUE , Integer.toString(mValue)}};
190 if (SERIAL_VALUE.equals(rep[i][0])) {

Completed in 132 milliseconds