Searched refs:bundle_array (Results 1 – 1 of 1) sorted by relevance
152 Parcelable[] bundle_array = bundle.getParcelableArray("bundle_array"); in assertBundle() local153 assertThat(bundle_array.length).isEqualTo(2); in assertBundle()154 Bundle bundle1 = (Bundle) bundle_array[0]; in assertBundle()158 Bundle bundle2 = (Bundle) bundle_array[1]; in assertBundle()