Searched refs:setLongID (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/jni/ |
D | android_media_MediaMetricsJNI.cpp | 52 jmethodID setLongID = env->GetMethodID(clazzBundle, "putLong", "(Ljava/lang/String;J)V"); in writeMetricsToBundle() local 73 env->CallVoidMethod(mybundle, setLongID, in writeMetricsToBundle() 130 jmethodID setLongID = env->GetMethodID(clazzBundle, "putLong", "(Ljava/lang/String;J)V"); in writeAttributesToBundle() local 187 env->CallVoidMethod(mybundle, setLongID, in writeAttributesToBundle()
|
/frameworks/base/core/jni/ |
D | android_media_MediaMetricsJNI.cpp | 52 jmethodID setLongID = env->GetMethodID(clazzBundle, "putLong", "(Ljava/lang/String;J)V"); in writeMetricsToBundle() local 73 env->CallVoidMethod(mybundle, setLongID, in writeMetricsToBundle() 130 jmethodID setLongID = env->GetMethodID(clazzBundle, "putLong", "(Ljava/lang/String;J)V"); in writeAttributesToBundle() local 187 env->CallVoidMethod(mybundle, setLongID, in writeAttributesToBundle()
|