Home
last modified time | relevance | path

Searched refs:Property (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
DICalendar.java41 private final LinkedHashMap<String, ArrayList<Property>> mPropsMap =
42 new LinkedHashMap<String, ArrayList<Property>>();
56 public void addProperty(Property prop) { in addProperty()
58 ArrayList<Property> props = mPropsMap.get(name); in addProperty()
60 props = new ArrayList<Property>(); in addProperty()
72 public List<Property> getProperties(String name) { in getProperties()
81 public static class Property { class in ICalendar
88 public Property(String name) { in Property() method in ICalendar.Property
DRecurrenceSet.java34 component.addProperty(new ICalendar.Property(CTS_PROPERTY_NAME)); in addPropertiesForRuleStr()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerGetPropertyTest.java31 import android.content.pm.PackageManager.Property;
114 final Property testProperty = sPackageManager.getProperty( in testGetApplicationProperty()
121 final Property testProperty = sPackageManager.getProperty( in testGetApplicationProperty()
128 final Property testProperty = sPackageManager.getProperty( in testGetApplicationProperty()
135 final Property testProperty = sPackageManager.getProperty( in testGetApplicationProperty()
142 final Property testProperty = sPackageManager.getProperty( in testGetApplicationProperty()
149 final Property testProperty = sPackageManager.getProperty( in testGetApplicationProperty()
156 final Property testProperty = sPackageManager.getProperty( in testGetApplicationProperty()
163 final Property testProperty = sPackageManager.getProperty( in testGetApplicationProperty()
170 final Property testProperty = sPackageManager.getProperty( in testGetApplicationProperty()
[all …]
DPackageManagerQueryPropertyTest.java27 import android.content.pm.PackageManager.Property;
112 final List<Property> testPropertyList = sPackageManager in testQueryApplicationProperties()
125 final List<Property> testPropertyList = sPackageManager in testQueryApplicationProperties()
134 final List<Property> testPropertyList = sPackageManager in testQueryApplicationProperties()
143 final List<Property> testPropertyList = sPackageManager in testQueryApplicationProperties()
152 final List<Property> testPropertyList = sPackageManager in testQueryActivityProperties()
165 final List<Property> testPropertyList = sPackageManager in testQueryActivityProperties()
178 final List<Property> testPropertyList = sPackageManager in testQueryActivityProperties()
195 final List<Property> testPropertyList = sPackageManager in testQueryActivityProperties()
208 final List<Property> testPropertyList = sPackageManager in testQueryActivityProperties()
[all …]
DPackageManagerShellCommandInstallTest.java1223 PackageManager.Property property = in testGetProperty()
/cts/tests/tests/util/src/android/util/cts/
DPropertyTest.java24 import android.util.Property;
109 private static final Property<PropertyTest, Point> RAW_POINT_PROP =
110 new Property<PropertyTest, Point>(Point.class, "rawPoint") {
122 private static final Property<PropertyTest, Float> RAW_FLOAT_PROP =
123 new Property<PropertyTest, Float>(Float.class, "rawFloat") {
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DAttachedSurfaceControlSyncTest.java26 import android.util.Property;
196 Property<View, Integer> translationX = new IntProperty<>("translationX") {
208 Property<View, Integer> translationY = new IntProperty<View>("translationY") {
/cts/tests/tests/calendarcommon/src/android/calendarcommon2/cts/
DCalendarcommon2Test.java40 List<ICalendar.Property> properties = in testStaticLinking()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DActivityEmbeddingPropertyTests.java66 final PackageManager.Property property = mPackageManager.getProperty(propertyName, in getProperty()
/cts/tests/tests/car_permission_tests/
DOWNERS22 # Property
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DCrossUserPackageVisibilityTests.java417 List<PackageManager.Property> properties = in testQueryApplicationProperty_cannotDetectStubPkg()
428 List<PackageManager.Property> properties = in testQueryActivityProperty_cannotDetectStubPkg()
439 List<PackageManager.Property> properties = in testQueryProviderProperty_cannotDetectStubPkg()
450 List<PackageManager.Property> properties = in testQueryReceiverProperty_cannotDetectStubPkg()
461 List<PackageManager.Property> properties = in testQueryServiceProperty_cannotDetectStubPkg()
/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java42 import android.util.Property;
227 Property<AnimTarget, Float> property = AnimTarget.TEST_VALUE; in testOfObject_generic()
864 final Property property = AnimTarget.TEST_VALUE; in testSetStartEndValues()
882 final Property doubler = AnimTarget.TEST_DOUBLING_VALUE; in testSetStartEndValues()
948 public static final Property<AnimTarget, Float> TEST_VALUE =
949 new Property<AnimTarget, Float>(Float.class, "testValue") {
960 public static final Property<AnimTarget, Float> TEST_DOUBLING_VALUE =
961 new Property<AnimTarget, Float>(Float.class, "testValue") {
DPropertyValuesHolderTest.java41 import android.util.Property;
713 class ShapeHolderYProperty extends Property {
757 class ViewColorProperty extends Property {
/cts/tests/app/FgsTest/src/android/app/cts/fgstest/
DActivityManagerForegroundServiceTypeTest.java279 final PackageManager.Property prop = mTargetContext.getPackageManager() in testForegroundServiceTypeSpecialUseProperty()
286 final PackageManager.Property prop = mTargetContext.getPackageManager() in testForegroundServiceTypeSpecialUseProperty()
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto55 // RO Property set for the build.
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt4109 …method public static <T> android.animation.ObjectAnimator ofArgb(T, android.util.Property<T,java.l…
4112 …method public static <T> android.animation.ObjectAnimator ofFloat(T, android.util.Property<T,java.…
4113 …d.animation.ObjectAnimator ofFloat(T, android.util.Property<T,java.lang.Float>, android.util.Prope…
4116 …method public static <T> android.animation.ObjectAnimator ofInt(T, android.util.Property<T,java.la…
4117 …id.animation.ObjectAnimator ofInt(T, android.util.Property<T,java.lang.Integer>, android.util.Prop…
4126 …static <T, V> android.animation.ObjectAnimator ofObject(T, android.util.Property<T,V>, android.ani…
4127 …tic <T, V, P> android.animation.ObjectAnimator ofObject(T, android.util.Property<T,P>, android.ani…
4128 …, V> android.animation.ObjectAnimator ofObject(T, @NonNull android.util.Property<T,V>, @Nullable a…
4132 method public void setProperty(@NonNull android.util.Property);
4146 …method public static android.animation.PropertyValuesHolder ofFloat(android.util.Property<?,java.l…
[all …]