Home
last modified time | relevance | path

Searched defs:minCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java649 int reasonCode, int highThresholdPercent, int minCount, int refCountCode) { in detectAbnormalFailureReason()
665 int reasonCode, int highThresholdPercent, int minCount, int refCountCode) { in isHighPercentageAndEnoughCount()
1145 int minCount, int refCountCode) { in statsDeltaDetection()
1161 int reasonCode, int highThresholdPercent, int minCount, int refCountCode) { in recentStatsHighDetection()
/frameworks/base/core/java/android/os/
DFileUtils.java804 public static boolean deleteOlderFiles(File dir, int minCount, long minAgeMs) { in deleteOlderFiles()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp1282 size_t minCount, size_t maxCount, bool required) const { in staticInfo()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java471 static void cleanupOldFiles(final int minCount, final long minAge, File bugreportsDir) { in cleanupOldFiles()