Home
last modified time | relevance | path

Searched refs:property (Results 1 – 18 of 18) sorted by relevance

/packages/apps/UnifiedEmail/assets/
Dscript.js76 function getCachedValue(div, property, attrName) { argument
81 value = div[property];
440 function saveStyleProperty(node, property, actionLog) { argument
441 var savedName = "data-" + property;
442 node.setAttribute(savedName, node.style[property]);
443 actionLog.push([undoSetProperty, node, [property, savedName]]);
446 function undoSetProperty(property, savedProperty) { argument
447 this.style[property] = savedProperty ? this.getAttribute(savedProperty) : "";
/packages/apps/Settings/src/com/android/settings/
DDeviceInfoSettings.java311 String preference, String property ) { in removePreferenceIfPropertyMissing() argument
312 if (SystemProperties.get(property).equals("")) { in removePreferenceIfPropertyMissing()
317 Log.d(LOG_TAG, "Property '" + property + "' missing and no '" in removePreferenceIfPropertyMissing()
341 private void setValueSummary(String preference, String property) { in setValueSummary() argument
344 SystemProperties.get(property, in setValueSummary()
517 private boolean isPropertyMissing(String property) {
518 return SystemProperties.get(property).equals("");
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DCustomVCardEntry.java40 public void addProperty(VCardProperty property) { in addProperty() argument
41 super.addProperty(property); in addProperty()
42 mAllProperties.put(property.getName(), property); in addProperty() local
DCustomVCardEntryConstructor.java130 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated() argument
131 mCurrentEntry.addProperty(property); in onPropertyCreated()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DICalendarTest.java98 ICalendar.Property property = component.getFirstProperty("DTSTART"); in testParseQuotedParam() local
99 assertEquals(2, property.getParameterNames().size()); in testParseQuotedParam()
100 assertEquals("GMT+03:00", property.getFirstParameter("TZID").value); in testParseQuotedParam()
101 final List<ICalendar.Parameter> testParameters = property.getParameters("TEST"); in testParseQuotedParam()
/packages/apps/Camera2/src/com/android/camera/debug/
DDebugPropertyHelper.java42 private static boolean isPropertyOn(String property) { in isPropertyOn() argument
43 return ON_VALUE.equals(SystemProperties.get(property, OFF_VALUE)); in isPropertyOn()
/packages/apps/Camera2/
Dproguard-project.txt2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStatus.java277 private void setSummary(String preference, String property, String alt) { in setSummary() argument
280 SystemProperties.get(property, alt)); in setSummary()
/packages/apps/InCallUI/src/com/android/incallui/
DCall.java549 public boolean hasProperty(int property) { in hasProperty() argument
550 return mTelecommCall.getDetails().hasProperty(property); in hasProperty()
/packages/inputmethods/LatinIME/native/jni/
DNativeFileList.mk26 dictionary/property/ngram_context.cpp \
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile253 # and setter methods for a property. Setting this option to YES (the default)
254 # will make doxygen to replace the get and set methods by a property in the
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile253 # and setter methods for a property. Setting this option to YES (the default)
254 # will make doxygen to replace the get and set methods by a property in the
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile253 # and setter methods for a property. Setting this option to YES (the default)
254 # will make doxygen to replace the get and set methods by a property in the
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile253 # and setter methods for a property. Setting this option to YES (the default)
254 # will make doxygen to replace the get and set methods by a property in the
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...