Searched refs:outValue (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/drmframework/jni/ |
D | native-mediadrm-jni.cpp | 207 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/ |
D | LayoutInflaterTest.java | 375 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/ |
D | current.txt | 13956 …nt to retrieve resource values by identifier (e.g. `getValue(R.foo.bar, outValue, true)`) than by …
|