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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DBmsgTokenizer.java44 public Property next(boolean alwaysReturn) throws ParseException {
55 throw new ParseException("Property or empty line expected", pos());
65 return new Property(mMatcher.group(2), mMatcher.group(3));
68 public Property next() throws ParseException {
80 static public class Property { class in class:BmsgTokenizer
84 public Property(String name, String value) { method in class:BmsgTokenizer.Property
102 return ((o instanceof Property) && ((Property) o).name.equals(name)
103 && ((Property) o).value
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 937 milliseconds