Home
last modified time | relevance | path

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

/cts/tests/tests/media/drmframework/jni/
Dnative-mediadrm-jni.cpp207 jstring name, jobject outValue) { in testGetPropertyStringNative() argument
209 if (NULL == uuid || NULL == name || NULL == outValue) { in testGetPropertyStringNative()
236 clazz = env->GetObjectClass(outValue); in testGetPropertyStringNative()
241 env->CallObjectMethod(outValue, mId, outString); in testGetPropertyStringNative()
1042 const char *outValue = NULL; in testGetKeyRequestNative() local
1044 "aidlVersion", &outValue); in testGetKeyRequestNative()
1050 ALOGD("aidlVersion is [%s]", outValue); in testGetKeyRequestNative()
/cts/tests/tests/view/src/android/view/cts/
DLayoutInflaterTest.java375 TypedValue outValue = new TypedValue(); in verifyThemeType() local
379 boolean resolved = theme.resolveAttribute(R.attr.themeType, outValue, true); in verifyThemeType()
381 assertEquals(tag + " has themeType " + type, type, outValue.data); in verifyThemeType()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt13956 …nt to retrieve resource values by identifier (e.g. `getValue(R.foo.bar, outValue, true)`) than by …