Home
last modified time | relevance | path

Searched refs:BUNDLE_ARRAY_FIELD_VALUE (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DHalTestUtils.java36 private static final int[] BUNDLE_ARRAY_FIELD_VALUE = new int[] {1, 2, 3}; field in HalTestUtils
57 bundle.putIntArray(BUNDLE_ARRAY_FIELD_KEY, BUNDLE_ARRAY_FIELD_VALUE); in createTestPersistableBundle()