Searched refs:handles (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DSdpManagerTest.java68 int handles[] = new int[SDP_RECORD_COUNT];
69 addRecords(handles, 1);
81 private void addRecords(int handles[], int iteration) { argument
84 int count = handles.length-1; // Break condition
87 handles[++record_id] = mManager.createMapMasRecord(SDP_SERVER_NAME,
90 Log.i(TAG, " Added record_handle=" + handles[record_id]);
91 assertTrue(handles[record_id]>=0);
94 handles[++record_id] = mManager.createMapMnsRecord(SDP_SERVER_NAME,
97 Log.i(TAG, " Added record_handle=" + handles[record_id]);
98 assertTrue(handles[record_i
122 removeRecords(int handles[], int record_count) argument
[all...]
/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc.cpp412 int handles[MAX_NUM_TECHNOLOGIES]; local
428 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
434 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
436 index = addTechIfNeeded(technologies, handles, libnfctypes, index,
441 index = addTechIfNeeded(technologies, handles, libnfctypes,
449 index = addTechIfNeeded(technologies, handles, libnfctypes,
451 index = addTechIfNeeded(technologies, handles, libnfctypes,
456 index = addTechIfNeeded(technologies, handles, libnfctypes,
470 index = addTechIfNeeded(technologies, handles, libnfctypes,
474 index = addTechIfNeeded(technologies, handles, libnfctype
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMtpClient.java376 int[] handles = device.getObjectHandles(storageId, 0, objectHandle);
377 if (handles == null) {
381 int length = handles.length;
384 MtpObjectInfo info = device.getObjectInfo(handles[i]);
/packages/apps/Nfc/nci/jni/
H A DNfcJniUtil.h129 int handles[16]; member in struct:nfc_jni_native_data
H A DNfcTag.cpp622 ScopedIntArrayRW handles(e, handleList.get());
626 mNativeData->handles [i] = mTechHandles [i];
628 handles [i] = mTechHandles [i];
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java739 int[] handles = mTechHandles;
749 if (handles[i] == handles[techIndex]) {
750 continue; // don't check duplicate handles
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java729 int[] handles = mTechHandles;
739 if (handles[i] == handles[techIndex]) {
740 continue; // don't check duplicate handles
/packages/services/Telecomm/src/com/android/server/telecom/
H A DPhoneAccountRegistrar.java193 // If there is a default PhoneAccount, ensure it supports calls to handles with the
474 * @return The phone account handles.
495 * @return The phone account handles.
717 * Returns a list of phone account handles with the specified capabilities, uri scheme,
725 List<PhoneAccountHandle> handles = new ArrayList<>();
729 handles.add(account.getAccountHandle());
731 return handles;
735 * Returns a list of phone account handles with the specified flag, supporting the specified

Completed in 279 milliseconds