Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSettings.java256 final VolumeInfo currentVol = context.getPackageManager().getPackageCurrentVolume( in onClick() local
258 if (!Objects.equals(targetVol, currentVol)) { in onClick()
276 final VolumeInfo currentVol = getActivity().getPackageManager() in refreshUi() local
279 mStorageUsed.setSummary(storage.getBestVolumeDescription(currentVol)); in refreshUi()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java1993 int currentVol = in processVolumeEvent() local
1997 if (volume != currentVol) { in processVolumeEvent()