Home | History | Annotate | Download | only in jni

Lines Matching refs:properties

324     jint* properties = env->GetIntArrayElements(array, 0);
327 list->push(properties[i]);
328 env->ReleaseIntArrayElements(array, properties, 0);
342 jint* properties = env->GetIntArrayElements(array, 0);
345 list->push(properties[i]);
346 env->ReleaseIntArrayElements(array, properties, 0);
379 // special case date properties, which are strings to MTP
1042 // for read-only properties it is safe to assume current value is default value