Searched refs:anomalyTypes (Results 1 – 4 of 4) sorted by relevance
37 public final ArraySet<Integer> anomalyTypes; field in AppInfo44 anomalyTypes = builder.mAnomalyTypes; in AppInfo()52 anomalyTypes = (ArraySet<Integer>) in.readArraySet(null /* loader */); in AppInfo()70 dest.writeArraySet(anomalyTypes); in writeToParcel()80 + anomalyTypes in toString()95 return Objects.equals(anomalyTypes, other.anomalyTypes) in equals()
57 if (CollectionUtils.isEmpty(appInfo.anomalyTypes)) { in handlePositiveAction()66 for (int type : appInfo.anomalyTypes) { in handlePositiveAction()
69 assertThat(appInfo.anomalyTypes).containsExactly(TYPE_WAKELOCK, TYPE_WAKEUP); in testParcel()93 assertThat(mAppInfo.anomalyTypes).containsExactly(TYPE_WAKELOCK, TYPE_WAKEUP); in testBuilder()
137 for (Integer anomalyType : appInfo.anomalyTypes) { in log()