Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 84) sorted by relevance

1234

/packages/apps/Settings/src/com/android/settings/utils/
DAnnotationSpan.java64 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/
DAnnotationSpan.java64 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/
DBluetoothOppLauncherActivity.java310 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/
Dmkprojectfile39 <link>
43 </link>
44 <link>
48 </link>
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/packages/inputmethods/LatinIME/
Dgradlew51 link=`expr "$ls" : '.*-> \(.*\)$'`
52 if expr "$link" : '/.*' > /dev/null; then
53 PRG="$link"
55 PRG=`dirname "$PRG"`"/$link"
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/packages/apps/Test/connectivity/sl4n/rapidjson/
Dreadme.md19 | [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/
DEntityTypeCounter.java64 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/
Dcall_details_entries.proto23 // 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/
DClipStorage.java162 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/
DUiUtils.java355 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/
DAndroid.bp65 // 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/
DBatterySaverSettings.java164 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/
DDeletionHelperActivity.java206 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/
DApfTest.java903 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/
Ddummy_resource_for_testing.txt2 * successfully. (See {@link KeySpecParserSplitTests#setUp()}.
/packages/apps/Dialer/java/com/android/dialer/dialercontact/
Ddialer_contact.proto23 // {@link CallLog.Calls#POST_DIAL_DIGITS}.
/packages/services/Telephony/ecc/
DREADME.md21 - A symbolic link references to protobuf folder of the newest version of
/packages/apps/TV/tuner/proto/
Dchannel.proto61 …//developer.android.com/reference/android/media/tv/TvContract.Channels.html#COLUMN_LOCKED">link</a>
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/misc/
Ddoxygenextra.css267 /* external link icon */
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses62 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/
Dthird_party_licenses75 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/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/packages/providers/DownloadProvider/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,

1234