Home
last modified time | relevance | path

Searched defs:matched (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DCredentialPatternViewBinder.kt50 val matched = attestation != null in <lambda>() constant
/frameworks/base/tools/preload-check/device/src/com/android/preload/check/
DNotInitializedRegex.java40 int matched = 0, notMatched = 0; in main() local
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternChecker.java30 void onChecked(boolean matched, int throttleTimeoutMs); in onChecked()
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp295 bool SectionMap::matched(const SectionMap::Input& pInput, in matched() function in mcld::SectionMap
323 bool SectionMap::matched(const WildcardPattern& pPattern, in matched() function in mcld::SectionMap
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardAbsKeyInputViewController.java177 void onPasswordChecked(int userId, boolean matched, int timeoutMs, boolean isValidPassword) { in onPasswordChecked()
DKeyguardPatternViewController.java163 private void onPatternChecked(int userId, boolean matched, int timeoutMs, in onPatternChecked()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
DLightRevealScrimRepositoryTest.kt199 zip(predicates) { effect, predicate -> predicate(effect) }.any { matched -> !matched } in <lambda>() method
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java1194 private boolean matched; field in AbstractMessageParser.Format
1202 public void setMatched(boolean matched) { this.matched = matched; } in setMatched()
/frameworks/base/libs/androidfw/
DBackupHelpers.cpp1096 bool matched = true; in backup_helper_test_four() local
/frameworks/base/core/jni/
Dandroid_util_Process.cpp315 unsigned int start, end, matched, i; in parse_cpuset_cpus() local
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2362 bool matched = false; in placeOutputSections() local
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java528 int matched; in compareLoosely() local