Home
last modified time | relevance | path

Searched refs:peopleSpaceWidgetManager (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleProviderTestable.java33 void setPeopleSpaceWidgetManager(PeopleSpaceWidgetManager peopleSpaceWidgetManager) { in setPeopleSpaceWidgetManager() argument
34 mPeopleSpaceWidgetManager = peopleSpaceWidgetManager; in setPeopleSpaceWidgetManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetProvider.java43 PeopleSpaceWidgetProvider(PeopleSpaceWidgetManager peopleSpaceWidgetManager) { in PeopleSpaceWidgetProvider() argument
44 mPeopleSpaceWidgetManager = peopleSpaceWidgetManager; in PeopleSpaceWidgetProvider()
DPeopleSpaceWidgetPinnedReceiver.java43 public PeopleSpaceWidgetPinnedReceiver(PeopleSpaceWidgetManager peopleSpaceWidgetManager) { in PeopleSpaceWidgetPinnedReceiver() argument
44 mPeopleSpaceWidgetManager = peopleSpaceWidgetManager; in PeopleSpaceWidgetPinnedReceiver()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceActivity.java60 public PeopleSpaceActivity(PeopleSpaceWidgetManager peopleSpaceWidgetManager) { in PeopleSpaceActivity() argument
62 mPeopleSpaceWidgetManager = peopleSpaceWidgetManager; in PeopleSpaceActivity()
DPeopleSpaceUtils.java398 PeopleSpaceWidgetManager peopleSpaceWidgetManager, in getDataFromContacts() argument
407 updateTileContactFields(peopleSpaceWidgetManager, context, storedTile, in getDataFromContacts()
411 updateTileWithBirthdayAndUpdateAffinity(context, peopleSpaceWidgetManager, in getDataFromContacts()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsControllerImpl.kt80 private val peopleSpaceWidgetManager: PeopleSpaceWidgetManager constant in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl
135 peopleSpaceWidgetManager.attach(notificationListener) in initialize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java136 PeopleSpaceWidgetManager peopleSpaceWidgetManager, in provideNotificationGutsManager() argument
155 peopleSpaceWidgetManager, in provideNotificationGutsManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java192 PeopleSpaceWidgetManager peopleSpaceWidgetManager, in bindNotification() argument
211 mPeopleSpaceWidgetManager = peopleSpaceWidgetManager; in bindNotification()
DNotificationGutsManager.java145 PeopleSpaceWidgetManager peopleSpaceWidgetManager, in NotificationGutsManager() argument
163 mPeopleSpaceWidgetManager = peopleSpaceWidgetManager; in NotificationGutsManager()