Searched refs:nestedBundle (Results 1 – 1 of 1) sorted by relevance
133 PersistableBundle nestedBundle = new PersistableBundle(); in createTestAdminExtras() local134 nestedBundle.putInt("int", 1); in createTestAdminExtras()135 nestedBundle.putStringArray("string_array", new String[] { "Hello", "World" } ); in createTestAdminExtras()136 adminExtras.putPersistableBundle("persistable_bundle", nestedBundle); in createTestAdminExtras()