Searched refs:getProperties (Results 1 - 25 of 32) sorted by path

12

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java882 if ((characteristic.getProperties() &
926 if ((characteristic.getProperties() & BluetoothGattCharacteristic.PROPERTY_WRITE) == 0
927 && (characteristic.getProperties() &
H A DBluetoothGattCharacteristic.java343 public int getProperties() { method in class:BluetoothGattCharacteristic
H A DBluetoothGattServer.java592 characteristic.getProperties(), permission);
/frameworks/base/location/java/com/android/internal/location/
H A DILocationProvider.aidl40 ProviderProperties getProperties();
/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProviderBase.java92 public ProviderProperties getProperties() { method in class:LocationProviderBase.Service
/frameworks/base/media/java/android/media/audiofx/
H A DBassBoost.java211 * conjuntion with getProperties() and setProperties() methods to backup and restore
266 public BassBoost.Settings getProperties() method in class:BassBoost
H A DEnvironmentalReverb.java101 // used by setProperties()/getProperties
498 * conjuntion with getProperties() and setProperties() methods to backup and restore
619 public EnvironmentalReverb.Settings getProperties() method in class:EnvironmentalReverb
H A DEqualizer.java86 // used by setProperties()/getProperties
444 * conjuntion with getProperties() and setProperties() methods to backup and restore
522 public Equalizer.Settings getProperties() method in class:Equalizer
H A DLoudnessEnhancer.java212 * conjunction with the getProperties() and setProperties() methods to backup and restore
268 public LoudnessEnhancer.Settings getProperties() method in class:LoudnessEnhancer
H A DPresetReverb.java227 * conjuntion with getProperties() and setProperties() methods to backup and restore
282 public PresetReverb.Settings getProperties() method in class:PresetReverb
H A DVirtualizer.java552 * conjuntion with getProperties() and setProperties() methods to backup and restore
607 public Virtualizer.Settings getProperties() method in class:Virtualizer
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java267 mSettings = mBassBoost.getProperties().toString();
H A DEnvReverbTest.java560 mSettings = mReverb.getProperties().toString();
H A DEqualizerTest.java399 mSettings = mEqualizer.getProperties().toString();
H A DPresetReverbTest.java290 mSettings = mPresetReverb.getProperties().toString();
H A DVirtualizerTest.java263 mSettings = mVirtualizer.getProperties().toString();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaBassBoostTest.java160 BassBoost.Settings settings = mBassBoost.getProperties();
H A DMediaEnvReverbTest.java314 EnvironmentalReverb.Settings settings = mReverb.getProperties();
323 settings = mReverb.getProperties();
H A DMediaEqualizerTest.java229 Equalizer.Settings settings = mEqualizer.getProperties();
H A DMediaPresetReverbTest.java161 PresetReverb.Settings settings = mReverb.getProperties();
170 settings = mReverb.getProperties();
H A DMediaVirtualizerTest.java161 Virtualizer.Settings settings = mVirtualizer.getProperties();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DFlingAnimationUtils.java107 AnimatorProperties properties = getProperties(currValue, endValue, velocity,
126 AnimatorProperties properties = getProperties(currValue, endValue, velocity,
132 private AnimatorProperties getProperties(float currValue, method in class:FlingAnimationUtils
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java685 ? locationProvider.getProperties() : null;
1056 ProviderProperties properties = lp.getProperties();
1188 name, provider.getProperties(), criteria)) {
1249 p.getName(), p.getProperties(), criteria);
1954 return p.getProperties();
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java774 public ProviderProperties getProperties() { method in class:GpsLocationProvider
H A DLocationProviderInterface.java44 public ProviderProperties getProperties(); method in interface:LocationProviderInterface

Completed in 339 milliseconds

12