Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java1334 public void addNfcUnlockHandler(INfcUnlockHandler unlockHandler, int[] techList) { in addNfcUnlockHandler() argument
1337 int lockscreenPollMask = computeLockscreenPollMask(techList); in addNfcUnlockHandler()
1365 private int computeLockscreenPollMask(int[] techList) { in computeLockscreenPollMask() argument
1377 for (int i = 0; i < techList.length; i++) { in computeLockscreenPollMask()
1378 if (techCodeToMask.containsKey(techList[i])) { in computeLockscreenPollMask()
1379 mask |= techCodeToMask.get(techList[i]).intValue(); in computeLockscreenPollMask()
/packages/apps/Nfc/nci/jni/
DNfcTag.cpp577 ScopedLocalRef<jintArray> techList(e, e->NewIntArray(mNumTechList)); in fillNativeNfcTagMembers1() local
582 ScopedIntArrayRW technologies(e, techList.get()); in fillNativeNfcTagMembers1()
597 e->SetObjectField(tag, f, techList.get()); in fillNativeNfcTagMembers1()