/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MtpService.java | 63 for (StorageVolume volume : mVolumeMap.values()) { in addStorageDevicesLocked() 64 addStorageLocked(volume); in addStorageDevicesLocked() 103 StorageVolume volume = mVolumeMap.remove(path); 104 if (volume != null) { 105 removeStorageLocked(volume); 241 StorageVolume volume = mVolumes[i]; in volumeMountedLocked() local 242 if (volume.getPath().equals(path)) { in volumeMountedLocked() 243 mVolumeMap.put(path, volume); in volumeMountedLocked() 246 if (volume.isPrimary() || !mPtpMode) { in volumeMountedLocked() 247 addStorageLocked(volume); in volumeMountedLocked() [all …]
|
D | MediaScannerService.java | 254 String volume = arguments.getString("volume"); in handleMessage() local 257 if (MediaProvider.INTERNAL_VOLUME.equals(volume)) { in handleMessage() 264 else if (MediaProvider.EXTERNAL_VOLUME.equals(volume)) { in handleMessage() 270 if (false) Log.d(TAG, "start scanning volume " + volume + ": " in handleMessage() 272 scan(directories, volume); in handleMessage() 273 if (false) Log.d(TAG, "done scanning volume " + volume); in handleMessage()
|
D | MediaProvider.java | 5171 … String volume = srcuri.toString().substring(16, 24); // extract internal/external in getKeyIdForName() local 5172 … Uri uri = Uri.parse("content://media/" + volume + "/audio/" + table + "/" + rowId); in getKeyIdForName() 5192 … String volume = srcuri.toString().substring(16, 24); // extract internal/external in getKeyIdForName() local 5193 … Uri uri = Uri.parse("content://media/" + volume + "/audio/" + table + "/" + rowId); in getKeyIdForName() 5301 private Uri attachVolume(String volume) { in attachVolume() argument 5308 if (mDatabases.get(volume) != null) { // Already attached in attachVolume() 5309 return Uri.parse("content://media/" + volume); in attachVolume() 5314 if (INTERNAL_VOLUME.equals(volume)) { in attachVolume() 5317 } else if (EXTERNAL_VOLUME.equals(volume)) { in attachVolume() 5342 volume + " volume."); in attachVolume() [all …]
|
D | MediaScannerReceiver.java | 72 private void scan(Context context, String volume) { in scan() argument 74 args.putString("volume", volume); in scan()
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | Memory.java | 103 for (StorageVolume volume : storageVolumes) { in onCreate() 104 if (!volume.isEmulated()) { in onCreate() 105 addCategory(StorageVolumePreferenceCategory.buildForPhysical(context, volume)); in onCreate() 148 final StorageVolume volume = category.getStorageVolume(); 149 if (volume != null && path.equals(volume.getPath())) { 238 final StorageVolume volume = category.getStorageVolume(); in onPreferenceTreeClick() local 239 if (volume != null && category.mountToggleClicked(preference)) { in onPreferenceTreeClick() 241 sClickedMountPoint = volume.getPath(); in onPreferenceTreeClick() 242 String state = mStorageManager.getVolumeState(volume.getPath()); in onPreferenceTreeClick() 451 for (StorageVolume volume : storageVolumes) { [all …]
|
D | StorageMeasurement.java | 87 public static StorageMeasurement getInstance(Context context, StorageVolume volume) { in getInstance() argument 89 StorageMeasurement value = sInstances.get(volume); in getInstance() 91 value = new StorageMeasurement(context.getApplicationContext(), volume); in getInstance() 92 sInstances.put(volume, value); in getInstance() 166 private StorageMeasurement(Context context, StorageVolume volume) { in StorageMeasurement() argument 167 mVolume = volume; in StorageMeasurement() 168 mIsInternal = volume == null; in StorageMeasurement() 169 mIsPrimary = volume != null ? volume.isPrimary() : false; in StorageMeasurement()
|
D | StorageVolumePreferenceCategory.java | 117 Context context, StorageVolume volume) { in buildForPhysical() argument 118 return new StorageVolumePreferenceCategory(context, volume); in buildForPhysical() 121 private StorageVolumePreferenceCategory(Context context, StorageVolume volume) { in StorageVolumePreferenceCategory() argument 124 mVolume = volume; in StorageVolumePreferenceCategory() 125 mMeasure = StorageMeasurement.getInstance(context, volume); in StorageVolumePreferenceCategory() 131 setTitle(volume != null ? volume.getDescription(context) in StorageVolumePreferenceCategory()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | Avrcp.java | 792 public void setAbsoluteVolume(int volume) { in setAbsoluteVolume() argument 793 int avrcpVolume = convertToAvrcpVolume(volume); in setAbsoluteVolume() 807 private void volumeChangeCallback(int volume, int ctype) { in volumeChangeCallback() argument 808 Message msg = mHandler.obtainMessage(MESSAGE_VOLUME_CHANGED, volume, ctype); in volumeChangeCallback() 812 private void notifyVolumeChanged(int volume) { in notifyVolumeChanged() argument 813 volume = convertToAudioStreamVolume(volume); in notifyVolumeChanged() 814 mAudioManager.setStreamVolume(AudioManager.STREAM_MUSIC, volume, in notifyVolumeChanged() 818 private int convertToAudioStreamVolume(int volume) { in convertToAudioStreamVolume() argument 820 return (int) Math.round((double) volume*mAudioStreamMax/AVRCP_MAX_VOL); in convertToAudioStreamVolume() 823 private int convertToAvrcpVolume(int volume) { in convertToAvrcpVolume() argument [all …]
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
D | StorageMeasurement.java | 94 public static StorageMeasurement getInstance(Context context, StorageVolume volume) { in getInstance() argument 96 StorageMeasurement value = sInstances.get(volume); in getInstance() 98 value = new StorageMeasurement(context.getApplicationContext(), volume); in getInstance() 99 sInstances.put(volume, value); in getInstance() 173 private StorageMeasurement(Context context, StorageVolume volume) { in StorageMeasurement() argument 174 mVolume = volume; in StorageMeasurement() 175 mIsInternal = volume == null; in StorageMeasurement() 176 mIsPrimary = volume != null ? volume.isPrimary() : false; in StorageMeasurement()
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | NotificationPlayer.java | 54 float volume; field in NotificationPlayer.Command 93 player.setVolume(mCmd.volume, mCmd.volume); in run() 273 public void play(Context context, Uri uri, boolean looping, int stream, float volume) { in play() argument 281 cmd.volume = volume; in play()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_avrcp.cpp | 119 static void btavrcp_volume_change_callback(uint8_t volume, uint8_t ctype) { in btavrcp_volume_change_callback() argument 127 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_volumeChangeCallback, (jint)volume, in btavrcp_volume_change_callback() 382 static jboolean setVolumeNative(JNIEnv *env, jobject object, jint volume) { in setVolumeNative() argument 386 ALOGI("%s: jint: %d, uint8_t: %u", __FUNCTION__, volume, (uint8_t) volume); in setVolumeNative() 391 if ((status = sBluetoothAvrcpInterface->set_volume((uint8_t)volume)) != BT_STATUS_SUCCESS) { in setVolumeNative()
|
D | com_android_bluetooth_hfpclient.cpp | 208 static void volume_change_cb (bthf_client_volume_type_t type, int volume) { in volume_change_cb() argument 210 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onVolumeChange, (jint) type, (jint) volume); in volume_change_cb() 465 static jboolean setVolumeNative(JNIEnv *env, jobject object, jint volume_type, jint volume) { in setVolumeNative() argument 470 volume)) != BT_STATUS_SUCCESS) { in setVolumeNative()
|
D | com_android_bluetooth_hfp.cpp | 172 static void volume_control_callback(bthf_volume_type_t type, int volume, bt_bdaddr_t* bd_addr) { in volume_control_callback() argument 185 (jint) volume, addr); in volume_control_callback() 628 jint volume, jbyteArray address) { in setVolumeNative() 640 volume, (bt_bdaddr_t *) addr)) != BT_STATUS_SUCCESS) { in setVolumeNative()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 193 public void setAvrcpAbsoluteVolume(int volume) { in setAvrcpAbsoluteVolume() argument 194 mAvrcp.setAbsoluteVolume(volume); in setAvrcpAbsoluteVolume() 288 public void setAvrcpAbsoluteVolume(int volume) { in setAvrcpAbsoluteVolume() argument 291 service.setAvrcpAbsoluteVolume(volume); in setAvrcpAbsoluteVolume()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetPhoneState.java | 194 void setSpeakerVolume(int volume) { in setSpeakerVolume() argument 195 mSpeakerVolume = volume; in setSpeakerVolume() 202 void setMicVolume(int volume) { in setMicVolume() argument 203 mMicVolume = volume; in setMicVolume()
|
D | HeadsetStateMachine.java | 2577 private void processVolumeEvent(int volumeType, int volume, BluetoothDevice device) { in processVolumeEvent() argument 2584 mPhoneState.setSpeakerVolume(volume); in processVolumeEvent() 2586 mAudioManager.setStreamVolume(AudioManager.STREAM_BLUETOOTH_SCO, volume, flag); in processVolumeEvent() 2588 mPhoneState.setMicVolume(volume); in processVolumeEvent() 3043 private void onVolumeChanged(int type, int volume, byte[] address) { in onVolumeChanged() argument 3046 event.valueInt2 = volume; in onVolumeChanged() 3311 private native boolean setVolumeNative(int volumeType, int volume, byte[] address); in setVolumeNative() argument
|
/packages/apps/Camera2/src/com/android/camera/ |
D | SoundPlayer.java | 54 public void play(int resourceId, float volume) { in play() argument 59 mSoundPool.play(soundId, volume, volume, 0 /* priority */, 0 /* loop */, 1 /* rate */); in play()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
D | Settings.java | 299 final float volume = prefs.getFloat( in readKeypressSoundVolume() local 301 return (volume != UNDEFINED_PREFERENCE_VALUE_FLOAT) ? volume in readKeypressSoundVolume()
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
D | VoiceDialerActivity.java | 354 int volume = maxVolume - ((18 / (50/maxVolume)) + 1); in onInit() local 355 if (mBluetoothVoiceVolume > volume) { in onInit() 356 mAudioManager.setStreamVolume(AudioManager.STREAM_BLUETOOTH_SCO, volume, 0); in onInit()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachine.java | 2531 private void onVolumeChange(int type, int volume) { in onVolumeChange() argument 2534 event.valueInt2 = volume; in onVolumeChange() 2687 private native boolean setVolumeNative(int volumeType, int volume); in setVolumeNative() argument
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_wordlist.combined.gz |
|
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1393228135, ... |