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