Home
last modified time | relevance | path

Searched refs:installMessage (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/apk/tests/settings/src/com/android/adservices/ui/settings/
DAppConsentSettingsUiAutomatorTest.java74 String installMessage = ShellUtils.runShellCommand("pm install -r " + TEST_APP_APK_PATH); in setup() local
75 assertThat(installMessage).contains("Success"); in setup()
309 String installMessage = ShellUtils.runShellCommand("pm install -r " + TEST_APP_APK_PATH); in initiateTestAppConsent() local
310 assertThat(installMessage).contains("Success"); in initiateTestAppConsent()
/packages/modules/AdServices/adservices/tests/cts/endtoends/topics/appupdate/src/com/android/adservices/tests/cts/topics/appupdate/
DAppUpdateTest.java288 String installMessage = in installTestSampleApp() local
290 assertThat(installMessage).contains("Success"); in installTestSampleApp()
/packages/modules/AdServices/adservices/tests/cts/endtoends/customaudience/src/com/android/adservices/tests/cts/customaudience/
DCustomAudienceTest.java682 String installMessage = runShellCommand("pm install --user %d -r %s", mUserId, apkPath); in installApp() local
683 assertThat(installMessage).contains("Success"); in installApp()