Searched defs:getProperties (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/include/utils/
H A DPropertyMap.h78 inline const KeyedVector<String8, String8>& getProperties() const { return mProperties; } function in class:android::PropertyMap
/frameworks/base/services/java/com/android/server/location/
H A DLocationProviderInterface.java46 public ProviderProperties getProperties(); method in interface:LocationProviderInterface
H A DPassiveProvider.java63 public ProviderProperties getProperties() { method in class:PassiveProvider
H A DLocationProviderProxy.java114 properties = service.getProperties();
146 public ProviderProperties getProperties() { method in class:LocationProviderProxy
H A DMockProvider.java73 public ProviderProperties getProperties() { method in class:MockProvider
H A DGpsLocationProvider.java516 public ProviderProperties getProperties() { method in class:GpsLocationProvider
/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.java218 * conjuntion with getProperties() and setProperties() methods to backup and restore
273 public BassBoost.Settings getProperties() method in class:BassBoost
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 DVirtualizer.java220 * conjuntion with getProperties() and setProperties() methods to backup and restore
275 public Virtualizer.Settings getProperties() method in class:Virtualizer
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
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
/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)) {

Completed in 1712 milliseconds