Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/
DUtilsTest.java148 assertThat(Utils.getInstallationStatus(new ApplicationInfo())) in testGetInstallationStatus_notInstalled_shouldReturnUninstalled()
158 assertThat(Utils.getInstallationStatus(info)).isEqualTo(R.string.installed); in testGetInstallationStatus_enabled_shouldReturnInstalled()
167 assertThat(Utils.getInstallationStatus(info)).isEqualTo(R.string.disabled); in testGetInstallationStatus_disabled_shouldReturnDisabled()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DAdvancedPowerUsageDetail.java218 ? null : getString(Utils.getInstallationStatus(mAppEntry.info)); in initHeader()
/packages/apps/Settings/src/com/android/settings/
DUtils.java1293 public static int getInstallationStatus(ApplicationInfo info) { in getInstallationStatus() method in Utils
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppDetails.java628 isInstantApp ? null : getString(Utils.getInstallationStatus(mAppEntry.info)); in setAppLabelAndIcon()