OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInstallType
(Results
1 - 5
of
5
) sorted by null
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/
UpdateConfigTest.java
76
config.
getInstallType
());
85
assertSame(UpdateConfig.AB_INSTALL_TYPE_STREAMING, config.
getInstallType
());
/cts/hostsidetests/incident/src/com/android/server/cts/
PackageIncidentTest.java
84
testPackage.getUsers(0).
getInstallType
(),
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
UpdateConfig.java
147
public int
getInstallType
() {
UpdateManager.java
322
if (config.
getInstallType
() == UpdateConfig.AB_INSTALL_TYPE_STREAMING) {
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/
PrepareUpdateService.java
156
if (config.
getInstallType
() == UpdateConfig.AB_INSTALL_TYPE_NON_STREAMING) {
Completed in 350 milliseconds