Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceControllerTest.java122 private Intent mUninstallIntent; field in AppButtonsPreferenceControllerTest
157 mUninstallIntent = captor.getValue(); in setUp()
372 mUninstallIntent.getBooleanExtra(Intent.EXTRA_UNINSTALL_ALL_USERS, true)) in uninstallPkg_intentSent()
374 assertThat(mUninstallIntent.getAction()).isEqualTo(Intent.ACTION_UNINSTALL_PACKAGE); in uninstallPkg_intentSent()