Home
last modified time | relevance | path

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

12

/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiPermissionTests.java177 Properties properties = tryGetPropertiesWithReadPermission(violations); in testDeviceConfigWithAllPermissions() local
208 Properties properties = in testDeviceConfigPublicNamespacesWithoutReadPermission() local
230 Properties properties = in testDeviceConfigPublicNamespacesWithoutReadPermission() local
251 Properties properties = DeviceConfig.getProperties(PUBLIC_NAMESPACE); in testDeviceConfigPublicNamespacesWithoutReadPermission() local
275 public void onPropertiesChanged(Properties properties) { in onPropertiesChanged()
291 Properties properties = in trySetPropertiesWithoutWritePermission() local
323 Properties properties = in trySetPropertiesWithWritePermission() local
347 Properties properties = null; in tryGetPropertiesWithReadPermission() local
DDeviceConfigApiTests.java349 Properties properties = new Properties.Builder(NAMESPACE1) in testSetAndGetProperties_sameNamespace() local
376 Properties properties = new Properties.Builder(NAMESPACE1) in testSetAndGetProperties_differentNamespace() local
790 final Properties properties = in testGetPropertiesString_empty() local
804 final Properties properties = in testGetPropertiesString_nullDefault() local
816 final Properties properties = in testGetPropertiesString_nonEmpty() local
830 final Properties properties = in testGetPropertiesBoolean_empty() local
843 final Properties properties = setPropertiesAndAssertSuccessfulChange( in testGetPropertiesBoolean_valid() local
856 final Properties properties = in testGetPropertiesBoolean_invalid() local
871 final Properties properties = in testGetPropertiesInt_empty() local
884 final Properties properties = in testGetPropertiesInt_valid() local
[all …]
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DCrossUserPackageVisibilityTests.java417 List<PackageManager.Property> properties = in testQueryApplicationProperty_cannotDetectStubPkg() local
428 List<PackageManager.Property> properties = in testQueryActivityProperty_cannotDetectStubPkg() local
439 List<PackageManager.Property> properties = in testQueryProviderProperty_cannotDetectStubPkg() local
450 List<PackageManager.Property> properties = in testQueryReceiverProperty_cannotDetectStubPkg() local
461 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.kt61 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/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/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/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/tests/car/src/android/car/cts/property/
DCarSvcPropsParser.java63 JSONObject properties = configJsonObject.getJSONObject(JSON_FIELD_NAME_PROPERTIES); in CarSvcPropsParser() 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/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSchemaCtsTest.java369 List<PropertyConfig> properties = schema.getProperties(); in testPropertyConfig() local
961 List<AppSearchSchema.PropertyConfig> properties = schema.getProperties(); in testEmbeddingPropertyConfig() local
DSetSchemaRequestCtsTest.java917 List<AppSearchSchema.PropertyConfig> properties = schemas[0].getProperties(); in testVerbatimTokenizerType() local
943 List<AppSearchSchema.PropertyConfig> properties = schemas[0].getProperties(); in testRfc822TokenizerType() 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/hostsidetests/gputools/apps/jni/
Dandroid_gputools_cts_RootlessGpuDebug.cpp49 std::vector<VkExtensionProperties> properties(count); in initVulkan() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/
DTestApis.kt191 fun properties() = Properties method
/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
DTouchDelegateTest.java225 MotionEvent.PointerProperties[] properties = in dispatchMultiTouchMotionEventToActivity() local
/cts/tests/tests/transition/src/android/transition/cts/
DCaptureValuesTest.java90 String[] properties = transition.getTransitionProperties(); in verifyCapturedValues() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerQueryPropertyTest.java485 private void assertProperty(List<Property> properties, String propertyName, in assertProperty()
/cts/tools/release-parser/proto/
Drelease.proto186 map<string, string> properties = 13; field
373 map<string, string> properties = 19; field
399 map<string, string> properties = 9; field

12