Searched refs:staged (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/packages/SystemUI/ |
D | TEST_MAPPING | 6 // @FlakyTest: Tests that don't block pre/postsubmit but are staged to run known failures. 7 // Tests will run in postsubmit on sysui-e2e-staged suite. 19 // sysui-e2e-staged suite. 135 // v2/sysui/suite/test-mapping-sysui-screenshot-test-staged 136 "sysui-screenshot-test-staged": [
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | OriginInfo.java | 55 private OriginInfo(File file, boolean staged, boolean existing) { in OriginInfo() argument 57 mStaged = staged; in OriginInfo()
|
D | PackageManagerShellCommand.java | 3412 Boolean staged = null; in makeInstallParams() local 3530 staged = true; in makeInstallParams() 3533 staged = false; in makeInstallParams() 3606 if (staged == null) { in makeInstallParams() 3607 staged = (sessionParams.installFlags & PackageManager.INSTALL_APEX) != 0; in makeInstallParams() 3616 } else if (staged) { in makeInstallParams()
|
/frameworks/base/tests/RollbackTest/ |
D | README.txt | 6 - device driven test for rollbacks not involving staged rollbacks. 9 - device driven test for staged rollbacks.
|
/frameworks/base/tools/aapt2/cmd/ |
D | Link_test.cpp | 443 <!-- S staged attributes (Not support staged resources in the same type id) --> in TEST_F() 452 <!-- SV2 staged attributes (support staged resources in a separate type id) --> in TEST_F() 457 <!-- T staged attributes (support staged resources in multiple separate type ids) --> in TEST_F() 482 <!-- S staged attributes (Not support staged resources in the same type id) --> in TEST_F() 491 <!-- SV2 staged attributes (support staged resources in a separate type id) --> in TEST_F() 496 <!-- T staged attributes (support staged resources in multiple separate type ids) --> in TEST_F()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/ |
D | StagingManagerTest.java | 284 ApexSessionInfo staged = new ApexSessionInfo(); in restoreSessions_failedApexSessions_failsAllSessions() local 285 staged.sessionId = 101; in restoreSessions_failedApexSessions_failsAllSessions() 286 staged.isStaged = true; in restoreSessions_failedApexSessions_failsAllSessions() 290 apexdSessions.put(101, staged); in restoreSessions_failedApexSessions_failsAllSessions() 335 ApexSessionInfo staged = new ApexSessionInfo(); in restoreSessions_stagedApexSession_failsAllSessions() local 336 staged.sessionId = 1543; in restoreSessions_stagedApexSession_failsAllSessions() 337 staged.isStaged = true; in restoreSessions_stagedApexSession_failsAllSessions() 340 apexdSessions.put(1543, staged); in restoreSessions_stagedApexSession_failsAllSessions() 396 ApexSessionInfo staged = new ApexSessionInfo(); in restoreSessions_failedAndActivatedApexSessions_abortsCheckpoint() local 397 staged.sessionId = 57; in restoreSessions_failedAndActivatedApexSessions_abortsCheckpoint() [all …]
|
/frameworks/native/cmds/installd/ |
D | otapreopt_script.sh | 75 if infinite_source | pm art on-ota-staged --slot "$TARGET_SLOT_SUFFIX"; then
|
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
D | PackageInstallerSessionTest.kt | 93 writeRestoreAssert(listOf(createSession(staged = true))) in <lambda>() 149 staged: Boolean = false, in <lambda>() 157 isStaged = staged in <lambda>() 193 /* isReady */ staged, in <lambda>()
|
/frameworks/base/services/backup/java/com/android/server/backup/internal/ |
D | BackupHandler.java | 220 boolean staged = true; in handleMessage() 249 staged = false; in handleMessage() 253 staged = false; in handleMessage() 256 if (!staged) { in handleMessage()
|
/frameworks/proto_logging/stats/atoms/apex/ |
D | apex_extension_atoms.proto | 39 * Logs when an apex installation is started, staged, and ended.
|
/frameworks/native/services/inputflinger/ |
D | TEST_MAPPING | 295 "staged-platinum-postsubmit": [
|
/frameworks/base/services/core/java/com/android/server/rollback/ |
D | README.md | 124 Rollback can be enabled for staged installs, which require reboot to take 224 For rollback of staged installs, you have to manually reboot the device for the 263 rollback is for a staged update; reboot will be required after the rollback
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 202 // The staged resource ID definition of a finalized resource. 241 // The staged resource ID of this finalized resource.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 18645 * when apex are staged and need compilation. 18675 …te: this does not include the time between compilation job being scheduled (or when apex is staged) 19282 // Whether this is a staged installation
|