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