Searched refs:BUNDLE_ARRAY_FIELD_VALUE (Results 1 – 1 of 1) sorted by relevance
36 private static final int[] BUNDLE_ARRAY_FIELD_VALUE = new int[] {1, 2, 3}; field in HalTestUtils57 bundle.putIntArray(BUNDLE_ARRAY_FIELD_KEY, BUNDLE_ARRAY_FIELD_VALUE); in createTestPersistableBundle()