Searched defs:matchString (Results 1 – 2 of 2) sorted by relevance
1050 void doTestDumpUidOwnerMap(final int iif, final long match, final String matchString) in doTestDumpUidOwnerMap()1053 assertDumpContains(getDump(), TEST_UID + " " + matchString); in doTestDumpUidOwnerMap() local1056 void doTestDumpUidOwnerMap(final long match, final String matchString) throws Exception { in doTestDumpUidOwnerMap()1111 private void doTestDumpOwnerMatchConfig(final long match, final String matchString) in doTestDumpOwnerMatchConfig()1115 "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