/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | AccessibilityManagerTest.java | 207 private static AccessibilityEvent eqAccessibilityEvent(AccessibilityEvent matched) { in eqAccessibilityEvent() argument 208 reportMatcher(new AccessibilityEventMather(matched)); in eqAccessibilityEvent() 233 public boolean matches(Object matched) { in matches() argument 234 if (!(matched instanceof AccessibilityEvent)) { in matches() 237 AccessibilityEvent receivedEvent = (AccessibilityEvent) matched; in matches() 253 public boolean matches(Object matched) { in matches() argument 254 if (!(matched instanceof IAccessibilityManagerClient)) { in matches()
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | data-element.jd | 64 are matched against filters, can be found in another document, 97 path that is matched against the complete path in an Intent object. The 98 {@code pathPrefix} attribute specifies a partial path that is matched against 100 attribute specifies a complete path that is matched against the complete path
|
/frameworks/base/core/java/com/google/android/util/ |
D | AbstractMessageParser.java | 1180 private boolean matched; field in AbstractMessageParser.Format 1188 public void setMatched(boolean matched) { this.matched = matched; } in setMatched() argument 1195 if (matched) { in toHtml()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 454 int matched; in compareLoosely() local 466 matched = 0; in compareLoosely() 492 ia--; ib--; matched++; in compareLoosely() 496 if (matched < MIN_MATCH) { in compareLoosely() 503 if (effectiveALen == effectiveBLen && effectiveALen == matched) { in compareLoosely() 511 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) { in compareLoosely()
|
/frameworks/base/docs/html/resources/articles/ |
D | wikinotes-linkify.jd | 23 the matched text is added, forms a Content URI to allow the correct 76 WikiWord. Linkify will automatically append whatever is matched to a
|
D | wikinotes-intents.jd | 10 matched a note belonging to that wiki word. As an example, a matching word like
|
/frameworks/base/libs/utils/ |
D | BackupHelpers.cpp | 1093 bool matched = true; in backup_helper_test_four() local 1107 matched = false; in backup_helper_test_four() 1111 return matched ? 0 : 1; in backup_helper_test_four()
|
D | README | 94 (portrait). During lookup, every constraint set is matched against the
|
/frameworks/base/docs/html/guide/topics/search/ |
D | adding-recent-query-suggestions.jd | 216 two-line mode, then the query text is also matched against this second line when the system
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 76 All classes which name matched the glob pattern are kept.
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | runtime-changes.jd | 228 android.content.res.Configuration} fields are integers that are matched to specific constants
|
/frameworks/base/docs/html/resources/faq/ |
D | troubleshooting.jd | 85 from being displayed because the intent filter will not be matched. Extra
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | graphics.jd | 480 coordinates are matched by name between the input Element and the Mesh object being drawn.
|
/frameworks/base/docs/html/guide/topics/nfc/ |
D | nfc.jd | 396 else) in order for your activity to be matched.</p>
|
/frameworks/base/docs/html/guide/topics/intents/ |
D | intents-filters.jd | 665 Intents are matched against intent filters not only to discover a target
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_passed.txt | 2912 /sdcard/android/layout_tests/transitions/matched-transform-functions.html
|