Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
V
W
_
R
readBeginVCard(boolean)
- Method in class a_vcard.android.syncml.pim.vcard.
VCardParser_V21
readBeginVCard(boolean)
- Method in class a_vcard.android.syncml.pim.vcard.
VCardParser_V30
vcard = [group "."] "BEGIN" ":" "VCARD" 1*CRLF 1*(contentline) ;A vCard object MUST include the VERSION, FN and N types.
readEndVCard(boolean, boolean)
- Method in class a_vcard.android.syncml.pim.vcard.
VCardParser_V21
The arguments useCache and allowGarbase are usually true and false accordingly when this function is called outside this function itself.
readEndVCard(boolean, boolean)
- Method in class a_vcard.android.syncml.pim.vcard.
VCardParser_V30
ReadExample
- Class in
<Unnamed>
Example of reading vCard
ReadExample()
- Constructor for class
ReadExample
remove(String)
- Method in class a_vcard.android.content.
ContentValues
Remove a single value.
removeSelection(Spannable)
- Static method in class a_vcard.android.text.
Selection
Remove the selection or cursor, if any, from the text.
removeSpan(Object)
- Method in interface a_vcard.android.text.
Spannable
Remove the specified object from the range of text to which it was attached, if any.
removeSpan(Object)
- Method in class a_vcard.android.text.
SpannableStringBuilder
Remove the specified markup object from the buffer.
replace(int, int, CharSequence, int, int)
- Method in interface a_vcard.android.text.
Editable
Replaces the specified range (
st…en
) of text in this Editable with a copy of the slice
start…end
from
source
.
replace(int, int, CharSequence)
- Method in interface a_vcard.android.text.
Editable
Convenience for replace(st, en, text, 0, text.length())
replace(int, int, CharSequence)
- Method in class a_vcard.android.text.
SpannableStringBuilder
replace(int, int, CharSequence, int, int)
- Method in class a_vcard.android.text.
SpannableStringBuilder
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
V
W
_