Home
last modified time | relevance | path

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

12

/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiPermissionTests.java157 Properties properties = tryGetPropertiesWithReadPermission(violations); in testDeviceConfigWithAllPermissions() local
186 Properties properties = in testDeviceConfigPublicNamespacesWithoutReadPermission() local
208 Properties properties = in testDeviceConfigPublicNamespacesWithoutReadPermission() local
229 Properties properties = DeviceConfig.getProperties(PUBLIC_NAMESPACE); in testDeviceConfigPublicNamespacesWithoutReadPermission() local
253 public void onPropertiesChanged(Properties properties) { in onPropertiesChanged()
269 Properties properties = in trySetPropertiesWithoutWritePermission() local
320 Properties properties = in trySetPropertiesWithWritePermission() local
344 Properties properties = null; in tryGetPropertiesWithReadPermission() local
DDeviceConfigApiTests.java178 Properties properties = new Properties.Builder(NAMESPACE1) in testSetAndGetProperties_sameNamespace() local
205 Properties properties = new Properties.Builder(NAMESPACE1) in testSetAndGetProperties_differentNamespace() local
619 final Properties properties = in testGetPropertiesString_empty() local
633 final Properties properties = in testGetPropertiesString_nullDefault() local
645 final Properties properties = in testGetPropertiesString_nonEmpty() local
659 final Properties properties = in testGetPropertiesBoolean_empty() local
672 final Properties properties = setPropertiesAndAssertSuccessfulChange( in testGetPropertiesBoolean_valid() local
685 final Properties properties = in testGetPropertiesBoolean_invalid() local
700 final Properties properties = in testGetPropertiesInt_empty() local
713 final Properties properties = in testGetPropertiesInt_valid() local
[all …]
/cts/tests/tests/calendarcommon/src/android/calendarcommon2/cts/
DCalendarcommon2Test.java38 List<ICalendar.Property> properties = in testStaticLinking() local
/cts/hostsidetests/incident/src/com/android/server/cts/
DSystemPropertiesTest.java27 … static void verifySystemPropertiesProto(SystemPropertiesProto properties, final int filterLevel) { in verifySystemPropertiesProto()
/cts/tests/tests/telecom/src/android/telecom/cts/
DCallTest.java105 final int properties = PROPERTY_CONFERENCE in testPropertiesToString() local
DConnectionTest.java182 final int properties = Connection.PROPERTY_IS_EXTERNAL_CALL; in testSetAndGetConnectionProperties() local
DRemoteConferenceTest.java402 int properties = mRemoteConference.getConnectionCapabilities() in testRemoteConferenceCallbacks_ConnectionProperties() local
DConferenceTest.java312 int properties = mConferenceObject.getConnectionProperties(); in testConferenceProperties() 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/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDeviceConfigStateHelper.java64 public void set(@NonNull DeviceConfig.Properties properties) { in set()
DOneTimeDeviceConfigListener.java58 public void onPropertiesChanged(@NonNull Properties properties) { in onPropertiesChanged()
/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.java230 List<PropertyConfig> properties = schema.getProperties(); in testPropertyConfig() local
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java790 PointerProperties properties = new PointerProperties(); in testPointerPropertiesDefaultConstructor() local
798 PointerProperties properties = new PointerProperties(); in testPointerPropertiesCopyConstructor() local
809 PointerProperties properties = new PointerProperties(); in testPointerPropertiesCopyFrom() local
DTouchDelegateTest.java214 MotionEvent.PointerProperties[] properties = in dispatchMultiTouchMotionEventToActivity() local
/cts/libs/midi/src/com/android/midi/
DMidiEchoTestService.java84 Bundle properties = info.getProperties(); in findEchoDevice() local
/cts/hostsidetests/gputools/apps/jni/
Dandroid_gputools_cts_RootlessGpuDebug.cpp48 std::vector<VkExtensionProperties> properties(count); in initVulkan() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DAllocationTest.java771 CameraCharacteristics properties = in forEachCamera() local
831 CameraCharacteristics properties = in forEachSize() 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.java482 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
/cts/tests/tests/media/src/android/media/cts/
DVideoCodecTestBase.java566 CodecProperties properties = getVideoCodecProperties( in decode() local
784 CodecProperties properties, in MediaEncoderAsyncHelper()
1369 CodecProperties properties = getVideoCodecProperties( in encode() local
1555 CodecProperties properties = getVideoCodecProperties( in encodeAsync() local
1663 CodecProperties properties = getVideoCodecProperties( in encodeSimulcast() local
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java318 MotionEvent.PointerProperties[] properties = in splitBatchedMotionEvent() local
/cts/hostsidetests/gputools/layers/jni/
DnullLayer.cpp60 VkResult getProperties(const uint32_t count, const T *properties, uint32_t *pCount, in getProperties()

12