Searched defs:property (Results 1 - 6 of 6) 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/InCallUI/src/com/android/incallui/
H A DCall.java327 private boolean hasProperty(int property) { argument
328 return property == (property & mTelecommCall.getDetails().getCallProperties());
/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 758 milliseconds