Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidUtil.cpp396 const jclass pmCls = getObjectClass(env, *packageManager); in hasSystemFeature() local
397 …const jmethodID hasFeatureID = getMethodID(env, pmCls, "hasSystemFeature", "(Ljava/lang/String;)Z… in hasSystemFeature()