Searched refs:bundleKey (Results 1 – 2 of 2) sorted by relevance
44 final String bundleKey = "experiment.int"; in testParcel() local46 bundle.putInt(bundleKey, 1234); in testParcel()61 assertEquals(1234, result.getExtras().getInt(bundleKey)); in testParcel()72 final String bundleKey = "experiment.str"; in testRequestParcel() local74 bundle.putString(bundleKey, "bundle"); in testRequestParcel()90 assertEquals("bundle", result.getExtras().getString(bundleKey)); in testRequestParcel()
354 std::string bundleKey = getXmlAttribute(cur, "key"); in parseAttributes() local357 ALOGV("%s Bundle %s %s", __FUNCTION__, bundleKey.c_str(), bundleValue.c_str()); in parseAttributes()359 std::string tags(bundleKey + "=" + bundleValue); in parseAttributes()