Searched refs:property (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/debug/
H A DDebugPropertyHelper.java45 private static boolean isPropertyOn(String property) { argument
46 return ON_VALUE.equals(SystemProperties.get(property, OFF_VALUE));
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_persist/src/
H A DSyncML_DM_WBXMLReader.cc234 /* Initialize the property data */
361 to fill in the property data for the node.
643 DMBuffer property; local
645 return this->readOpaqueTag(pByte,&property);
668 UINT8 property[2]; local
670 return this->readOpaqueTag(pByte, property,2);
693 UINT8 property[2]; local
695 return this->readOpaqueTag(pByte, property,2);
763 UINT8 property[2]; local
766 if((ret_stat = this->readOpaqueTag(pByte, (UINT8*)&property,
798 UINT8 property[2]; local
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DDeviceInfoSettings.java112 // Remove selinux information if property is not present
246 String preference, String property ) {
247 if (SystemProperties.get(property).equals("")) {
252 Log.d(LOG_TAG, "Property '" + property + "' missing and no '"
276 private void setValueSummary(String preference, String property) { argument
279 SystemProperties.get(property,
461 private boolean isPropertyMissing(String property) {
462 return SystemProperties.get(property).equals("");
/packages/apps/UnifiedEmail/assets/
H A Dscript.js76 function getCachedValue(div, property, attrName) {
81 value = div[property];
440 function saveStyleProperty(node, property, actionLog) {
441 var savedName = "data-" + property;
442 node.setAttribute(savedName, node.style[property]);
443 actionLog.push([undoSetProperty, node, [property, savedName]]);
446 function undoSetProperty(property, savedProperty) {
447 this.style[property] = savedProperty ? this.getAttribute(savedProperty) : "";
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DICalendarTest.java40 // properties should be listed in insertion order, by property name.
98 ICalendar.Property property = component.getFirstProperty("DTSTART");
99 assertEquals(2, property.getParameterNames().size());
100 assertEquals("GMT+03:00", property.getFirstParameter("TZID").value);
101 final List<ICalendar.Parameter> testParameters = property.getParameters("TEST");
/packages/apps/InCallUI/src/com/android/incallui/
H A DCall.java327 private boolean hasProperty(int property) { argument
328 return property == (property & mTelecommCall.getDetails().getCallProperties());
/packages/inputmethods/LatinIME/native/jni/
H A DNativeFileList.mk34 property/word_property.cpp) \
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStatus.java450 * @param property The system property to fetch
451 * @param alt The default value, if the property doesn't exist
453 private void setSummary(String preference, String property, String alt) { argument
456 SystemProperties.get(property, alt));
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A Djoda-time-1.1.jar ... .lang.String toString () } org/joda/time/DateMidnight$Property.class DateMidnight.java package org.joda. ...

Completed in 872 milliseconds