Home
last modified time | relevance | path

Searched refs:getInstallType (Results 1 – 4 of 4) sorted by relevance

/aosp12/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/
H A DUpdateConfigTest.java76 config.getInstallType()); in fromJson_parsesNonStreaming()
85 assertSame(UpdateConfig.AB_INSTALL_TYPE_STREAMING, config.getInstallType()); in fromJson_parsesStreaming()
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
H A DUpdateConfig.java147 public int getInstallType() { in getInstallType() method in UpdateConfig
H A DUpdateManager.java322 if (config.getInstallType() == UpdateConfig.AB_INSTALL_TYPE_STREAMING) { in prepareExtraProperties()
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/
H A DPrepareUpdateService.java156 if (config.getInstallType() == UpdateConfig.AB_INSTALL_TYPE_NON_STREAMING) { in execute()