Searched refs:entryConstructor (Results 1 – 1 of 1) sorted by relevance
107 VCardEntryConstructor entryConstructor = new VCardEntryConstructor(); in testNestHandling() local109 entryConstructor.addEntryHandler(entryHandler); in testNestHandling()111 entryConstructor.onVCardStarted(); in testNestHandling()112 entryConstructor.onEntryStarted(); in testNestHandling()116 entryConstructor.onPropertyCreated(property); in testNestHandling()118 entryConstructor.onEntryStarted(); // begin nest in testNestHandling()122 entryConstructor.onPropertyCreated(property); in testNestHandling()123 entryConstructor.onEntryEnded(); // end nest in testNestHandling()128 entryConstructor.onPropertyCreated(property); in testNestHandling()129 entryConstructor.onEntryEnded(); in testNestHandling()[all …]