Searched refs:highUsageAppCount (Results 1 – 2 of 2) sorted by relevance
94 public final int highUsageAppCount; field in BatteryTipPolicy236 highUsageAppCount = mParser.getInt(KEY_HIGH_USAGE_APP_COUNT, 3); in BatteryTipPolicy()
96 if (mHighUsageAppList.size() >= mPolicy.highUsageAppCount) { in detect()