Home
last modified time | relevance | path

Searched defs:restoreData (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/data/repository/
DQSSettingsRestoredBroadcastRepositoryTest.kt54 val restoreData by collectLastValue(underTest.restoreData) in restoreDataAfterBothIntents_tilesRestoredFirst() constant
90 val restoreData by collectLastValue(underTest.restoreData) in restoreDataAfterBothIntents_autoAddRestoredFirst() constant
126 val restoreData by collectLastValue(underTest.restoreData) in interleavedBroadcastsFromDifferentUsers_onlysendDataForCorrectUser() constant
186 val restoreData by collectLastValue(underTest.restoreData) in restoreAfterUserSetup_singleTilesRestoredBroadcast() constant
211 val restoreData by collectLastValue(underTest.restoreData) in restoreAfterUserSetup_singleAutoAddRestoredBroadcast_noRestore() constant
232 val restoreData by collectLastValue(underTest.restoreData) in restoreAfterUserSetup_otherUserFinishedSetup_noRestore() constant
253 val restoreData by collectLastValue(underTest.restoreData) in restoreAfterUserSetup_otherUserFinishedSetup_thenCorrectUser_restored() constant
DUserAutoAddRepositoryTest.kt139 val restoreData = in restore_addsRestoredTiles() constant
DUserTileSpecRepositoryTest.kt316 val restoreData = in restoreDataIsProperlyReconciled() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/data/restoreprocessors/
DWorkTileRestoreProcessorTest.kt46 val restoreData = in <lambda>() constant
64 val restoreData = in <lambda>() constant
81 val restoreData = in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/autoaddable/
DWorkTileAutoAddableTest.kt141 val restoreData = createRestoreWithWorkTile(userId) in <lambda>() constant
155 val restoreData = createRestoreWithWorkTile(userId) in <lambda>() constant
168 val restoreData = createRestoreWithoutWorkTile(userId) in <lambda>() constant
182 val restoreData = createRestoreWithoutWorkTile(userId) in <lambda>() constant
/frameworks/base/services/backup/java/com/android/server/backup/
DKeyValueAdbRestoreEngine.java62 File restoreData = prepareRestoreData(mInfo, mInFD); in run() local
82 private void invokeAgentForAdbRestore(IBackupAgent agent, FileMetadata info, File restoreData) in invokeAgentForAdbRestore()
105 private void sortKeyValueData (File restoreData, File sortedData) throws IOException { in sortKeyValueData()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/interactor/
DWorkProfileAutoAddedAfterRestoreTest.kt90 val restoreData = RestoreData(restoredTiles, restoredAutoAdded, currentUser) in workTileRestoredAndPreviouslyAutoAdded_notAvailable_willBeAutoaddedInCorrectPosition() constant
120 val restoreData = RestoreData(restoredTiles, restoredAutoAdded, currentUser) in workTileNotRestoredAndPreviouslyAutoAdded_wontBeAutoAddedWhenWorkProfileIsAdded() constant
DRestoreReconciliationInteractorTest.kt76 val restoreData = in reconciliationInCorrectOrder_hascurrentAutoAdded() constant
106 val restoreData = in restoreProcessorsCalled() constant
DNoLowNumberOfTilesTest.kt118 val restoreData = RestoreData(restoredTiles, emptySet(), currentUser) in noLessThanTwoTilesAfterOEMRestore_prependedDefault() constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/pipeline/data/repository/
DFakeQSSettingsRestoredRepository.kt10 override val restoreData: Flow<RestoreData> constant in com.android.systemui.qs.pipeline.data.repository.FakeQSSettingsRestoredRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/
DQSSettingsRestoredRepository.kt43 val restoreData: Flow<RestoreData> in <lambda>() constant
79 override val restoreData = constant
DUserTileSpecRepository.kt218 val restoreData: RestoreData, in <lambda>() constant in com.android.systemui.qs.pipeline.data.repository.UserTileSpecRepository.RestoreTiles
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
DRestoreReconciliationInteractor.kt52 .collect { (restoreData, autoAdded) -> in <lambda>() method