/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarHvacManagerTest.java | 72 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()
|
D | CarCabinManagerTest.java | 63 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/ |
D | CustomVCardEntry.java | 40 public void addProperty(VCardProperty property) { in addProperty() 42 mAllProperties.put(property.getName(), property); in addProperty() local
|
D | CustomVCardEntryConstructor.java | 130 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated()
|
/packages/apps/TV/src/com/android/tv/features/ |
D | PartnerFeatures.java | 41 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/ |
D | MockedVehicleHal.java | 52 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/ |
D | PropertySetter.java | 55 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()
|
D | PendingAnimation.java | 99 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()
|
D | FlingSpringAnim.java | 42 public <K> FlingSpringAnim(K object, Context context, FloatPropertyCompat<K> property, in FlingSpringAnim()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarPropertyServiceTest.java | 133 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() 141 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
|
D | CarProjectionManagerTest.java | 177 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() 182 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
|
D | CarCabinManagerTest.java | 196 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() 210 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
|
D | CarHvacManagerTest.java | 282 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/ |
D | Utils.java | 56 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/ |
D | PropertyNotAvailableException.java | 27 PropertyNotAvailableException(int property, int areaId) { in PropertyNotAvailableException()
|
D | PropertyNotAvailableAndRetryException.java | 26 PropertyNotAvailableAndRetryException(int property, int areaId) { in PropertyNotAvailableAndRetryException()
|
D | CarInternalErrorException.java | 25 CarInternalErrorException(int property, int areaId) { in CarInternalErrorException()
|
D | PropertyAccessDeniedSecurityException.java | 25 PropertyAccessDeniedSecurityException(int property, int areaId) { in PropertyAccessDeniedSecurityException()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | VehicleHal.java | 318 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()
|
D | HalServiceBase.java | 92 public void onPropertySetError(int property, int area, int errorCode) { in onPropertySetError()
|
/packages/apps/Camera2/src/com/android/camera/debug/ |
D | DebugPropertyHelper.java | 42 private static boolean isPropertyOn(String property) { in isPropertyOn()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/ |
D | ClusterHomeManagerTest.java | 297 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/ |
D | VehiclePropertyPublisher.java | 70 mCarPropertyList.append(property.getPropertyId(), property); in VehiclePropertyPublisher() local
|
/packages/modules/adb/daemon/ |
D | logging.cpp | 64 static LogStatus GetLogStatus(android::base::CachedProperty* property, in GetLogStatus()
|
D | property_monitor.cpp | 70 void PropertyMonitor::Add(std::string property, std::function<PropertyMonitorCallback> callback) { in Add()
|