HomeSort by relevance Sort by last modified time
    Searched full:entryconstructor (Results 1 - 1 of 1) sorted by null

  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java 107 VCardEntryConstructor entryConstructor = new VCardEntryConstructor();
109 entryConstructor.addEntryHandler(entryHandler);
111 entryConstructor.onVCardStarted();
112 entryConstructor.onEntryStarted();
116 entryConstructor.onPropertyCreated(property);
118 entryConstructor.onEntryStarted(); // begin nest
122 entryConstructor.onPropertyCreated(property);
123 entryConstructor.onEntryEnded(); // end nest
128 entryConstructor.onPropertyCreated(property);
129 entryConstructor.onEntryEnded()
    [all...]

Completed in 77 milliseconds