/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 | 304 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/ |
D | mkprojectfile | 39 <link> 43 </link> 44 <link> 48 </link>
|
/packages/apps/Car/libs/car-ui-lib/ |
D | gradlew | 15 link=`expr "$ls" : '.*-> \(.*\)$'` 16 if expr "$link" : '/.*' > /dev/null; then 17 PRG="$link" 19 PRG=`dirname "$PRG"`"/$link"
|
/packages/apps/Car/tests/ |
D | gradlew | 15 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/ |
D | gradlew | 15 link=`expr "$ls" : '.*-> \(.*\)$'` 16 if expr "$link" : '/.*' > /dev/null; then 17 PRG="$link" 19 PRG=`dirname "$PRG"`"/$link"
|
/packages/inputmethods/LatinIME/ |
D | gradlew | 51 link=`expr "$ls" : '.*-> \(.*\)$'` 52 if expr "$link" : '/.*' > /dev/null; then 53 PRG="$link" 55 PRG=`dirname "$PRG"`"/$link"
|
/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 | 22 // A unique ID that could be used to map a call log entry to a {@link 25 // On pre-Q this will be {@link android.provider.CallLog.Calls#DATE} which 26 // 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/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/ |
D | Android.bp | 238 // We cannot use plain "libc++" here to link libc++ dynamically because it results in: 244 // So, link libc++ statically. This means that we also need to ensure that all the C++ libraries 245 // we depend on do not dynamically link libc++. This is currently the case, because liblog is
|
/packages/modules/DnsResolver/ |
D | Android.bp | 57 // Note that, static link liblog and libbase is a hard requirement for resolv related tests 160 // Causes the linkerconfig to create a namespace link from resolv to the
|
D | stats.proto | 233 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/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | ApfTest.java | 913 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/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 | 22 // {@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/modules/IPsec/tests/iketests/ |
D | Android.bp | 29 // TODO (b/149494912): Do not statically link ike and test against <uses-library>
|
/packages/modules/DnsResolver/tests/ |
D | Android.bp | 160 // TODO: make static link libc++ work.
|
/packages/apps/TV/tuner/proto/ |
D | channel.proto | 59 …//developer.android.com/reference/android/media/tv/TvContract.Channels.html#COLUMN_LOCKED">link</a>
|