Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/tests/src/android/net/wifi/util/
DPersistableBundleUtilsTest.java30 private static final String STRING_FIELD_KEY = "stringField"; field in PersistableBundleUtilsTest
42 bundle.putString(STRING_FIELD_KEY, mStringField); in createTestBundle()
140 bundle2.remove(STRING_FIELD_KEY); in testEquality_differentFieldType()
141 bundle2.putInt(STRING_FIELD_KEY, 1337); in testEquality_differentFieldType()
153 bundle2.putString(STRING_FIELD_KEY, "differentString"); in testEquality_differentFieldVal()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DOuiKeyedDataTest.java39 private static final String STRING_FIELD_KEY = "stringField"; field in OuiKeyedDataTest
57 bundle.putString(STRING_FIELD_KEY, mStringField); in createTestBundle()
65 && Objects.equals(bundle.getString(STRING_FIELD_KEY), mStringField) in validateTestBundle()
DOuiKeyedDataUtil.java26 private static final String STRING_FIELD_KEY = "stringField"; field in OuiKeyedDataUtil
37 bundle.putString(STRING_FIELD_KEY, STRING_FIELD_VALUE); in createTestOuiKeyedData()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DOuiKeyedDataUtil.java30 private static final String STRING_FIELD_KEY = "stringField"; field in OuiKeyedDataUtil
41 bundle.putString(STRING_FIELD_KEY, STRING_FIELD_VALUE); in createTestOuiKeyedData()