Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryUtils.java84 private static final String GOOGLE_PLAY_STORE_PACKAGE = "com.android.vending"; field in BatteryUtils
581 && GOOGLE_PLAY_STORE_PACKAGE.equals(installSourceInfo.getInitiatingPackageName()); in isAppInstalledFromGooglePlayStore()