Home
last modified time | relevance | path

Searched refs:numMatches (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp261 int numMatches(const std::string& substring) { in numMatches() function in android::os::dumpstate::BugreportSectionTest
289 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()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbProfileGroupSettingsManager.java622 int numMatches = matches.size(); in preferHighPriority() local
623 for (int matchNum = 0; matchNum < numMatches; matchNum++) { in preferHighPriority()
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java3350 final int numMatches = (ri == null ? 0 : ri.size()); in applyDefaultPreferredActivityLPw() local
3351 if (numMatches <= 1) { in applyDefaultPreferredActivityLPw()
3359 for (int i = 0; i < numMatches; i++) { in applyDefaultPreferredActivityLPw()