OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrIds
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp
275
jintArray
attrIds
, jobjectArray textArray) {
296
attr = env->GetIntArrayElements(
attrIds
, NULL);
326
env->ReleaseIntArrayElements(
attrIds
, attr, 0);
336
env->ReleaseIntArrayElements(
attrIds
, attr, 0);
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java
313
int[]
attrIds
;
317
attrIds
= new int[numAttr];
320
attrIds
[i] = attrList.get(i).intValue();
321
textArray[i] = mMediaAttributes.getString(
attrIds
[i]);
322
Log.v(TAG, "getAttributeString:attrId=" +
attrIds
[i] +
325
getElementAttrRspNative(numAttr,
attrIds
, textArray);
[
all
...]
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/
LDAPCertStore.java
372
String[]
attrIds
= requestedAttributes.toArray(STRING0);
375
attrs = ctx.getAttributes(name,
attrIds
);
[
all
...]
Completed in 253 milliseconds