Searched refs:DynamicShortcuts (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/ |
H A 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() 244 final DynamicShortcuts sut = new DynamicShortcuts(getContext()); in test_scheduleUpdateJob_schedulesJob() 271 return new DynamicShortcuts(getContext()) 288 .withProjection(DynamicShortcuts.PROJECTION) 298 .withProjection(DynamicShortcuts.PROJECTION) 318 private DynamicShortcuts createDynamicShortcuts() { 330 final DynamicShortcuts result = new DynamicShortcuts(getContext(), resolver, [all …]
|
H A D | NoPermissionsLaunchSmokeTest.java | 60 DynamicShortcuts.reset(mTargetContext); in setUp()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A 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()
|
H A D | ContactsJobService.java | 32 DynamicShortcuts.updateFromJob(this, jobParameters); in onStartJob()
|
H A D | ShortcutIntentBuilder.java | 286 final DynamicShortcuts dynamicShortcuts = new DynamicShortcuts(mContext); in createContactShortcutIntent() 348 final DynamicShortcuts dynamicShortcuts = new DynamicShortcuts(mContext); in createPhoneNumberShortcutIntent()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/activities/ |
H A D | ContactEditorActivity.java | 34 import com.android.contacts.DynamicShortcuts; 378 DynamicShortcuts.reportShortcutUsed(this, DynamicShortcuts.SHORTCUT_ADD_CONTACT); in onCreate()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/shortcuts/ |
H A D | DynamicShortcuts.java | 64 final class DynamicShortcuts { class 78 DynamicShortcuts(@NonNull Context context, IconFactory iconFactory) { in DynamicShortcuts() method in DynamicShortcuts
|
H A D | RefreshShortcutsTask.java | 57 new DynamicShortcuts(jobService, new IconFactory(jobService)).updateIcons(); // Blocking in doInBackground()
|
H A D | ShortcutRefresher.java | 85 new DynamicShortcuts(context, new IconFactory(context)).refresh(contacts); // Blocking in doInBackground()
|
/aosp12/packages/apps/Contacts/ |
H A D | proguard.flags | 29 -keep class com.android.contacts.DynamicShortcuts { *; }
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
H A 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()
|