Searched refs:volume (Results 151 - 153 of 153) sorted by relevance

1234567

/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1354 SLint32 volume
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java2123 // while this volume was missing
2128 // cancelled while this volume was missing
2154 // Remove any apps installed on the forgotten volume
2158 Slog.d(TAG, "Destroying " + ps.name + " because volume was forgotten");
4358 final File volume = storage.findPathForUuid(StorageManager.UUID_PRIVATE_INTERNAL);
4408 if (volume.getUsableSpace() >= neededSpace) {
12341 // Only replace for packages on requested volume
12351 // Only replace for packages on requested volume
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java239 import com.android.systemui.volume.VolumeComponent;
3253 // manually dismiss the volume panel when interacting with the nav bar

Completed in 156 milliseconds

1234567