Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_media_MicrophoneInfo.cpp27 static jmethodID gArrayListCstor; variable
82 jFrequencyResponses = env->NewObject(gArrayListClass, gArrayListCstor); in convertMicrophoneInfoFromNative()
95 jChannelMappings = env->NewObject(gArrayListClass, gArrayListCstor); in convertMicrophoneInfoFromNative()
143 gArrayListCstor = GetMethodIDOrDie(env, arrayListClass, "<init>", "()V"); in register_android_media_MicrophoneInfo()
Dandroid_media_AudioVolumeGroups.cpp54 static jmethodID gArrayListCstor; variable
169 gArrayListCstor = GetMethodIDOrDie(env, arrayListClass, "<init>", "()V"); in register_android_media_AudioVolumeGroups()