Home
last modified time | relevance | path

Searched defs:properties (Results 1 – 25 of 51) sorted by relevance

123

/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiPermissionTests.java192 Properties properties = tryGetPropertiesWithReadPermission(violations); in testDeviceConfigWithAllPermissions() local
223 Properties properties = in testDeviceConfigPublicNamespacesWithoutReadPermission() local
247 Properties properties = in testDeviceConfigPublicNamespacesWithoutReadPermission() local
268 Properties properties = DeviceConfig.getProperties(PUBLIC_NAMESPACE); in testDeviceConfigPublicNamespacesWithoutReadPermission() local
332 Properties properties = in trySetPropertiesWithoutWritePermission() local
364 Properties properties = in trySetPropertiesWithWritePermission() local
388 Properties properties = null; in tryGetPropertiesWithReadPermission() local
DDeviceConfigApiTests.java398 Properties properties = new Properties.Builder(NAMESPACE1) in testSetAndGetProperties_sameNamespace() local
425 Properties properties = new Properties.Builder(NAMESPACE1) in testSetAndGetProperties_differentNamespace() local
839 final Properties properties = in testGetPropertiesString_empty() local
853 final Properties properties = in testGetPropertiesString_nullDefault() local
865 final Properties properties = in testGetPropertiesString_nonEmpty() local
879 final Properties properties = in testGetPropertiesBoolean_empty() local
892 final Properties properties = setPropertiesAndAssertSuccessfulChange( in testGetPropertiesBoolean_valid() local
905 final Properties properties = in testGetPropertiesBoolean_invalid() local
920 final Properties properties = in testGetPropertiesInt_empty() local
933 final Properties properties = in testGetPropertiesInt_valid() local
[all …]
DOnPropertiesChangedListenerForTests.java59 public void onPropertiesChanged(Properties properties) { in onPropertiesChanged()
/cts/libs/input/src/com/android/cts/input/
DPointerBuilder.kt24 private val properties = PointerProperties() constant in com.android.cts.input.PointerBuilder
DBatchedEventSplitter.kt56 val properties = Array(event.pointerCount) { PointerProperties() } in splitBatchedMotionEvent() constant
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DCrossUserPackageVisibilityTests.java419 List<PackageManager.Property> properties = in testQueryApplicationProperty_cannotDetectStubPkg() local
430 List<PackageManager.Property> properties = in testQueryActivityProperty_cannotDetectStubPkg() local
441 List<PackageManager.Property> properties = in testQueryProviderProperty_cannotDetectStubPkg() local
452 List<PackageManager.Property> properties = in testQueryReceiverProperty_cannotDetectStubPkg() local
463 List<PackageManager.Property> properties = in testQueryServiceProperty_cannotDetectStubPkg() local
/cts/tests/tests/calendarcommon/src/android/calendarcommon2/cts/
DCalendarcommon2Test.java40 List<ICalendar.Property> properties = in testStaticLinking() local
/cts/tests/input/src/android/input/cts/
DTouchInjector.kt66 val properties = arrayOfNulls<MotionEvent.PointerProperties>(pointerCount) in sendMultiTouchEvent() constant
DMotionPredictorTest.kt84 val properties = arrayOfNulls<MotionEvent.PointerProperties>(pointerCount) in getMotionEvent() constant
/cts/tests/tests/telecom/src/android/telecom/cts/
DCallTest.java108 final int properties = PROPERTY_CONFERENCE in testPropertiesToString() local
/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationProviderBaseTest.java95 ProviderProperties properties = new ProviderProperties.Builder() in testProperties() local
185 @NonNull ProviderProperties properties, LocationProviderBase mock) { in MyProvider()
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSchemaCtsTest.java454 List<PropertyConfig> properties = schema.getProperties(); in testPropertyConfig() local
1047 List<AppSearchSchema.PropertyConfig> properties = schema.getProperties(); in testEmbeddingPropertyConfig() local
1156 List<AppSearchSchema.PropertyConfig> properties = schema.getProperties(); in testEmbeddingPropertyConfig_quantization() local
1299 List<AppSearchSchema.PropertyConfig> properties = schema.getProperties(); in testBlobHandlePropertyConfig() local
/cts/hostsidetests/network-policy/app/src/com/android/cts/netpolicy/hostside/
DRequiredPropertiesRule.java91 private static String propertiesToString(Iterable<Property> properties) { in propertiesToString()
/cts/hostsidetests/biometrics/app/src/android/server/biometrics/cts/app/
DBiometricsAtomsHostSideTests.java96 private static List<SensorProperties> filterSensorProperties( in filterSensorProperties()
116 private static List<SensorProperties> filterWeakOrGreaterSensorProperties( in filterWeakOrGreaterSensorProperties()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DOneTimeDeviceConfigListener.java60 public void onPropertiesChanged(@NonNull Properties properties) { in onPropertiesChanged()
DDeviceConfigStateHelper.java102 public void set(@NonNull DeviceConfig.Properties properties) { in set()
/cts/tests/appsearch/src/com/android/cts/appsearch/external/ast/query/
DSearchNodeCtsTest.java142 List<PropertyPath> properties = List.of(examplePath, anotherPath); in testGetPropertyPaths_returnsListView() local
190 ArrayList<PropertyPath> properties = new ArrayList<>(2); in testSetPropertyPaths_throwsOnNullPropertyInList() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DTouchHelper.java69 MotionEvent.PointerProperties properties = new MotionEvent.PointerProperties(); in getMotionEvent() local
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DBuildPropParser.java47 Map<String, String> properties = getProperties(); in setAdditionalInfo() local
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/appcompat/
DGestureHelper.java82 MotionEvent.PointerProperties properties = new MotionEvent.PointerProperties(); in getMotionEvent() local
/cts/libs/midi/src/com/android/midi/
DMidiEchoTestService.java86 Bundle properties = info.getProperties(); in findEchoDevice() local
DMidiUmpEchoTestService.java90 Bundle properties = info.getProperties(); in findEchoDevice() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/
DTestApis.kt191 fun properties() = Properties method
/cts/hostsidetests/gputools/apps/jni/
Dandroid_gputools_cts_RootlessGpuDebug.cpp49 std::vector<VkExtensionProperties> properties(count); in initVulkan() local
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java897 PointerProperties properties = new PointerProperties(); in testPointerPropertiesDefaultConstructor() local
905 PointerProperties properties = new PointerProperties(); in testPointerPropertiesCopyConstructor() local
916 PointerProperties properties = new PointerProperties(); in testPointerPropertiesCopyFrom() local

123