Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java297 String[] textArray; in handleMessage() local
303 textArray = new String[numAttr]; in handleMessage()
306 textArray[i] = getAttributeString(attrIds[i]); in handleMessage()
308 getElementAttrRspNative(numAttr, attrIds, textArray); in handleMessage()
902 private native boolean getElementAttrRspNative(byte numAttr, int[] attrIds, String[] textArray); in getElementAttrRspNative() argument
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp.cpp254 jintArray attrIds, jobjectArray textArray) { in getElementAttrRspNative() argument
283 text = (jstring) env->GetObjectArrayElement(textArray, i); in getElementAttrRspNative()