Searched refs:mRestrictAppList (Results 1 – 1 of 1) sorted by relevance
39 private List<AppInfo> mRestrictAppList; field in RestrictAppTip43 mRestrictAppList = restrictApps; in RestrictAppTip()49 mRestrictAppList = new ArrayList<>(); in RestrictAppTip()50 mRestrictAppList.add(appInfo); in RestrictAppTip()57 mRestrictAppList = in.createTypedArrayList(AppInfo.CREATOR); in RestrictAppTip()62 final int num = mRestrictAppList.size(); in getTitle()65 ? Utils.getApplicationLabel(context, mRestrictAppList.get(0).packageName) in getTitle()80 final int num = mRestrictAppList.size(); in getSummary()83 ? Utils.getApplicationLabel(context, mRestrictAppList.get(0).packageName) in getSummary()107 mRestrictAppList = ((RestrictAppTip) tip).mRestrictAppList; in updateState()[all …]