/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/ |
D | ICalendar.java | 41 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
|
D | RecurrenceSet.java | 34 component.addProperty(new ICalendar.Property(CTS_PROPERTY_NAME)); in addPropertiesForRuleStr()
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerGetPropertyTest.java | 31 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 …]
|
D | PackageManagerQueryPropertyTest.java | 27 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 …]
|
D | PackageManagerShellCommandInstallTest.java | 1223 PackageManager.Property property = in testGetProperty()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | PropertyTest.java | 24 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/ |
D | AttachedSurfaceControlSyncTest.java | 26 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/ |
D | Calendarcommon2Test.java | 40 List<ICalendar.Property> properties = in testStaticLinking()
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/ |
D | ActivityEmbeddingPropertyTests.java | 66 final PackageManager.Property property = mPackageManager.getProperty(propertyName, in getProperty()
|
/cts/tests/tests/car_permission_tests/ |
D | OWNERS | 22 # Property
|
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/ |
D | CrossUserPackageVisibilityTests.java | 417 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/ |
D | ObjectAnimatorTest.java | 42 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") {
|
D | PropertyValuesHolderTest.java | 41 import android.util.Property; 713 class ShapeHolderYProperty extends Property { 757 class ViewColorProperty extends Property {
|
/cts/tests/app/FgsTest/src/android/app/cts/fgstest/ |
D | ActivityManagerForegroundServiceTypeTest.java | 279 final PackageManager.Property prop = mTargetContext.getPackageManager() in testForegroundServiceTypeSpecialUseProperty() 286 final PackageManager.Property prop = mTargetContext.getPackageManager() in testForegroundServiceTypeSpecialUseProperty()
|
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 55 // RO Property set for the build.
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 4109 …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 …]
|