Home
last modified time | relevance | path

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

/frameworks/base/tests/Codegen/src/com/android/codegentest/
DSampleDataClass.java1356 static Parcelling<Pattern> sParcellingForPattern = field in SampleDataClass
1360 if (sParcellingForPattern == null) {
1361 sParcellingForPattern = Parcelling.Cache.put(
1387 sParcellingForPattern.parcel(mPattern, dest, flags); in writeToParcel()
1424 Pattern pattern = sParcellingForPattern.unparcel(in); in SampleDataClass()