Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_media_MicrophoneInfo.cpp24 static jmethodID gArrayListCstor; variable
83 jFrequencyResponses = env->NewObject(gArrayListClass, gArrayListCstor); in convertMicrophoneInfoFromNative()
100 jChannelMappings = env->NewObject(gArrayListClass, gArrayListCstor); in convertMicrophoneInfoFromNative()
155 gArrayListCstor = GetMethodIDOrDie(env, arrayListClass, "<init>", "()V"); in register_android_media_MicrophoneInfo()
Dandroid_media_AudioVolumeGroups.cpp54 static jmethodID gArrayListCstor; variable
164 gArrayListCstor = GetMethodIDOrDie(env, arrayListClass, "<init>", "()V"); in register_android_media_AudioVolumeGroups()