Home
last modified time | relevance | path

Searched refs:toModel (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/data/repository/
DPeopleTileRepository.kt44 return peopleSpaceWidgetManager.priorityTiles.map { it.toModel() } in priorityTiles()
48 return peopleSpaceWidgetManager.recentTiles.map { it.toModel() } in priorityTiles()
51 private fun PeopleSpaceTile.toModel(): PeopleTileModel { in priorityTiles() method in com.android.systemui.people.data.repository.PeopleTileRepositoryImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/data/repository/
DPackageInstallerMonitor.kt66 .map { session -> session.toModel() } in <lambda>()
131 sessions[sessionId] = session.toModel() in <lambda>()
145 private fun PackageInstaller.SessionInfo.toModel(): PackageInstallSession { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DRenderNotificationListInteractor.kt83 val summaryModel = summary.toModel() in buildActiveNotificationsStore()
84 val childModels = entry.children.map { it.toModel() } in buildActiveNotificationsStore()
96 builder.addIndividualNotif(notifEntry.toModel()) in buildActiveNotificationsStore()
123 private fun NotificationEntry.toModel(): ActiveNotificationModel = in buildActiveNotificationsStore() method in com.android.systemui.statusbar.notification.domain.interactor.ActiveNotificationsStoreBuilder
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
DLongPressHandlingView.kt108 return interactionHandler.onTouchEvent(event?.toModel()) in <lambda>()
112 private fun MotionEvent.toModel(): LongPressHandlingViewInteractionHandler.MotionEventModel { in toModel() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/
DWifiRepositoryImpl.kt338 trySend(wifiManager.scanResults.toModel()) in <lambda>()
348 private fun List<ScanResult>.toModel(): List<WifiScanEntry> = map { WifiScanEntry(it.SSID) } in <lambda>() method