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

12

/frameworks/base/services/core/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.java72 public ProviderProperties getProperties() { method in class:MockProvider
H A DLocationProviderProxy.java117 properties = service.getProperties();
149 public ProviderProperties getProperties() { method in class:LocationProviderProxy
/frameworks/data-binding/developmentPlugins/bintrayPlugin/src/main/groovy/android/databinding/
H A DBintrayPlugin.groovy31 String user = target.getProperties().get(USER_PROP)
32 String apiKey = target.getProperties().get(API_KEY_PROP)
/frameworks/base/location/java/com/android/internal/location/
H A DILocationProvider.aidl40 ProviderProperties getProperties();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DFlingAnimationUtils.java106 AnimatorProperties properties = getProperties(currValue, endValue, velocity,
125 AnimatorProperties properties = getProperties(currValue, endValue, velocity,
131 private AnimatorProperties getProperties(float currValue, method in class:FlingAnimationUtils
/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 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 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
/frameworks/base/media/java/android/media/midi/
H A DMidiDeviceInfo.java53 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}.
61 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}.
69 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}
77 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}
85 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}
94 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}
102 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}
110 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}
120 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}
130 * Used with the {@link android.os.Bundle} returned by {@link #getProperties}
281 public Bundle getProperties() { method in class:MidiDeviceInfo
[all...]
/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/data-binding/gradlePlugin/src/main/java/android/databinding/tool/
H A DDataBinderPlugin.java107 if (Boolean.parseBoolean(String.valueOf(project.getProperties().get(property)))) {
138 Object ext = project.getProperties().get("ext");
/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/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java267 mSettings = mBassBoost.getProperties().toString();
H A DVirtualizerTest.java263 mSettings = mVirtualizer.getProperties().toString();
/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCall.java138 public int getProperties() { return mProperties; } method in class:ParcelableCall
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java343 public int getProperties() { method in class:BluetoothGattCharacteristic

Completed in 383 milliseconds

12