Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/
DUtilsTest.java149 assertThat(Utils.getInstallationStatus(new ApplicationInfo())) in getInstallationStatus_notInstalled_shouldReturnUninstalled()
159 assertThat(Utils.getInstallationStatus(info)).isEqualTo(R.string.installed); in getInstallationStatus_enabled_shouldReturnInstalled()
168 assertThat(Utils.getInstallationStatus(info)).isEqualTo(R.string.disabled); in getInstallationStatus_disabled_shouldReturnDisabled()
/packages/apps/Settings/src/com/android/settings/
DUtils.java910 public static int getInstallationStatus(ApplicationInfo info) { in getInstallationStatus() method in Utils
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DUtils.java915 public static int getInstallationStatus(ApplicationInfo info) { in getInstallationStatus() method in Utils