HomeSort by relevance Sort by last modified time
    Searched refs:currentVol (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
AppStorageSettings.java 248 final VolumeInfo currentVol = context.getPackageManager().getPackageCurrentVolume(
250 if (!Objects.equals(targetVol, currentVol)) {
341 final VolumeInfo currentVol = getActivity().getPackageManager()
344 mStorageUsed.setSummary(storage.getBestVolumeDescription(currentVol));
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java     [all...]

Completed in 93 milliseconds