Home
last modified time | relevance | path

Searched defs:staged (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarUxRestrictionsManagerServiceTest.java143 File staged = setupMockFile(CONFIG_FILENAME_STAGED, null); in testSaveConfig_WriteStagedFile() local
286 File staged = setupMockFile(CONFIG_FILENAME_STAGED, List.of(expected)); in testLoadConfig_PromoteStagedFileWhenParked() local
300 File staged = setupMockFile(CONFIG_FILENAME_STAGED, null); in testLoadConfig_NoPromoteStagedFileWhenMoving() local
315 File staged = setupMockFile(CONFIG_FILENAME_STAGED, null); in testLoadConfig_NoPromoteStagedFileWhenMovingBackwards() local
/packages/modules/Virtualization/virtualizationmanager/src/
Dpayload.rs175 let staged = in get_apex_list() localVariable
713 let staged = NamedTempFile::new().unwrap(); in test_prefer_staged_apex_with_factory_active_apex() localVariable
759 let staged = NamedTempFile::new().unwrap(); in test_prefer_staged_apex_with_factory_and_inactive_apex() localVariable
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/permission/
DGrantTimePersistenceUnitTest.java197 File staged = datastore.getFile(mUser, DATA_TYPE_STAGED); in testGetFile_getAllTypes_allFilesNonNullAndDifferent() local