Searched refs:mMobilemsppList (Results 1 – 2 of 2) sorted by relevance
98 private final List<BatterySipper> mMobilemsppList = new ArrayList<>(); field in BatteryStatsHelper324 mMobilemsppList.clear(); in refreshStats()389 Collections.sort(mMobilemsppList, in refreshStats()481 mMobilemsppList.add(sipper); in processAppUsage()498 return mMobilemsppList; in getMobilemsppList()
76687 Lcom/android/internal/os/BatteryStatsHelper;->mMobilemsppList:Ljava/util/List;