Searched refs:DynamicShortcuts (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | DynamicShortcutsTests.java | 78 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 …]
|
D | NoPermissionsLaunchSmokeTest.java | 60 DynamicShortcuts.reset(mTargetContext); in setUp()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | DynamicShortcuts.java | 77 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()
|
D | ShortcutIntentBuilder.java | 286 final DynamicShortcuts dynamicShortcuts = new DynamicShortcuts(mContext); in createContactShortcutIntent() 348 final DynamicShortcuts dynamicShortcuts = new DynamicShortcuts(mContext); in createPhoneNumberShortcutIntent()
|
D | ContactsJobService.java | 32 DynamicShortcuts.updateFromJob(this, jobParameters); in onStartJob()
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | ContactEditorActivity.java | 34 import com.android.contacts.DynamicShortcuts; 378 DynamicShortcuts.reportShortcutUsed(this, DynamicShortcuts.SHORTCUT_ADD_CONTACT); in onCreate()
|
/packages/apps/Dialer/java/com/android/dialer/shortcuts/ |
D | DynamicShortcuts.java | 64 final class DynamicShortcuts { class 78 DynamicShortcuts(@NonNull Context context, IconFactory iconFactory) { in DynamicShortcuts() method in DynamicShortcuts
|
D | RefreshShortcutsTask.java | 57 new DynamicShortcuts(jobService, new IconFactory(jobService)).updateIcons(); // Blocking in doInBackground()
|
D | ShortcutRefresher.java | 85 new DynamicShortcuts(context, new IconFactory(context)).refresh(contacts); // Blocking in doInBackground()
|
/packages/apps/Contacts/ |
D | proguard.flags | 29 -keep class com.android.contacts.DynamicShortcuts { *; }
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | QuickContactActivity.java | 105 import com.android.contacts.DynamicShortcuts; 2097 DynamicShortcuts.reportShortcutUsed(QuickContactActivity.this, 2243 final DynamicShortcuts shortcuts = in createLauncherShortcutWithContact() 2244 new DynamicShortcuts(QuickContactActivity.this); in createLauncherShortcutWithContact()
|