OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCardInterpreter
(Results
1 - 15
of
15
) sorted by null
/frameworks/opt/vcard/java/com/android/vcard/
VCardInterpreter.java
40
public interface
VCardInterpreter
{
VCardParser.java
26
* Registers one {@link
VCardInterpreter
} instance, which receives events along with
31
public abstract void addInterpreter(
VCardInterpreter
interpreter);
34
* <p>Parses a whole InputStream as a vCard file and lets registered {@link
VCardInterpreter
}
46
* <p>Parses the first vCard entry in InputStream and lets registered {@link
VCardInterpreter
}
51
* <p>Note that, registered {@link
VCardInterpreter
} may still see multiple
52
* {@link
VCardInterpreter
#onEntryStarted()} / {@link
VCardInterpreter
#onEntryEnded()} calls
68
* {@link
VCardInterpreter
#onEntryStarted()} and {@link
VCardInterpreter
#onEntryEnded()}
77
* @deprecated use {@link #addInterpreter(
VCardInterpreter
)} an
[
all
...]
VCardEntryCounter.java
21
public class VCardEntryCounter implements
VCardInterpreter
{
VCardParserImpl_V21.java
104
private final List<
VCardInterpreter
> mInterpreterList = new ArrayList<
VCardInterpreter
>();
223
for (
VCardInterpreter
interpreter : mInterpreterList) {
227
for (
VCardInterpreter
interpreter : mInterpreterList) {
348
for (
VCardInterpreter
interpreter : mInterpreterList) {
352
for (
VCardInterpreter
interpreter : mInterpreterList) {
605
for (
VCardInterpreter
interpreter : mInterpreterList) {
619
for (
VCardInterpreter
interpreter : mInterpreterList) {
624
for (
VCardInterpreter
interpreter : mInterpreterList) {
692
for (
VCardInterpreter
interpreter : mInterpreterList)
[
all
...]
VCardParser_V21.java
102
public void addInterpreter(
VCardInterpreter
interpreter) {
VCardParser_V30.java
81
public void addInterpreter(
VCardInterpreter
interpreter) {
VCardParser_V40.java
69
public void addInterpreter(
VCardInterpreter
interpreter) {
VCardEntryConstructor.java
29
* The {@link
VCardInterpreter
} implementation which enables {@link VCardEntryHandler} objects
40
* {@link
VCardInterpreter
} directly, instead of relying on this class and
44
public class VCardEntryConstructor implements
VCardInterpreter
{
VCardSourceDetector.java
42
public class VCardSourceDetector implements
VCardInterpreter
{
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
CustomVCardEntryConstructor.java
20
import com.android.vcard.
VCardInterpreter
;
26
public class CustomVCardEntryConstructor implements
VCardInterpreter
{
VCardRequest.java
31
import com.android.vcard.
VCardInterpreter
;
176
final
VCardInterpreter
interpreter,
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VNodeBuilder.java
19
import com.android.vcard.
VCardInterpreter
;
45
public class VNodeBuilder implements
VCardInterpreter
{
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardParserTests.java
18
import com.android.vcard.
VCardInterpreter
;
35
* in {@link
VCardInterpreter
}}.
46
private class MockVCardInterpreter implements
VCardInterpreter
{
VCardEntryTests.java
38
import com.android.vcard.
VCardInterpreter
;
90
* {@link
VCardInterpreter
} is called appropriately.
92
* This test manually calls
VCardInterpreter
's callback mechanism and checks
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportProcessor.java
27
import com.android.vcard.
VCardInterpreter
;
216
final
VCardInterpreter
interpreter,
Completed in 290 milliseconds