Searched refs:nested (Results 1 – 5 of 5) sorted by relevance
636 all.nestedField.nested = new Test.Nested(); in testNestedCompat()637 all.nestedField.nested.data = 2; in testNestedCompat()638 all.nestedField.nested.nested = new Test.Nested(); in testNestedCompat()639 all.nestedField.nested.nested.data = 3; in testNestedCompat()678 all.nestedFieldRepeated[i].nested = new Test.Nested(); in testRepeatedNestedCompat()679 all.nestedFieldRepeated[i].nested.data = 2; in testRepeatedNestedCompat()680 all.nestedFieldRepeated[i].nested.nested = new Test.Nested(); in testRepeatedNestedCompat()681 all.nestedFieldRepeated[i].nested.nested.data = 3; in testRepeatedNestedCompat()
34 optional Nested nested = 10002; field
1123 ArrayList nested = new ArrayList( in testHasFileDescriptors_withNestedContainers() local1125 mBundle.putParcelableArrayList("list", nested); in testHasFileDescriptors_withNestedContainers()1373 Parcelable nested = new CustomParcelable(13, "Tiramisu"); in testGetNestedParcelable() local1374 ComposedParcelable parcelable = new ComposedParcelable(26, nested); in testGetNestedParcelable()1382 assertNotSame(nested, reconstructed.parcelable); in testGetNestedParcelable()1383 assertEquals(nested, reconstructed.parcelable); in testGetNestedParcelable()1450 Parcelable nested = new CustomParcelable(13, "Tiramisu"); in testDeepCopy_withNestedParcelable() local1451 ComposedParcelable parcelable = new ComposedParcelable(26, nested); in testDeepCopy_withNestedParcelable()1459 assertEquals(nested, reconstructed.parcelable); in testDeepCopy_withNestedParcelable()
69 // struct InnerTwo (with nested InnerOne flattened out) within struct Outer.
41 class should be defined as nested class under PerformanceClassEvaluator: