Searched defs:volume (Results 1 – 8 of 8) sorted by relevance
191 StorageVolume volume = mVolumes[i]; in volumeMountedLocked() local205 private void addStorageLocked(StorageVolume volume) { in addStorageLocked()219 private void removeStorageLocked(StorageVolume volume) { in removeStorageLocked()
60 private void scan(Context context, String volume) { in scan()
244 String volume = arguments.getString("volume"); in handleMessage() local
3886 String volume = uri.getPathSegments().get(0); in delete() local4760 … String volume = srcuri.toString().substring(16, 24); // extract internal/external in getKeyIdForName() local4781 … String volume = srcuri.toString().substring(16, 24); // extract internal/external in getKeyIdForName() local4890 private Uri attachVolume(String volume) { in attachVolume()5011 String volume = uri.getPathSegments().get(0); in detachVolume() local
55 float volume; field in NotificationPlayer.Command274 public void play(Context context, Uri uri, boolean looping, int stream, float volume) { in play()
129 final int volume = mAudioManager.getStreamVolume(streamType); in updateSlidersAndMutedStates() local
324 final float volume = sp.getFloat(Settings.PREF_KEYPRESS_SOUND_VOLUME, -1.0f); in getCurrentKeypressSoundVolume() local
354 int volume = maxVolume - ((18 / (50/maxVolume)) + 1); in onInit() local