Searched refs:getProperties (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/services/java/com/android/server/location/
H A DLocationProviderInterface.java44 public ProviderProperties getProperties(); method in interface:LocationProviderInterface
H A DPassiveProvider.java63 public ProviderProperties getProperties() { method in class:PassiveProvider
H A DMockProvider.java73 public ProviderProperties getProperties() { method in class:MockProvider
H A DLocationProviderProxy.java118 properties = service.getProperties();
150 public ProviderProperties getProperties() { method in class:LocationProviderProxy
/frameworks/base/location/java/com/android/internal/location/
H A DILocationProvider.aidl40 ProviderProperties getProperties();
/frameworks/native/include/utils/
H A DPropertyMap.h78 inline const KeyedVector<String8, String8>& getProperties() const { return mProperties; } function in class:android::PropertyMap
/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 DPresetReverb.java235 * conjuntion with getProperties() and setProperties() methods to backup and restore
290 public PresetReverb.Settings getProperties() method in class:PresetReverb
H A DBassBoost.java218 * conjuntion with getProperties() and setProperties() methods to backup and restore
273 public BassBoost.Settings getProperties() method in class:BassBoost
H A DVirtualizer.java220 * conjuntion with getProperties() and setProperties() methods to backup and restore
275 public Virtualizer.Settings getProperties() method in class:Virtualizer
H A DEnvironmentalReverb.java109 // used by setProperties()/getProperties
506 * conjuntion with getProperties() and setProperties() methods to backup and restore
627 public EnvironmentalReverb.Settings getProperties() method in class:EnvironmentalReverb
H A DEqualizer.java93 // used by setProperties()/getProperties
451 * conjuntion with getProperties() and setProperties() methods to backup and restore
529 public Equalizer.Settings getProperties() method in class:Equalizer
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaBassBoostTest.java160 BassBoost.Settings settings = mBassBoost.getProperties();
H A DMediaVirtualizerTest.java161 Virtualizer.Settings settings = mVirtualizer.getProperties();
H A DMediaPresetReverbTest.java161 PresetReverb.Settings settings = mReverb.getProperties();
170 settings = mReverb.getProperties();
H A DMediaEnvReverbTest.java314 EnvironmentalReverb.Settings settings = mReverb.getProperties();
323 settings = mReverb.getProperties();
H A DMediaEqualizerTest.java229 Equalizer.Settings settings = mEqualizer.getProperties();
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java161 public List<Property> getProperties(String name) { method in class:ICalendar.Component
200 for (Property property : getProperties(propertyName)) {
H A DRecurrenceSet.java501 List<ICalendar.Property> properties = component.getProperties(name);
513 for (ICalendar.Property property : component.getProperties(name)) {
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java330 public int getProperties() { method in class:BluetoothGattCharacteristic
H A DBluetoothGatt.java826 if ((characteristic.getProperties() &
864 if ((characteristic.getProperties() & BluetoothGattCharacteristic.PROPERTY_WRITE) == 0
865 && (characteristic.getProperties() &
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java267 mSettings = mBassBoost.getProperties().toString();
H A DVirtualizerTest.java263 mSettings = mVirtualizer.getProperties().toString();
H A DPresetReverbTest.java290 mSettings = mPresetReverb.getProperties().toString();
H A DEqualizerTest.java399 mSettings = mEqualizer.getProperties().toString();

Completed in 399 milliseconds

12