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

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java160 * KeyValue is a simple class that stores a pair of strings representing
163 private class KeyValue { class in class:CalendarProvider2Test
167 public KeyValue(String key, String value) { method in class:CalendarProvider2Test.KeyValue
234 KeyValue[] pairs;
236 public Update(String eventName, KeyValue[] pairs) {
248 for (KeyValue pair : pairs) {
851 new Update("cancel0", new KeyValue[] {
852 new KeyValue(CalendarContract.Events.STATUS,
898 new Update("daily0", new KeyValue[] {
899 new KeyValue(Event
[all...]
/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 71 milliseconds