Searched refs:matchString (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardBuilder.java | 645 final boolean keyboardLayoutSetMatched = matchString(caseAttr, in parseCaseCondition() 735 return matchString(caseAttr, R.styleable.Keyboard_Case_localeCode, locale.toString()); in matchLocaleCodes() 739 return matchString(caseAttr, R.styleable.Keyboard_Case_languageCode, locale.getLanguage()); in matchLanguageCodes() 743 return matchString(caseAttr, R.styleable.Keyboard_Case_countryCode, locale.getCountry()); in matchCountryCodes() 758 private static boolean matchString(final TypedArray a, final int index, final String value) { in matchString() method in KeyboardBuilder
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | BpfNetMapsTest.java | 961 void doTestDumpUidOwnerMap(final int iif, final long match, final String matchString) in doTestDumpUidOwnerMap() argument 964 assertDumpContains(getDump(), TEST_UID + " " + matchString); in doTestDumpUidOwnerMap() local 967 void doTestDumpUidOwnerMap(final long match, final String matchString) throws Exception { in doTestDumpUidOwnerMap() argument 968 doTestDumpUidOwnerMap(0 /* iif */, match, matchString); in doTestDumpUidOwnerMap() 1023 private void doTestDumpOwnerMatchConfig(final long match, final String matchString) in doTestDumpOwnerMatchConfig() argument 1027 "current ownerMatch configuration: " + match + " " + matchString); in doTestDumpOwnerMatchConfig() local
|
/packages/modules/RuntimeI18n/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 4675 Landroid/icu/text/SimpleDateFormat;->matchString(Ljava/lang/String;II[Ljava/lang/String;Ljava/lang/…
|