Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextLanguageTest.java44 final String bundleKey = "experiment.int"; in testParcel() local
46 bundle.putInt(bundleKey, 1234); in testParcel()
61 assertEquals(1234, result.getExtras().getInt(bundleKey)); in testParcel()
72 final String bundleKey = "experiment.str"; in testRequestParcel() local
74 bundle.putString(bundleKey, "bundle"); in testRequestParcel()
90 assertEquals("bundle", result.getExtras().getString(bundleKey)); in testRequestParcel()
/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp354 std::string bundleKey = getXmlAttribute(cur, "key"); in parseAttributes() local
357 ALOGV("%s Bundle %s %s", __FUNCTION__, bundleKey.c_str(), bundleValue.c_str()); in parseAttributes()
359 std::string tags(bundleKey + "=" + bundleValue); in parseAttributes()