Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/Codegen/src/com/android/codegentest/
H A DSampleDataClass.java1320 static Parcelling<Pattern> sParcellingForPattern = field in SampleDataClass
1324 if (sParcellingForPattern == null) {
1325 sParcellingForPattern = Parcelling.Cache.put(
1351 sParcellingForPattern.parcel(mPattern, dest, flags); in writeToParcel()
1387 Pattern pattern = sParcellingForPattern.unparcel(in); in SampleDataClass()