/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/data/repository/ |
D | QSSettingsRestoredBroadcastRepositoryTest.kt | 54 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
|
D | UserAutoAddRepositoryTest.kt | 139 val restoreData = in restore_addsRestoredTiles() constant
|
D | UserTileSpecRepositoryTest.kt | 316 val restoreData = in restoreDataIsProperlyReconciled() constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/data/restoreprocessors/ |
D | WorkTileRestoreProcessorTest.kt | 46 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/ |
D | WorkTileAutoAddableTest.kt | 141 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/ |
D | KeyValueAdbRestoreEngine.java | 62 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/ |
D | WorkProfileAutoAddedAfterRestoreTest.kt | 90 val restoreData = RestoreData(restoredTiles, restoredAutoAdded, currentUser) in workTileRestoredAndPreviouslyAutoAdded_notAvailable_willBeAutoaddedInCorrectPosition() constant 120 val restoreData = RestoreData(restoredTiles, restoredAutoAdded, currentUser) in workTileNotRestoredAndPreviouslyAutoAdded_wontBeAutoAddedWhenWorkProfileIsAdded() constant
|
D | RestoreReconciliationInteractorTest.kt | 76 val restoreData = in reconciliationInCorrectOrder_hascurrentAutoAdded() constant 106 val restoreData = in restoreProcessorsCalled() constant
|
D | NoLowNumberOfTilesTest.kt | 118 val restoreData = RestoreData(restoredTiles, emptySet(), currentUser) in noLessThanTwoTilesAfterOEMRestore_prependedDefault() constant
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/pipeline/data/repository/ |
D | FakeQSSettingsRestoredRepository.kt | 10 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/ |
D | QSSettingsRestoredRepository.kt | 43 val restoreData: Flow<RestoreData> in <lambda>() constant 79 override val restoreData = constant
|
D | UserTileSpecRepository.kt | 218 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/ |
D | RestoreReconciliationInteractor.kt | 52 .collect { (restoreData, autoAdded) -> in <lambda>() method
|