Home
last modified time | relevance | path

Searched refs:mergeProperties (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/app/time/
H A DTimeZoneConfigurationTest.java57 .mergeProperties(configuration1) in testBuilder_mergeProperties()
72 .mergeProperties(configuration2) in testBuilder_mergeProperties()
/aosp12/frameworks/base/core/java/android/app/time/
H A DTimeZoneConfiguration.java208 mergeProperties(toCopy); in Builder()
218 public Builder mergeProperties(@NonNull TimeZoneConfiguration other) { in mergeProperties() method in TimeZoneConfiguration.Builder
/aosp12/build/soong/bpfix/bpfix/
H A Dbpfix.go1048 err := mergeProperties(prev, property, buf, patchlist)
1066 func mergeProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error { func