Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 48) sorted by relevance

12

/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarHvacManagerTest.java72 private void assertTypeAndZone(CarPropertyConfig property) { in assertTypeAndZone()
116 CarPropertyConfig<Integer> property) { in checkTypeAndGlobal()
125 private void checkIntMinMax(CarPropertyConfig<Integer> property) { in checkIntMinMax()
150 private void checkFloatMinMax(CarPropertyConfig<Float> property) { in checkFloatMinMax()
DCarCabinManagerTest.java63 private void assertTypeAndZone(CarPropertyConfig property) { in assertTypeAndZone()
122 private void checkIntMinMax(CarPropertyConfig<Integer> property) { in checkIntMinMax()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DCustomVCardEntry.java40 public void addProperty(VCardProperty property) { in addProperty()
42 mAllProperties.put(property.getName(), property); in addProperty() local
DCustomVCardEntryConstructor.java130 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
/packages/apps/TV/src/com/android/tv/features/
DPartnerFeatures.java41 private final String property; field in PartnerFeatures.PartnerFeature
43 public PartnerFeature(String property) { in PartnerFeature()
/packages/services/Car/vehicle-hal-support-lib/test/com/android/car/vehiclehal/test/
DMockedVehicleHal.java52 default void onPropertySubscribe(int property, float sampleRate) {} in onPropertySubscribe()
53 default void onPropertyUnsubscribe(int property) {} in onPropertyUnsubscribe()
242 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe()
247 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
290 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe()
296 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DPropertySetter.java55 default <T> void setFloat(T target, FloatProperty<T> property, float value, in setFloat()
63 default <T> void setInt(T target, IntProperty<T> property, int value, in setInt()
DPendingAnimation.java99 public <T> void setFloat(T target, FloatProperty<T> property, float value, in setFloat()
109 public <T> void addFloat(T target, FloatProperty<T> property, float from, float to, in addFloat()
117 public <T> void setInt(T target, IntProperty<T> property, int value, in setInt()
DFlingSpringAnim.java42 public <K> FlingSpringAnim(K object, Context context, FloatPropertyCompat<K> property, in FlingSpringAnim()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyServiceTest.java133 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe()
141 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
DCarProjectionManagerTest.java177 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe()
182 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
DCarCabinManagerTest.java196 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe()
210 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
DCarHvacManagerTest.java282 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe()
297 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
/packages/apps/Provision/src/com/android/provision/
DUtils.java56 static String getSettings(ContentResolver resolver, String property, in getSettings()
67 static int getSettings(ContentResolver resolver, String property, in getSettings()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DPropertyNotAvailableException.java27 PropertyNotAvailableException(int property, int areaId) { in PropertyNotAvailableException()
DPropertyNotAvailableAndRetryException.java26 PropertyNotAvailableAndRetryException(int property, int areaId) { in PropertyNotAvailableAndRetryException()
DCarInternalErrorException.java25 CarInternalErrorException(int property, int areaId) { in CarInternalErrorException()
DPropertyAccessDeniedSecurityException.java25 PropertyAccessDeniedSecurityException(int property, int areaId) { in PropertyAccessDeniedSecurityException()
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java318 private void assertServiceOwnerLocked(HalServiceBase service, int property) { in assertServiceOwnerLocked()
330 public void subscribeProperty(HalServiceBase service, int property) in subscribeProperty()
341 public void subscribeProperty(HalServiceBase service, int property, float sampleRateHz) in subscribeProperty()
355 public void subscribeProperty(HalServiceBase service, int property, in subscribeProperty()
393 public void unsubscribeProperty(HalServiceBase service, int property) { in unsubscribeProperty()
793 public void injectVhalEvent(int property, int zone, String value, int delayTime) in injectVhalEvent()
815 public void injectContinuousVhalEvent(int property, int zone, String value, in injectContinuousVhalEvent()
DHalServiceBase.java92 public void onPropertySetError(int property, int area, int errorCode) { in onPropertySetError()
/packages/apps/Camera2/src/com/android/camera/debug/
DDebugPropertyHelper.java42 private static boolean isPropertyOn(String property) { in isPropertyOn()
/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/
DClusterHomeManagerTest.java297 public synchronized VehiclePropValue peek(int property) { in peek()
302 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe()
317 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DVehiclePropertyPublisher.java70 mCarPropertyList.append(property.getPropertyId(), property); in VehiclePropertyPublisher() local
/packages/modules/adb/daemon/
Dlogging.cpp64 static LogStatus GetLogStatus(android::base::CachedProperty* property, in GetLogStatus()
Dproperty_monitor.cpp70 void PropertyMonitor::Add(std::string property, std::function<PropertyMonitorCallback> callback) { in Add()

12