/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
D | StackOverflowXmlParser.java | 72 public final String link; field in StackOverflowXmlParser.Entry 75 private Entry(String title, String summary, String link) { in Entry() argument 78 this.link = link; in Entry() 89 String link = null; in readEntry() local 100 link = readLink(parser); in readEntry() 105 return new Entry(title, summary, link); in readEntry() 118 String link = ""; in readLink() local 124 link = parser.getAttributeValue(null, "href"); in readLink() 129 return link; in readLink()
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | TextLinksParams.java | 124 for (TextLink link : textLinks.getLinks()) { in apply() 125 final TextLinkSpan span = mSpanFactory.apply(link); in apply() 128 link.getStart(), link.getEnd(), ClickableSpan.class); in apply() 134 text.setSpan(span, link.getStart(), link.getEnd(), in apply() 139 text.setSpan(span, link.getStart(), link.getEnd(), in apply()
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/ |
D | RichTextViewTest.java | 51 Annotation link = new Annotation("link", "foobar"); in testLinkAnnotation() local 53 ssb.setSpan(link, 1, 2, 0 /* flags */); in testLinkAnnotation() 76 Annotation link = new Annotation("link", "foobar"); in testOnLinkClickListener() local 78 ssb.setSpan(link, 1, 2, 0 /* flags */); in testOnLinkClickListener() 98 Annotation link = new Annotation("link", "foobar"); in testLegacyContextOnClickListener() local 100 ssb.setSpan(link, 1, 2, 0 /* flags */); in testLegacyContextOnClickListener() 116 Annotation link = new Annotation("link", "foobar"); in onTouchEvent_clickOnLinks_shouldReturnTrue() local 118 ssb.setSpan(link, 0, 2, 0 /* flags */); in onTouchEvent_clickOnLinks_shouldReturnTrue() 134 Annotation link = new Annotation("link", "foobar"); in onTouchEvent_clickOutsideLinks_shouldReturnFalse() local 136 ssb.setSpan(link, 0, 2, 0 /* flags */); in onTouchEvent_clickOutsideLinks_shouldReturnFalse() [all …]
|
/frameworks/base/core/java/android/text/method/ |
D | LinkMovementMethod.java | 150 ClickableSpan link = links[0]; in action() local 151 if (link instanceof TextLinkSpan) { in action() 152 ((TextLinkSpan) link).onClick(widget, TextLinkSpan.INVOCATION_METHOD_KEYBOARD); in action() 154 link.onClick(widget); in action() 230 ClickableSpan link = links[0]; in onTouchEvent() local 232 if (link instanceof TextLinkSpan) { in onTouchEvent() 233 ((TextLinkSpan) link).onClick( in onTouchEvent() 236 link.onClick(widget); in onTouchEvent() 246 buffer.getSpanStart(link), in onTouchEvent() 247 buffer.getSpanEnd(link)); in onTouchEvent()
|
/frameworks/base/tools/aapt2/ |
D | Android.bp | 121 "link/AutoVersioner.cpp", 122 "link/ManifestFixer.cpp", 123 "link/NoDefaultResourceRemover.cpp", 124 "link/ProductFilter.cpp", 125 "link/PrivateAttributeMover.cpp", 126 "link/ReferenceLinker.cpp", 127 "link/ResourceExcluder.cpp", 128 "link/TableMerger.cpp", 129 "link/XmlCompatVersioner.cpp", 130 "link/XmlNamespaceRemover.cpp", [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
D | ClipboardOverlayUtils.java | 80 for (TextLinks.TextLink link : textLinks.getLinks()) { in getActions() 82 if (link.getEnd() - link.getStart() in getActions() 85 textLinks.getText(), link.getStart(), link.getEnd(), null); in getActions()
|
/frameworks/proto_logging/stats/enums/server/ |
D | enums.proto | 43 // Undocked. See {@link Intent.EXTRA_DOCK_STATE_UNDOCKED}. 45 // Desk dock. See {@link Intent.EXTRA_DOCK_STATE_DESK}. 47 // Car dock. See {@link Intent.EXTRA_DOCK_STATE_CAR}. 49 // Analog (low end) desk dock. See {@link Intent.EXTRA_DOCK_STATE_LE_DESK}. 51 // Digital (high end) desk dock. See {@link Intent.EXTRA_DOCK_STATE_HE_DESK}.
|
/frameworks/base/tests/TouchLatency/ |
D | gradlew | 76 link=${ls#*' -> '} 77 case $link in #( 78 /*) app_path=$link ;; #( 79 *) app_path=$APP_HOME$link ;;
|
/frameworks/proto_logging/stats/enums/telecomm/ |
D | enums.proto | 31 * not expected to ever interact with NEW calls, but {@link android.telecom.InCallService}s will 38 * Common transitions are to {@link #DIALING} state for a successful call or 39 * {@link #DISCONNECTED} if it failed. 45 * {@link android.telecom.PhoneAccount} through which to place the call. 52 * state usually transition to {@link #ACTIVE} if the call was answered or {@link #DISCONNECTED} 60 * ringtone. Normal transitions are to {@link #ACTIVE} if answered or {@link #DISCONNECTED} 68 * {@link #DIALING} call or a {@link #RINGING} call being answered by the other party. 75 * to this state is by the user putting an {@link #ACTIVE} call on hold by explicitly performing 97 * to a {@link #DISCONNECTED} state. 109 * {@link android.telecom.Connection#PROPERTY_IS_EXTERNAL_CALL} and [all …]
|
/frameworks/base/cmds/idmap2/tests/data/overlay/ |
D | build | 19 aapt2 link \ 26 aapt2 link \ 34 aapt2 link \ 41 aapt2 link \
|
/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/ |
D | NestedClass.java.txt | 9 * Inspection companion for {@link Outer.Inner}. 11 * Generated by {@link android.processor.view.inspector.InspectionCompanionGenerator} 12 * on behalf of {@link android.processor.view.inspector.InspectionCompanionGeneratorTest}.
|
D | NoAttributeId.java.txt | 9 * Inspection companion for {@link TestNode}. 11 * Generated by {@link android.processor.view.inspector.InspectionCompanionGenerator} 12 * on behalf of {@link android.processor.view.inspector.InspectionCompanionGeneratorTest}.
|
D | FieldProperty.java.txt | 10 * Inspection companion for {@link TestNode}. 12 * Generated by {@link android.processor.view.inspector.InspectionCompanionGenerator} 13 * on behalf of {@link android.processor.view.inspector.InspectionCompanionGeneratorTest}.
|
D | SuppliedAttributeId.java.txt | 9 * Inspection companion for {@link TestNode}. 11 * Generated by {@link android.processor.view.inspector.InspectionCompanionGenerator} 12 * on behalf of {@link android.processor.view.inspector.InspectionCompanionGeneratorTest}.
|
D | IntFlag.java.txt | 10 * Inspection companion for {@link TestNode}. 12 * Generated by {@link android.processor.view.inspector.InspectionCompanionGenerator} 13 * on behalf of {@link android.processor.view.inspector.InspectionCompanionGeneratorTest}.
|
D | IntEnum.java.txt | 12 * Inspection companion for {@link TestNode}. 14 * Generated by {@link android.processor.view.inspector.InspectionCompanionGenerator} 15 * on behalf of {@link android.processor.view.inspector.InspectionCompanionGeneratorTest}.
|
/frameworks/compile/mclinker/lib/LD/ |
D | StaticResolver.cpp | 146 if (pNew.link() == NULL) { in resolve() 159 old->setLink(pNew.link()); in resolve() 165 if (old->link() == pNew.link()) { in resolve() 192 if (old->link() == NULL) { in resolve() 197 old = old->link(); in resolve()
|
/frameworks/proto_logging/stats/enums/app/ |
D | enums.proto | 288 * via {@link android.os.Process#exit}; {@link #status} will specify the exit code. 297 * {@link android.os.Process#SIGNAL_KILL}; {@link #status} will specify the signum. 345 * Prior to {@link android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE}, one of the uses of this 347 * have changed without {@link android.content.pm.PackageManager#DONT_KILL_APP} 366 * {@link #description} will specify the cause given by the system. 378 * component states have changed without {@link android.content.pm.PackageManager#DONT_KILL_APP} 380 * Prior to {@link android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE}, 381 * {@link #REASON_USER_REQUESTED} was used to indicate that an app was updated. 388 * Prior to {@link android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE}, 389 * {@link #REASON_USER_REQUESTED} was used to indicate that an app was updated. [all …]
|
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradlew | 56 link=`expr "$ls" : '.*-> \(.*\)$'` 57 if expr "$link" : '/.*' > /dev/null; then 58 PRG="$link" 60 PRG=`dirname "$PRG"`"/$link"
|
/frameworks/av/media/tests/SampleVideoEncoder/ |
D | gradlew | 15 link=`expr "$ls" : '.*-> \(.*\)$'` 16 if expr "$link" : '/.*' > /dev/null; then 17 PRG="$link" 19 PRG=`dirname "$PRG"`"/$link"
|
/frameworks/base/startop/apps/ColorChanging/ |
D | gradlew | 15 link=`expr "$ls" : '.*-> \(.*\)$'` 16 if expr "$link" : '/.*' > /dev/null; then 17 PRG="$link" 19 PRG=`dirname "$PRG"`"/$link"
|
/frameworks/multidex/ |
D | gradlew | 56 link=`expr "$ls" : '.*-> \(.*\)$'` 57 if expr "$link" : '/.*' > /dev/null; then 58 PRG="$link" 60 PRG=`dirname "$PRG"`"/$link"
|
/frameworks/base/packages/SettingsLib/Spa/ |
D | gradlew | 31 link=`expr "$ls" : '.*-> \(.*\)$'` 32 if expr "$link" : '/.*' > /dev/null; then 33 PRG="$link" 35 PRG=`dirname "$PRG"`"/$link"
|
/frameworks/base/libs/androidfw/tests/data/sparse/ |
D | build | 23 aapt2 link --manifest AndroidManifest.xml -I $PATH_TO_FRAMEWORK_RES -o sparse.apk --enable-sparse-e… 24 aapt2 link --manifest AndroidManifest.xml -I $PATH_TO_FRAMEWORK_RES -o not_sparse.apk compiled.flata
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | LinkBandwidthEstimator.java | 665 BandwidthState(int link) { 666 mLink = link; 1197 public void update(long value, int link, int level) { in update() argument 1200 String valueKey = getValueKey(link, level); in update() 1201 String countKey = getCountKey(link, level); in update() 1210 private String getValueKey(int link, int level) { in getValueKey() argument 1211 return getDataKey(link, level) + "Data"; in getValueKey() 1214 private String getCountKey(int link, int level) { in getCountKey() argument 1215 return getDataKey(link, level) + "Count"; in getCountKey() 1218 private String getDataKey(int link, int level) { in getDataKey() argument [all …]
|