/aosp14/frameworks/base/core/java/android/app/admin/ |
H A D | ProvisioningIntentHelper.java | 104 Properties properties = loadPropertiesFromPayload(firstRecord.getPayload()); in createProvisioningIntentFromNdefRecord() local 122 Properties properties = new Properties(); in loadPropertiesFromPayload() local 134 private static Bundle createBundleFromProperties(Properties properties) { in createBundleFromProperties() 146 String propertyName, Properties properties, Bundle bundle) { in addPropertyToBundle() 182 Properties properties, String extraName) throws IOException { in deserializeExtrasBundle()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | DeviceConfigTest.java | 409 Properties properties = DeviceConfig.getProperties(NAMESPACE); in getProperties_fullNamespace() local 438 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2); in getProperties_getString() local 450 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2, KEY3); in getProperties_getBoolean() local 471 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2); in getProperties_getInt() local 485 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2); in getProperties_getFloat() local 499 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2); in getProperties_getLong() local 511 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2); in getProperties_defaults() local 522 Properties properties = new Properties.Builder(NAMESPACE).setString(KEY, VALUE) in setProperties() local 555 Properties properties = DeviceConfig.getProperties(NAMESPACE); in setProperties_multipleNamespaces() local 734 Properties properties = changedProperties.get(); in onPropertiesChangedListener_setPropertyCallback() local [all …]
|
/aosp14/frameworks/base/location/java/android/location/provider/ |
H A D | ILocationProviderManager.aidl | 27 …void onInitialize(boolean allowed, in ProviderProperties properties, @nullable String attributionT… in onInitialize() 29 void onSetProperties(in ProviderProperties properties); in onSetProperties()
|
/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | SkiaRenderPropertiesTests.cpp | 79 [](RenderProperties& properties) { in TEST() 91 [](RenderProperties& properties) { in TEST() 101 [](RenderProperties& properties) { in TEST() 112 [](RenderProperties& properties) { in TEST()
|
H A D | RenderNodeDrawableTests.cpp | 288 [](RenderProperties& properties, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST() 304 [](RenderProperties& properties, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST() 324 SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST() 370 [](RenderProperties& properties, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST() 377 [](RenderProperties& properties, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST() 480 [](RenderProperties& properties, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST() 493 [](RenderProperties& properties, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST() 509 SkiaRecordingCanvas& canvas) { in RENDERTHREAD_SKIA_PIPELINE_TEST() 581 [](RenderProperties& properties, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST() 588 [](RenderProperties& properties, SkiaRecordingCanvas& canvas) { in RENDERTHREAD_TEST() [all …]
|
/aosp14/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/ |
H A D | InspectionCompanionGenerator.java | 144 final List<Property> properties = new ArrayList<>(model.getAllProperties()); in generateTypeSpec() local 176 private Map<Property, FieldSpec> generateIdFieldSpecs(@NonNull List<Property> properties) { in generateIdFieldSpecs() 215 private MethodSpec generateMapProperties( in generateMapProperties() 425 private MethodSpec generateReadProperties( in generateReadProperties()
|
/aosp14/frameworks/base/location/java/android/location/ |
H A D | LocationProvider.java | 54 LocationProvider(String name, @Nullable ProviderProperties properties) { in LocationProvider() 77 public static boolean propertiesMeetCriteria(String name, ProviderProperties properties, in propertiesMeetCriteria()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/ |
H A D | AbstractLocationProvider.java | 83 @Nullable public final ProviderProperties properties; field in AbstractLocationProvider.State 96 private State(boolean allowed, ProviderProperties properties, CallerIdentity identity, in State() 118 public State withProperties(@Nullable ProviderProperties properties) { in withProperties() 222 @Nullable ProviderProperties properties, Set<String> extraAttributionTags) { in AbstractLocationProvider() 282 protected void setProperties(@Nullable ProviderProperties properties) { in setProperties()
|
/aosp14/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/ |
H A D | TestUtil.java | 167 android.hardware.soundtrigger.V2_0.ISoundTriggerHw.Properties properties = in createDefaultProperties_2_0() local 195 android.hardware.soundtrigger.V2_3.Properties properties = in createDefaultProperties_2_3() local 206 Properties properties = new Properties(); in createDefaultProperties() local 228 static void validateDefaultProperties(Properties properties) { in validateDefaultProperties() 234 static void validateDefaultProperties(Properties properties, in validateDefaultProperties()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/ |
H A D | AlarmManagerEconomicPolicy.java | 170 void setup(@NonNull DeviceConfig.Properties properties) { in setup() 174 properties); in setup() local 239 @Nullable DeviceConfig.Properties properties) { in loadConstants()
|
H A D | JobSchedulerEconomicPolicy.java | 184 void setup(@NonNull DeviceConfig.Properties properties) { in setup() 188 properties); in setup() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageProperty.java | 142 final Map<String, Property> properties = components.get(i).getProperties(); in addComponentProperties() local 153 @NonNull Map<String, Property> properties, in addProperties() 189 final Map<String, Property> properties = components.get(i).getProperties(); in removeComponentProperties() local 200 @NonNull Map<String, Property> properties, in removeProperties()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowManagerConstants.java | 94 private void onAndroidPropertiesChanged(DeviceConfig.Properties properties) { in onAndroidPropertiesChanged() 120 private void onWindowPropertiesChanged(DeviceConfig.Properties properties) { in onWindowPropertiesChanged()
|
/aosp14/system/core/toolbox/ |
H A D | getprop.cpp | 39 std::vector<std::pair<std::string, std::string>> properties; in PrintAllProperties() local 45 auto properties = in PrintAllProperties() local
|
/aosp14/system/core/init/ |
H A D | persistent_properties.proto | 26 repeated PersistentPropertyRecord properties = 1; field
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/ |
H A D | PackagePartitionsTest.java | 42 final String[] properties = new String[partitions.size() + 1]; in testPackagePartitionsFingerprint() local
|
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | RenderNodeDrawable.cpp | 161 const RenderProperties& properties = this->getNodeProperties(); in forceDraw() local 182 static bool layerNeedsPaint(const LayerProperties& properties, float alphaMultiplier, in layerNeedsPaint() 218 const RenderProperties& properties = renderNode->properties(); in drawContent() local 364 void RenderNodeDrawable::setViewProperties(const RenderProperties& properties, SkCanvas* canvas, in setViewProperties()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | MotionEventTest.java | 53 PointerProperties[] properties = new PointerProperties[pointerCount]; in testObtainWithDisplayId() local 128 final PointerProperties[] properties = new PointerProperties[pointerCount]; in testCalculatesCursorPositionForMultiTouchMouseEvents() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | PropertyAnimator.java | 46 AnimationProperties properties, boolean animated) { in setProperty() 59 AnimationProperties properties) { in startAnimation()
|
/aosp14/frameworks/base/location/lib/java/com/android/location/provider/ |
H A D | LocationProviderBase.java | 122 public LocationProviderBase(String tag, ProviderPropertiesUnbundled properties) { in LocationProviderBase() 133 ProviderPropertiesUnbundled properties) { in LocationProviderBase() 202 public void setProperties(ProviderPropertiesUnbundled properties) { in setProperties()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | ExpandableViewState.java | 187 public void animateTo(View child, AnimationProperties properties) { in animateTo() 241 private void startHeightAnimation(final ExpandableView child, AnimationProperties properties) { in startHeightAnimation() 323 private void startClipAnimation(final ExpandableView child, AnimationProperties properties, in startClipAnimation()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
H A D | AppearAnimationUtils.java | 71 AppearAnimationProperties properties = getDelays(objects); in startAnimation2d() local 77 AppearAnimationProperties properties = getDelays(objects); in startAnimation() local 81 private <T> void startAnimations(AppearAnimationProperties properties, T[] objects, in startAnimations() 104 private <T> void startAnimations(AppearAnimationProperties properties, T[][] objects, in startAnimations()
|
/aosp14/frameworks/base/core/tests/coretests/testdoubles/src/com/android/internal/util/ |
H A D | FakeLatencyTracker.java | 76 Map<String, String> properties = new HashMap<>(); in disableForAllActions() local 98 Map<String, String> properties = new HashMap<>(ImmutableMap.of( in forceEnabled() local
|
/aosp14/system/core/property_service/libpropertyinfoserializer/ |
H A D | property_info_serializer.cpp | 27 namespace properties { namespace
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_OverlayProperties.cpp | 57 gui::OverlayProperties* properties = reinterpret_cast<gui::OverlayProperties*>(nativeObject); in android_hardware_OverlayProperties_supportFp16ForHdr() local 81 gui::OverlayProperties* properties = reinterpret_cast<gui::OverlayProperties*>(nativeObject); in android_hardware_OverlayProperties_supportMixedColorSpaces() local
|