A B C D E F G H I K L M N O P R S T V W _

G

get(String) - Method in class a_vcard.android.content.ContentValues
Gets a value.
getAsBoolean(String) - Method in class a_vcard.android.content.ContentValues
Gets a value and converts it to a Boolean.
getAsByte(String) - Method in class a_vcard.android.content.ContentValues
Gets a value and converts it to a Byte.
getAsByteArray(String) - Method in class a_vcard.android.content.ContentValues
Gets a value that is a byte array.
getAsDouble(String) - Method in class a_vcard.android.content.ContentValues
Gets a value and converts it to a Double.
getAsFloat(String) - Method in class a_vcard.android.content.ContentValues
Gets a value and converts it to a Float.
getAsInteger(String) - Method in class a_vcard.android.content.ContentValues
Gets a value and converts it to an Integer.
getAsLong(String) - Method in class a_vcard.android.content.ContentValues
Gets a value and converts it to a Long.
getAsShort(String) - Method in class a_vcard.android.content.ContentValues
Gets a value and converts it to a Short.
getAsString(String) - Method in class a_vcard.android.content.ContentValues
Gets a value and converts it to a String.
getBase64(String) - Method in class a_vcard.android.syncml.pim.vcard.VCardParser_V21
 
getBase64(String) - Method in class a_vcard.android.syncml.pim.vcard.VCardParser_V30
vCard 3.0 does not require two CRLF at the last of BASE64 data.
GetChars - Interface in a_vcard.android.text
Please implement this interface if your CharSequence has a getChars() method like the one in String that is faster than calling charAt() multiple times.
getChars(int, int, char[], int) - Method in interface a_vcard.android.text.GetChars
Exactly like String.getChars(): copy chars start through end - 1 from this CharSequence into dest beginning at offset destoff.
getChars(int, int, char[], int) - Method in class a_vcard.android.text.SpannableStringBuilder
Copy the specified range of chars from this buffer into the specified array, beginning at the specified offset.
getChars(CharSequence, int, int, char[], int) - Static method in class a_vcard.android.text.TextUtils
 
getEstimatedCharset() - Method in class a_vcard.android.syncml.pim.vcard.VCardSourceDetector
Return charset String guessed from the source's properties.
getFilters() - Method in interface a_vcard.android.text.Editable
Returns the array of input filters that are currently applied to changes to this Editable.
getFilters() - Method in class a_vcard.android.text.SpannableStringBuilder
 
getFormatTypeForLocale(Locale) - Static method in class a_vcard.android.telephony.PhoneNumberUtils
Returns the phone number formatting type for the given locale.
getInstance() - Static method in class a_vcard.android.text.Editable.Factory
Returns the standard Editable Factory.
getLine() - Method in class a_vcard.android.syncml.pim.vcard.VCardParser_V21
 
getLine() - Method in class a_vcard.android.syncml.pim.vcard.VCardParser_V30
 
getNonEmptyLine() - Method in class a_vcard.android.syncml.pim.vcard.VCardParser_V21
 
getNonEmptyLine() - Method in class a_vcard.android.syncml.pim.vcard.VCardParser_V30
vCard 3.0 requires that the line with space at the beginning of the line must be combined with previous line.
getQuotedPrintable(String) - Method in class a_vcard.android.syncml.pim.vcard.VCardParser_V21
 
getResult() - Method in class a_vcard.android.syncml.pim.VDataBuilder
 
getSelectionEnd(CharSequence) - Static method in class a_vcard.android.text.Selection
Return the offset of the selection edge or cursor, or -1 if there is no selection or cursor.
getSelectionStart(CharSequence) - Static method in class a_vcard.android.text.Selection
Return the offset of the selection anchor or cursor, or -1 if there is no selection or cursor.
getSpanEnd(Object) - Method in class a_vcard.android.text.SpannableStringBuilder
Return the buffer offset of the end of the specified markup object, or -1 if it is not attached to this buffer.
getSpanEnd(Object) - Method in interface a_vcard.android.text.Spanned
Return the end of the range of text to which the specified markup object is attached, or -1 if the object is not attached.
getSpanFlags(Object) - Method in class a_vcard.android.text.SpannableStringBuilder
Return the flags of the end of the specified markup object, or 0 if it is not attached to this buffer.
getSpanFlags(Object) - Method in interface a_vcard.android.text.Spanned
Return the flags that were specified when Spannable.setSpan(java.lang.Object, int, int, int) was used to attach the specified markup object, or 0 if the specified object has not been attached.
getSpans(int, int, Class<T>) - Method in class a_vcard.android.text.SpannableStringBuilder
Return an array of the spans of the specified type that overlap the specified range of the buffer.
getSpans(int, int, Class<T>) - Method in interface a_vcard.android.text.Spanned
Return an array of the markup objects attached to the specified slice of this CharSequence and whose type is the specified type or a subclass of it.
getSpanStart(Object) - Method in class a_vcard.android.text.SpannableStringBuilder
Return the buffer offset of the beginning of the specified markup object, or -1 if it is not attached to this buffer.
getSpanStart(Object) - Method in interface a_vcard.android.text.Spanned
Return the beginning of the range of text to which the specified markup object is attached, or -1 if the object is not attached.
getStackTraceString(Throwable) - Static method in class a_vcard.android.util.Log
Handy function to get a loggable stack trace from a Throwable
getStringArrayList(String) - Method in class a_vcard.android.content.ContentValues
Deprecated. 
getVersion() - Method in class a_vcard.android.syncml.pim.vcard.VCardParser_V21
 
getVersion() - Method in class a_vcard.android.syncml.pim.vcard.VCardParser_V30
 

A B C D E F G H I K L M N O P R S T V W _