Searched refs:numMatches (Results 1 – 3 of 3) sorted by relevance
261 int numMatches(const std::string& substring) { in numMatches() function in android::os::dumpstate::BugreportSectionTest289 int numSections = numMatches("DUMPSYS CRITICAL"); in TEST_F()294 int numSections = numMatches("DUMPSYS HIGH"); in TEST_F()299 int allSections = numMatches("DUMPSYS"); in TEST_F()300 int criticalSections = numMatches("DUMPSYS CRITICAL"); in TEST_F()301 int highSections = numMatches("DUMPSYS HIGH"); in TEST_F()309 int numSections = numMatches("proto/"); in TEST_F()
622 int numMatches = matches.size(); in preferHighPriority() local623 for (int matchNum = 0; matchNum < numMatches; matchNum++) { in preferHighPriority()
3350 final int numMatches = (ri == null ? 0 : ri.size()); in applyDefaultPreferredActivityLPw() local3351 if (numMatches <= 1) { in applyDefaultPreferredActivityLPw()3359 for (int i = 0; i < numMatches; i++) { in applyDefaultPreferredActivityLPw()