Searched refs:methodCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
H A DNAIRealmData.java84 int methodCount = payload.get() & 0xFF;
86 while (methodCount > 0) {
88 methodCount--;
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DInjectedClass.java206 final int methodCount = initialCount + mMethods.size();
207 final ModelMethod[] methods = Arrays.copyOf(superMethods, methodCount);
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp1117 size_t methodCount; member in struct:android::_ClassRegistrationInfo
1133 result = RegisterMethodsOrDie(env, cri->classPath, cri->methods, cri->methodCount);

Completed in 123 milliseconds