Home
last modified time | relevance | path

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

1234

/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/Settings/src/com/android/settings/utils/
DAnnotationSpan.java67 AnnotationSpan link = null; in linkify() local
70 link = new AnnotationSpan(linkInfo.mListener); in linkify()
74 if (link != null) { in linkify()
75 builder.setSpan(link, start, end, msg.getSpanFlags(link)); in linkify()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppLauncherActivity.java304 String link = null; in creatFileForSharedContent() local
312 link = proto.group().toLowerCase(Locale.US) + matchStr.substring( in creatFileForSharedContent()
317 link = "http://" + matchStr; in creatFileForSharedContent()
322 link = "mailto:" + matchStr; in creatFileForSharedContent()
326 link = "tel:" + matchStr; in creatFileForSharedContent()
328 if (link != null) { in creatFileForSharedContent()
329 String href = String.format("<a href=\"%s\">%s</a>", link, matchStr); in creatFileForSharedContent()
/packages/apps/Calendar/
Dmkprojectfile39 <link>
43 </link>
44 <link>
48 </link>
/packages/modules/ArtPrebuilt/iorap/test/src/IorapTestApp/
Dgradlew15 link=`expr "$ls" : '.*-> \(.*\)$'`
16 if expr "$link" : '/.*' > /dev/null; then
17 PRG="$link"
19 PRG=`dirname "$PRG"`"/$link"
/packages/apps/Car/libs/car-ui-lib/
Dgradlew15 link=`expr "$ls" : '.*-> \(.*\)$'`
16 if expr "$link" : '/.*' > /dev/null; then
17 PRG="$link"
19 PRG=`dirname "$PRG"`"/$link"
/packages/apps/Car/tests/
Dgradlew15 link=`expr "$ls" : '.*-> \(.*\)$'`
16 if expr "$link" : '/.*' > /dev/null; then
17 PRG="$link"
19 PRG=`dirname "$PRG"`"/$link"
/packages/apps/Car/libs/car-ui-lib/tests/paintbooth/
Dgradlew15 link=`expr "$ls" : '.*-> \(.*\)$'`
16 if expr "$link" : '/.*' > /dev/null; then
17 PRG="$link"
19 PRG=`dirname "$PRG"`"/$link"
/packages/inputmethods/LatinIME/
Dgradlew51 link=`expr "$ls" : '.*-> \(.*\)$'`
52 if expr "$link" : '/.*' > /dev/null; then
53 PRG="$link"
55 PRG=`dirname "$PRG"`"/$link"
/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.java65 for (TextLinks.TextLink link : links.getLinks()) { in fromTextLinks()
66 if (link.getEntityCount() == 0) { in fromTextLinks()
69 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/apps/Settings/src/com/android/settings/fuelgauge/batterysaver/
DBatterySaverSettings.java149 SupportPageLearnMoreSpan link = in linkify() local
152 msg.setSpan(link, start, end, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE); in linkify()
/packages/apps/Settings/src/com/android/settings/applications/
DOpenSupportedLinks.java204 for (String link : result) { in addLinksToFooter()
205 title = title + System.lineSeparator() + link; in addLinksToFooter()
/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/
DAndroid.bp237 // We cannot use plain "libc++" here to link libc++ dynamically because it results in:
243 // So, link libc++ statically. This means that we also need to ensure that all the C++ libraries
244 // we depend on do not dynamically link libc++. This is currently the case, because liblog is
/packages/modules/DnsResolver/
DAndroid.bp58 // Note that, static link liblog and libbase is a hard requirement for resolv related tests
161 // Causes the linkerconfig to create a namespace link from resolv to the
Dstats.proto233 SYS_EXDEV = 18; // Cross-device link
280 SYS_ENOLINK = 67; // The link has been severed
295 SYS_ELIBMAX = 82; // Attempting to link in too many libs
/packages/inputmethods/LatinIME/tests/res/raw/
Ddummy_resource_for_testing.txt2 * successfully. (See {@link KeySpecParserSplitTests#setUp()}.
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java913 LinkAddress link = new LinkAddress(InetAddress.getByAddress(MOCK_PCAP_IPV4_ADDR), 16); in testApfFilterPcapFile() local
915 lp.addLinkAddress(link); in testApfFilterPcapFile()
1132 LinkAddress link = new LinkAddress(InetAddress.getByAddress(MOCK_IPV4_ADDR), 19); in setupApfFilter() local
1134 lp.addLinkAddress(link); in setupApfFilter()
1167 LinkAddress link = new LinkAddress(InetAddress.getByAddress(MOCK_IPV4_ADDR), 19); in testApfFilterIPv4() local
1169 lp.addLinkAddress(link); in testApfFilterIPv4()
1261 LinkAddress link = new LinkAddress(InetAddress.getByAddress(unicastIpv4Addr), 24); in testApfFilterMulticast() local
1263 lp.addLinkAddress(link); in testApfFilterMulticast()
/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/modules/IPsec/tests/iketests/
DAndroid.bp31 // TODO (b/149494912): Do not statically link ike and test against <uses-library>

1234