Searched defs:DynamicShortcuts (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/shortcuts/
H A DDynamicShortcuts.java64 final class DynamicShortcuts { class
78 DynamicShortcuts(@NonNull Context context, IconFactory iconFactory) { method in class:DynamicShortcuts
97 LogUtil.enterBlock("DynamicShortcuts.refresh");
103 LogUtil.i("DynamicShortcuts.refresh", "no contact permissions");
145 LogUtil.enterBlock("DynamicShortcuts.updateIcons");
149 LogUtil.i("DynamicShortcuts.updateIcons", "no contact permissions");
167 LogUtil.i("DynamicShortcuts.updateIcons", "updating %d shortcut icons", newShortcuts.size());
186 LogUtil.i("DynamicShortcuts.computeDelta", "contact updated");
191 LogUtil.i("DynamicShortcuts.computeDelta", "contact removed");
202 LogUtil.i("DynamicShortcuts
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DDynamicShortcuts.java73 * Usage: DynamicShortcuts.initialize should be called during Application creation. This will
77 public class DynamicShortcuts { class
78 private static final String TAG = "DynamicShortcuts";
116 public DynamicShortcuts(Context context) { method in class:DynamicShortcuts
123 public DynamicShortcuts(Context context, ContentResolver contentResolver, method in class:DynamicShortcuts
455 Log.d(TAG, "DynamicShortcuts have been removed.");
494 final DynamicShortcuts shortcuts = new DynamicShortcuts(context);
521 new DynamicShortcuts(context).removeAllShortcuts();
530 new ShortcutUpdateTask(new DynamicShortcuts(servic
[all...]

Completed in 225 milliseconds