Searched refs:getRestrictAppList (Results 1 – 7 of 7) sorted by relevance
57 final List<AppInfo> mAppInfos = mRestrictAppTip.getRestrictAppList(); in handlePositiveAction()
56 final List<AppInfo> appInfos = mRestrictAppTip.getRestrictAppList(); in handlePositiveAction()
156 assertThat(restrictAppTip.getRestrictAppList()).containsExactly(mAppInfo); in testDetect_typeNewHasUninstalledAnomaly_removeIt()173 assertThat(restrictAppTip.getRestrictAppList()).containsExactly(mAppInfo); in testDetect_typeNewHasRestrictedAnomaly_removeIt()
121 final AppInfo app = parcelTip.getRestrictAppList().get(0); in parcelable()191 assertThat(mInvisibleBatteryTip.getRestrictAppList()).containsExactly(mAppInfo); in update_newHandledAnomalyComes_containHandledAnomaly()
138 public List<AppInfo> getRestrictAppList() { in getRestrictAppList() method in RestrictAppTip
106 final List<AppInfo> restrictedAppList = restrictAppTip.getRestrictAppList(); in onCreateDialog()
194 appInfo = ((RestrictAppTip) batteryTip).getRestrictAppList().get(0); in onBatteryTipHandled()