Searched refs:heuristic (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | PackageUpdatedTask.java | 101 ManagedProfileHeuristic heuristic = ManagedProfileHeuristic.get(context, mUser); in execute() local 102 if (heuristic != null) { in execute() 103 heuristic.processPackageAdd(mPackages); in execute() 118 ManagedProfileHeuristic heuristic = ManagedProfileHeuristic.get(context, mUser); in execute() local 119 if (heuristic != null) { in execute() 120 heuristic.processPackageRemoved(mPackages); in execute()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherModel.java | 1675 private void scheduleManagedHeuristicRunnable(final ManagedProfileHeuristic heuristic, in scheduleManagedHeuristicRunnable() argument 1677 if (heuristic != null) { in scheduleManagedHeuristicRunnable() 1690 scheduleManagedHeuristicRunnable(heuristic, user, in scheduleManagedHeuristicRunnable() 1695 heuristic.processUserApps(apps); in scheduleManagedHeuristicRunnable() 1751 … final ManagedProfileHeuristic heuristic = ManagedProfileHeuristic.get(mContext, user); in loadAllApps() local 1752 if (heuristic != null) { in loadAllApps() 1753 scheduleManagedHeuristicRunnable(heuristic, user, apps); in loadAllApps()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |