/packages/apps/Settings/src/com/android/settings/utils/ |
D | AnnotationSpan.java | 64 AnnotationSpan link = null; in linkify() local 67 link = new AnnotationSpan(linkInfo.mListener); in linkify() 71 if (link != null) { in linkify() 72 builder.setSpan(link, start, end, msg.getSpanFlags(link)); in linkify()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/utils/ |
D | AnnotationSpan.java | 64 AnnotationSpan link = null; in linkify() local 67 link = new AnnotationSpan(linkInfo.mListener); in linkify() 71 if (link != null) { in linkify() 72 builder.setSpan(link, start, end, msg.getSpanFlags(link)); in linkify()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppLauncherActivity.java | 310 String link = null; in creatFileForSharedContent() local 318 link = proto.group().toLowerCase(Locale.US) + matchStr.substring( in creatFileForSharedContent() 323 link = "http://" + matchStr; in creatFileForSharedContent() 328 link = "mailto:" + matchStr; in creatFileForSharedContent() 332 link = "tel:" + matchStr; in creatFileForSharedContent() 334 if (link != null) { in creatFileForSharedContent() 335 String href = String.format("<a href=\"%s\">%s</a>", link, matchStr); in creatFileForSharedContent()
|
/packages/apps/Calendar/ |
D | mkprojectfile | 39 <link> 43 </link> 44 <link> 48 </link>
|
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/packages/inputmethods/LatinIME/ |
D | gradlew | 51 link=`expr "$ls" : '.*-> \(.*\)$'` 52 if expr "$link" : '/.*' > /dev/null; then 53 PRG="$link" 55 PRG=`dirname "$PRG"`"/$link"
|
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | readme.md | 19 | [Linux][lin-link] | [Windows][win-link] | [Coveralls][cov-link] | 24 [lin-link]: https://travis-ci.org/miloyip/rapidjson "Travis build status" 26 [win-link]: https://ci.appveyor.com/project/miloyip/rapidjson/branch/master "AppVeyor build status" 28 [cov-link]: https://coveralls.io/r/miloyip/rapidjson?branch=master
|
/packages/modules/ExtServices/src/android/ext/services/notification/ |
D | EntityTypeCounter.java | 64 for (TextLinks.TextLink link : links.getLinks()) { in fromTextLinks() 65 if (link.getEntityCount() == 0) { in fromTextLinks() 68 String entityType = link.getEntity(0); in fromTextLinks()
|
/packages/apps/Dialer/java/com/android/dialer/calldetails/proto/ |
D | call_details_entries.proto | 23 // A unique ID that could be used to map a call log entry to a {@link 26 // On pre-Q this will be {@link android.provider.CallLog.Calls#DATE} which 27 // is same as {@link com.android.telecom.Call#getCreationTimeMillis()}.
|
/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/ |
D | ClipStorage.java | 162 File link = new File(mSlots[slot], linkFileName); in getFile() local 165 Os.symlink(primary.getAbsolutePath(), link.getAbsolutePath()); in getFile() 171 return link; in getFile()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | UiUtils.java | 355 for (final URLSpan link : links) { in stripHtml() 356 final int spanStart = markup.getSpanStart(link); in stripHtml() 357 final int spanEnd = markup.getSpanEnd(link); in stripHtml() 362 final String linkText = link.getURL(); in stripHtml()
|
/packages/modules/NetworkStack/ |
D | Android.bp | 65 // We cannot use plain "libc++" here to link libc++ dynamically because it results in: 71 // So, link libc++ statically. This means that we also need to ensure that all the C++ libraries 72 // we depend on do not dynamically link libc++. This is currently the case, because liblog is
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterysaver/ |
D | BatterySaverSettings.java | 164 SupportPageLearnMoreSpan link = in linkify() local 167 msg.setSpan(link, start, end, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE); in linkify()
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
D | DeletionHelperActivity.java | 206 NoThresholdSpan link = new NoThresholdSpan(parent); in linkify() local 207 msg.setSpan(link, 0, msg.length(), Spanned.SPAN_EXCLUSIVE_EXCLUSIVE); in linkify()
|
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | ApfTest.java | 903 LinkAddress link = new LinkAddress(InetAddress.getByAddress(MOCK_PCAP_IPV4_ADDR), 16); in testApfFilterPcapFile() local 905 lp.addLinkAddress(link); in testApfFilterPcapFile() 1115 LinkAddress link = new LinkAddress(InetAddress.getByAddress(MOCK_IPV4_ADDR), 19); in setupApfFilter() local 1117 lp.addLinkAddress(link); in setupApfFilter() 1126 LinkAddress link = new LinkAddress(InetAddress.getByAddress(MOCK_IPV4_ADDR), 19); in testApfFilterIPv4() local 1128 lp.addLinkAddress(link); in testApfFilterIPv4() 1221 LinkAddress link = new LinkAddress(InetAddress.getByAddress(unicastIpv4Addr), 24); in testApfFilterMulticast() local 1223 lp.addLinkAddress(link); in testApfFilterMulticast()
|
/packages/inputmethods/LatinIME/tests/res/raw/ |
D | dummy_resource_for_testing.txt | 2 * successfully. (See {@link KeySpecParserSplitTests#setUp()}.
|
/packages/apps/Dialer/java/com/android/dialer/dialercontact/ |
D | dialer_contact.proto | 23 // {@link CallLog.Calls#POST_DIAL_DIGITS}.
|
/packages/services/Telephony/ecc/ |
D | README.md | 21 - A symbolic link references to protobuf folder of the newest version of
|
/packages/apps/TV/tuner/proto/ |
D | channel.proto | 61 …//developer.android.com/reference/android/media/tv/TvContract.Channels.html#COLUMN_LOCKED">link</a>
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/misc/ |
D | doxygenextra.css | 267 /* external link icon */
|
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/ |
D | third_party_licenses | 62 separable from, or merely link (or bind by name) to the interfaces of, 244 separable from, or merely link (or bind by name) to the interfaces of, 450 separable from, or merely link (or bind by name) to the interfaces of, 656 separable from, or merely link (or bind by name) to the interfaces of, 862 separable from, or merely link (or bind by name) to the interfaces of, 1068 separable from, or merely link (or bind by name) to the interfaces of, 1286 separable from, or merely link (or bind by name) to the interfaces of, 1480 separable from, or merely link (or bind by name) to the interfaces of, 1674 separable from, or merely link (or bind by name) to the interfaces of, 1868 separable from, or merely link (or bind by name) to the interfaces of, [all …]
|
/packages/apps/TV/res/raw/ |
D | third_party_licenses | 75 separable from, or merely link (or bind by name) to the interfaces of, 280 separable from, or merely link (or bind by name) to the interfaces of, 486 separable from, or merely link (or bind by name) to the interfaces of, 692 separable from, or merely link (or bind by name) to the interfaces of, 898 separable from, or merely link (or bind by name) to the interfaces of, 1104 separable from, or merely link (or bind by name) to the interfaces of, 1310 separable from, or merely link (or bind by name) to the interfaces of, 1517 separable from, or merely link (or bind by name) to the interfaces of, 1723 separable from, or merely link (or bind by name) to the interfaces of, 1929 separable from, or merely link (or bind by name) to the interfaces of, [all …]
|
/packages/apps/Email/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/packages/providers/DownloadProvider/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|