Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/
H A DNAIRealmData.java84 int methodCount = payload.get() & 0xFF; in parse() local
86 while (methodCount > 0) { in parse()
88 methodCount--; in parse()
/aosp12/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp1039 size_t methodCount; member
1054 result = RegisterMethodsOrDie(env, cri->classPath, cri->methods, cri->methodCount); in register_android_opengl_classes()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodUtils.java367 final int methodCount = methodMap.size(); in chooseSystemVoiceIme() local
368 for (int i = 0; i < methodCount; ++i) { in chooseSystemVoiceIme()