Searched refs:NON_INCREMENTAL (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | ApkVerityInstallTest.java | 56 private static final boolean NON_INCREMENTAL = false; field in ApkVerityInstallTest 72 return new Boolean[][]{{NON_INCREMENTAL}, {INCREMENTAL}}; in installSingle() 81 {NON_INCREMENTAL, NON_INCREMENTAL, SUPPORTED}, in installAndUpdate() 82 {INCREMENTAL, NON_INCREMENTAL, SUPPORTED}, in installAndUpdate() 84 {NON_INCREMENTAL, INCREMENTAL, UNSUPPORTED} in installAndUpdate()
|
/cts/hostsidetests/backup/src/android/cts/backup/ |
D | RestoreSessionHostSideTest.java | 69 private static final boolean NON_INCREMENTAL = false; field in RestoreSessionHostSideTest 73 return new Boolean[][]{{NON_INCREMENTAL}, {INCREMENTAL}}; in bothInstallTypes()
|