Searched defs:matchString (Results 1 – 2 of 2) sorted by relevance
1200 void doTestDumpUidOwnerMap(final int iif, final long match, final String matchString) in doTestDumpUidOwnerMap()1203 assertDumpContains(getDump(), TEST_UID + " " + matchString); in doTestDumpUidOwnerMap() local1206 void doTestDumpUidOwnerMap(final long match, final String matchString) throws Exception { in doTestDumpUidOwnerMap()1262 private void doTestDumpOwnerMatchConfig(final long match, final String matchString) in doTestDumpOwnerMatchConfig()1266 "current ownerMatch configuration: " + match + " " + matchString); in doTestDumpOwnerMatchConfig() local
758 private static boolean matchString(final TypedArray a, final int index, final String value) { in matchString() method in KeyboardBuilder