Searched refs:getProperties (Results 26 - 50 of 57) sorted by relevance

123

/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DBaseCompilationTest.java247 if ("true".equals(System.getProperties().getProperty("useReleaseVersion", "false"))) {
250 if ("true".equals(System.getProperties().getProperty("addRemoteRepos", "false"))) {
/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.java499 List<ICalendar.Property> properties = component.getProperties(name);
511 for (ICalendar.Property property : component.getProperties(name)) {
/frameworks/base/media/java/android/media/audiofx/
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 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 DVirtualizer.java553 * conjuntion with getProperties() and setProperties() methods to backup and restore
608 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 DVirtualizerTest.java263 mSettings = mVirtualizer.getProperties().toString();
H A DPresetReverbTest.java290 mSettings = mPresetReverb.getProperties().toString();
H A DEqualizerTest.java399 mSettings = mEqualizer.getProperties().toString();
H A DEnvReverbTest.java560 mSettings = mReverb.getProperties().toString();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaEqualizerTest.java229 Equalizer.Settings settings = mEqualizer.getProperties();
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHalHidl.cpp38 int SoundTriggerHalHidl::getProperties(struct sound_trigger_properties *properties) function in class:android::SoundTriggerHalHidl
50 hidlReturn = soundtrigger->getProperties([&](int rc, auto res) {
53 ALOGI("getProperties res implementor %s", res.implementor.c_str());
62 ALOGE("getProperties error %s", hidlReturn.description().c_str());
65 ALOGI("getProperties ret %d", ret);
H A DSoundTriggerHwService.cpp66 rc = halInterface->getProperties(&descriptor.properties);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java411 public int getProperties() { method in class:BluetoothGattCharacteristic
H A DBluetoothGatt.java1017 if ((characteristic.getProperties() &
1094 if ((characteristic.getProperties() & BluetoothGattCharacteristic.PROPERTY_WRITE) == 0
1095 && (characteristic.getProperties() &
/frameworks/base/media/tests/NativeMidiDemo/java/com/example/android/nativemididemo/
H A DNativeMidi.java188 Bundle deviceProps = info.getProperties();
/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCall.java150 public int getProperties() { return mProperties; } method in class:ParcelableCall
H A DCall.java731 parcelableCall.getProperties(),
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DParallax.java559 public final List<PropertyT> getProperties() { method in class:Parallax
/frameworks/support/buildSrc/
H A Dinit.gradle38 ext.docs.offline = rootProject.getProperties().containsKey("offlineDocs")
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java873 ? locationProvider.getProperties() : null;
1439 ProviderProperties properties = lp.getProperties();
1574 name, provider.getProperties(), criteria)) {
1635 p.getName(), p.getProperties(), criteria);
2414 return p.getProperties();
/frameworks/av/services/radio/
H A DRadioService.cpp65 int rc = dev->getProperties(&halProperties);
/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java309 mBluetoothDevice = (BluetoothDevice)deviceInfo.getProperties().getParcelable(
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DGridLayoutManager.java72 Properties properties = getProperties(context, attrs, defStyleAttr, defStyleRes);

Completed in 8582 milliseconds

123