HomeSort by relevance Sort by last modified time
    Searched defs:DynamicShortcuts (Results 1 - 5 of 5) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/
ContactsJobService.java 32 DynamicShortcuts.updateFromJob(this, jobParameters);
DynamicShortcuts.java 73 * Usage: DynamicShortcuts.initialize should be called during Application creation. This will
77 public class DynamicShortcuts {
78 private static final String TAG = "DynamicShortcuts";
116 public DynamicShortcuts(Context context) {
123 public DynamicShortcuts(Context context, ContentResolver contentResolver,
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(service))
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
DynamicShortcutsTests.java 73 // Basic smoke test to make sure the queries executed by DynamicShortcuts are valid as well
77 final DynamicShortcuts sut = new DynamicShortcuts(getContext());
83 final DynamicShortcuts sut = createDynamicShortcuts();
103 final DynamicShortcuts sut = createDynamicShortcuts();
111 final DynamicShortcuts sut = createDynamicShortcuts();
127 final DynamicShortcuts sut = createDynamicShortcuts(emptyResolver(), mockShortcutManager);
144 final DynamicShortcuts sut = createDynamicShortcuts(resolverWithExpectedQueries(
173 final DynamicShortcuts sut = createDynamicShortcuts(resolverWithExpectedQueries(
197 final DynamicShortcuts sut = createDynamicShortcuts(resolverWithExpectedQueries
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/shortcuts/
DynamicShortcuts.java 64 final class DynamicShortcuts {
78 DynamicShortcuts(@NonNull Context context, IconFactory iconFactory) {
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.computeDelta", "contact added")
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java 34 import com.android.contacts.DynamicShortcuts;
386 DynamicShortcuts.reportShortcutUsed(this, DynamicShortcuts.SHORTCUT_ADD_CONTACT);

Completed in 201 milliseconds