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

/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.java162 // If there is a default PhoneAccount, ensure it supports calls to handles with the
303 List<PhoneAccountHandle> handles = getAllPhoneAccountHandles();
304 for (PhoneAccountHandle handle : handles) {
440 * @return The phone account handles.
451 * @return The phone account handles.
461 * @return The phone account handles.
477 * Retrieves a list of all phone account handles with the connection manager capability.
479 * @return The phone account handles.
631 * Returns a list of phone account handles with the specified flag.
640 * Returns a list of phone account handles wit
[all...]

Completed in 141 milliseconds