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.java1070 public void addNfcUnlockHandler(INfcUnlockHandler unlockHandler, int[] techList) { in addNfcUnlockHandler() argument
1073 int lockscreenPollMask = computeLockscreenPollMask(techList); in addNfcUnlockHandler()
1090 private int computeLockscreenPollMask(int[] techList) { in computeLockscreenPollMask() argument
1102 for (int i = 0; i < techList.length; i++) { in computeLockscreenPollMask()
1103 if (techCodeToMask.containsKey(techList[i])) { in computeLockscreenPollMask()
1104 mask |= techCodeToMask.get(techList[i]).intValue(); in computeLockscreenPollMask()
/packages/apps/Nfc/nci/jni/
DNfcTag.cpp641 ScopedLocalRef<jintArray> techList(e, e->NewIntArray(mNumTechList)); in fillNativeNfcTagMembers1() local
646 ScopedIntArrayRW technologies(e, techList.get()); in fillNativeNfcTagMembers1()
661 e->SetObjectField(tag, f, techList.get()); in fillNativeNfcTagMembers1()