Home
last modified time | relevance | path

Searched refs:DynamicShortcuts (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/
DDynamicShortcutsTests.java78 final DynamicShortcuts sut = new DynamicShortcuts(getContext()); in test_refresh_doesntCrash()
84 final DynamicShortcuts sut = createDynamicShortcuts(); in test_createShortcutFromRow_hasCorrectResult()
104 final DynamicShortcuts sut = createDynamicShortcuts(); in test_builderForContactShortcut_returnsNullWhenNameIsNull()
112 final DynamicShortcuts sut = createDynamicShortcuts(); in test_builderForContactShortcut_ellipsizesLongNamesForLabels()
128 final DynamicShortcuts sut = createDynamicShortcuts(emptyResolver(), mockShortcutManager); in test_updatePinned_disablesShortcutsForRemovedContacts()
145 final DynamicShortcuts sut = createDynamicShortcuts(resolverWithExpectedQueries( in test_updatePinned_updatesExistingShortcutsWithMatchingKeys()
174 final DynamicShortcuts sut = createDynamicShortcuts(resolverWithExpectedQueries( in test_refresh_setsDynamicShortcutsToStrequentContacts()
198 final DynamicShortcuts sut = createDynamicShortcuts(resolverWithExpectedQueries( in test_refresh_skipsContactsWithNullName()
234 final DynamicShortcuts sut = createDynamicShortcuts(emptyResolver(), mockShortcutManager, in test_handleFlagDisabled_stopsJob()
244 final DynamicShortcuts sut = new DynamicShortcuts(getContext()); in test_scheduleUpdateJob_schedulesJob()
[all …]
DNoPermissionsLaunchSmokeTest.java60 DynamicShortcuts.reset(mTargetContext); in setUp()
/packages/apps/Contacts/src/com/android/contacts/
DDynamicShortcuts.java77 public class DynamicShortcuts { class
116 public DynamicShortcuts(Context context) { in DynamicShortcuts() method in DynamicShortcuts
123 public DynamicShortcuts(Context context, ContentResolver contentResolver, in DynamicShortcuts() method in DynamicShortcuts
494 final DynamicShortcuts shortcuts = new DynamicShortcuts(context); in initialize()
521 new DynamicShortcuts(context).removeAllShortcuts(); in reset()
530 new ShortcutUpdateTask(new DynamicShortcuts(service)) { in updateFromJob()
555 private DynamicShortcuts mDynamicShortcuts;
557 public ShortcutUpdateTask(DynamicShortcuts shortcuts) { in ShortcutUpdateTask()
583 DynamicShortcuts.initialize(context); in onReceive()
DShortcutIntentBuilder.java286 final DynamicShortcuts dynamicShortcuts = new DynamicShortcuts(mContext); in createContactShortcutIntent()
348 final DynamicShortcuts dynamicShortcuts = new DynamicShortcuts(mContext); in createPhoneNumberShortcutIntent()
DContactsJobService.java32 DynamicShortcuts.updateFromJob(this, jobParameters); in onStartJob()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorActivity.java34 import com.android.contacts.DynamicShortcuts;
378 DynamicShortcuts.reportShortcutUsed(this, DynamicShortcuts.SHORTCUT_ADD_CONTACT); in onCreate()
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DDynamicShortcuts.java64 final class DynamicShortcuts { class
78 DynamicShortcuts(@NonNull Context context, IconFactory iconFactory) { in DynamicShortcuts() method in DynamicShortcuts
DRefreshShortcutsTask.java57 new DynamicShortcuts(jobService, new IconFactory(jobService)).updateIcons(); // Blocking in doInBackground()
DShortcutRefresher.java85 new DynamicShortcuts(context, new IconFactory(context)).refresh(contacts); // Blocking in doInBackground()
/packages/apps/Contacts/
Dproguard.flags29 -keep class com.android.contacts.DynamicShortcuts { *; }
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java105 import com.android.contacts.DynamicShortcuts;
2097 DynamicShortcuts.reportShortcutUsed(QuickContactActivity.this,
2243 final DynamicShortcuts shortcuts = in createLauncherShortcutWithContact()
2244 new DynamicShortcuts(QuickContactActivity.this); in createLauncherShortcutWithContact()