Lines Matching refs:heuristic
2827 final ManagedProfileHeuristic heuristic = ManagedProfileHeuristic.get(mContext, user);
2828 if (heuristic != null) {
2833 heuristic.processUserApps(apps);
3025 ManagedProfileHeuristic heuristic = ManagedProfileHeuristic.get(context, mUser);
3026 if (heuristic != null) {
3027 heuristic.processPackageAdd(mPackages);
3042 ManagedProfileHeuristic heuristic = ManagedProfileHeuristic.get(context, mUser);
3043 if (heuristic != null) {
3044 heuristic.processPackageRemoved(mPackages);