Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java93 Class[] paramTypes = getParamTypes(element); in getPublicApis() local
94 builder.add(clazz.getMethod(name, paramTypes)); in getPublicApis()
152 Class[] paramTypes = new Class[paramCount]; in getParamTypes() local
155 paramTypes[i] = getClassByName(typeName); in getParamTypes()
157 return paramTypes; in getParamTypes()
DParentProfileTest.java110 Class[] paramTypes = method.getParameterTypes(); in testParentProfileApiDisabled() local
112 params[i] = CurrentApiHelper.instantiate(paramTypes[i]); in testParentProfileApiDisabled()
/cts/suite/audio_quality/lib/src/task/
DTaskProcess.cpp55 const bool* paramTypes, in prepareParams() argument
86 if ((paramTypes != NULL) && paramTypes[i] && (list[i].getType() != EId)) { in prepareParams()
87 LOGE("mismatching types %d %d", paramTypes[i], list[i].getType()); in prepareParams()
90 if ((paramTypes != NULL) && !paramTypes[i] && (list[i].getType() == EId)) { in prepareParams()
91 LOGE("mismatching types %d %d", paramTypes[i], list[i].getType()); in prepareParams()
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...