Home
last modified time | relevance | path

Searched refs:formatted (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/telephony/java/android/telephony/
DPhoneNumberFormattingTextWatcher.java110 String formatted = reformat(s, Selection.getSelectionEnd(s)); in afterTextChanged() local
111 if (formatted != null) { in afterTextChanged()
114 s.replace(0, s.length(), formatted, 0, formatted.length()); in afterTextChanged()
117 if (formatted.equals(s.toString())) { in afterTextChanged()
132 String formatted = null; in reformat() local
141 formatted = getFormattedNumber(lastNonSeparator, hasCursor); in reformat()
151 formatted = getFormattedNumber(lastNonSeparator, hasCursor); in reformat()
153 return formatted; in reformat()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java188 SpannableStringBuilder formatted = new SpannableStringBuilder(result); in getSmallTime() local
190 formatted.delete(magic1, magic2+1); in getSmallTime()
194 formatted.setSpan(style, magic1, magic2, in getSmallTime()
197 formatted.delete(magic2, magic2 + 1); in getSmallTime()
198 formatted.delete(magic1, magic1 + 1); in getSmallTime()
200 return formatted; in getSmallTime()
/frameworks/compile/libbcc/runtime/
DCREDITS.TXT6 The list is sorted by surname and formatted to allow easy grepping and
/frameworks/base/docs/html/design/building-blocks/
Dpickers.jd28 app helps ensure that a user's specification of a data or time input is valid and formatted
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java873 String formatted; in appendPhones() local
887 formatted = PhoneNumberUtilsPort.formatNumber( in appendPhones()
891 formatted = numberWithControlSequence; in appendPhones()
897 && !TextUtils.isEmpty(formatted) in appendPhones()
898 && !formatted.startsWith("tel:")) { in appendPhones()
899 formatted = "tel:" + formatted; in appendPhones()
904 appendTelLine(type, label, formatted, isPrimary); in appendPhones()
/frameworks/base/docs/html/guide/topics/ui/
Dcontrols.jd89 …get to enter the values for a time (hour, minute, AM/PM), which will be formatted automatically fo…
Dui-events.jd161 about how a software input method should work and just trust it to supply already formatted text to…
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto516 // A GL call's return data and arguments are formatted into this DataType
/frameworks/base/docs/html/guide/topics/resources/
Dstring-resource.jd460 <p>In this formatted string, a {@code &lt;b>} element is added. Notice that the opening bracket is
476 escape any possible HTML characters in the strings you use with the formatted text, using
480 "&lt;" or "&amp;", then they must be escaped before formatting, so that when the formatted string
Dlocalization.jd84 For example, if users input data that needs to be formatted or sorted
/frameworks/base/docs/html/guide/google/gcm/
Dc2dm.jd106 …ight want to take advantage of the new <a href="gcm.html#send-msg">JSON-formatted</a> requests tha…
Dadv.jd193 …yload the message contains can be up to 4K. For example, here is a JSON-formatted message in an IM…
226 <p>Here is an example of a JSON-formatted request that includes TTL:</p>
/frameworks/native/libs/utils/
DREADME273 or, formatted differently
/frameworks/base/docs/html/guide/topics/ui/controls/
Dpickers.jd39 is valid, formatted correctly, and adjusted to the user's locale.</p>
/frameworks/base/docs/html/guide/components/
Dloaders.jd281 formatted as an SQL WHERE clause (excluding the WHERE itself). Passing
286 <li><em>sortOrder</em> &#8212; How to order the rows, formatted as an SQL
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dadvanced-nfc.jd85 <td>Provides access to NDEF data and operations on NFC tags that have been formatted as
Dnfc.jd121 Android handles NDEF formatted tags. When an Android-powered device scans an NFC tag containing NDEF
122 formatted data, it parses the message and tries to figure out the data's MIME type or identifying
913 type <code>com.example.android.beam</code>, or when an NDEF formatted message contains a MIME record
/frameworks/base/docs/html/tools/testing/
Dtesting_otheride.jd453 performance measurements, so that they are not formatted as test results. This flag is
570 re-formatted as test results.
/frameworks/base/docs/html/training/multiscreen/
Dscreensizes.jd341 formatted PNG files that indicate which areas can and cannot be stretched.</p>
/frameworks/base/tools/aapt/
DResourceTable.cpp1262 String16 formatted; in compileResourceFile() local
1273 formatted.setTo(block.getAttributeStringValue(i, &length)); in compileResourceFile()
1298 if (formatted == false16) { in compileResourceFile()
/frameworks/base/docs/html/about/versions/
Dandroid-3.1-highlights.jd240 message will be formatted properly for all recipients. Folder prefixes for IMAP
/frameworks/base/docs/html/tools/help/
Dadb.jd102 <p>The output for each instance is formatted like this: </p>
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd123 be raw audio. It should be a properly encoded and formatted media file in one
/frameworks/base/docs/html/guide/topics/search/
Dadding-custom-suggestions.jd192 <dd>Always a content {@link android.net.Uri}, formatted as:
/frameworks/base/docs/html/guide/practices/
Dsecurity.jd267 confirm that it is properly formatted for the invoked receiver, service, or

12