Home
last modified time | relevance | path

Searched refs:toCommunalHubState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/proto/
DCommunalHubStateExt.kt32 fun ByteArray.toCommunalHubState(): CommunalHubState { in toCommunalHubState() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/communal/data/backup/
DCommunalBackupHelperTest.kt34 import com.android.systemui.communal.proto.toCommunalHubState
91 val restoredState = backupUtils.readBytesFromDisk().toCommunalHubState() in backupAndRestoreCommunalHub()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/
DCommunalWidgetRepository.kt28 import com.android.systemui.communal.proto.toCommunalHubState in <lambda>()
222 state = backupUtils.readBytesFromDisk().toCommunalHubState() in restoreWidgets()