/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberFormattingTextWatcher.java | 110 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/ |
D | Clock.java | 188 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/ |
D | CREDITS.TXT | 6 The list is sorted by surname and formatted to allow easy grepping and
|
/frameworks/base/docs/html/design/building-blocks/ |
D | pickers.jd | 28 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/ |
D | VCardBuilder.java | 873 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/ |
D | controls.jd | 89 …get to enter the values for a time (hour, minute, AM/PM), which will be formatted automatically fo…
|
D | ui-events.jd | 161 about how a software input method should work and just trust it to supply already formatted text to…
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 516 // A GL call's return data and arguments are formatted into this DataType
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | string-resource.jd | 460 <p>In this formatted string, a {@code <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 "<" or "&", then they must be escaped before formatting, so that when the formatted string
|
D | localization.jd | 84 For example, if users input data that needs to be formatted or sorted
|
/frameworks/base/docs/html/guide/google/gcm/ |
D | c2dm.jd | 106 …ight want to take advantage of the new <a href="gcm.html#send-msg">JSON-formatted</a> requests tha…
|
D | adv.jd | 193 …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/ |
D | README | 273 or, formatted differently
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | pickers.jd | 39 is valid, formatted correctly, and adjusted to the user's locale.</p>
|
/frameworks/base/docs/html/guide/components/ |
D | loaders.jd | 281 formatted as an SQL WHERE clause (excluding the WHERE itself). Passing 286 <li><em>sortOrder</em> — How to order the rows, formatted as an SQL
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | advanced-nfc.jd | 85 <td>Provides access to NDEF data and operations on NFC tags that have been formatted as
|
D | nfc.jd | 121 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/ |
D | testing_otheride.jd | 453 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/ |
D | screensizes.jd | 341 formatted PNG files that indicate which areas can and cannot be stretched.</p>
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 1262 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/ |
D | android-3.1-highlights.jd | 240 message will be formatted properly for all recipients. Folder prefixes for IMAP
|
/frameworks/base/docs/html/tools/help/ |
D | adb.jd | 102 <p>The output for each instance is formatted like this: </p>
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 123 be raw audio. It should be a properly encoded and formatted media file in one
|
/frameworks/base/docs/html/guide/topics/search/ |
D | adding-custom-suggestions.jd | 192 <dd>Always a content {@link android.net.Uri}, formatted as:
|
/frameworks/base/docs/html/guide/practices/ |
D | security.jd | 267 confirm that it is properly formatted for the invoked receiver, service, or
|