Searched refs:techList (Results 1 – 2 of 2) sorted by relevance
1515 public void addNfcUnlockHandler(INfcUnlockHandler unlockHandler, int[] techList) { in addNfcUnlockHandler() argument1518 int lockscreenPollMask = computeLockscreenPollMask(techList); in addNfcUnlockHandler()1546 private int computeLockscreenPollMask(int[] techList) { in computeLockscreenPollMask() argument1558 for (int i = 0; i < techList.length; i++) { in computeLockscreenPollMask()1559 if (techCodeToMask.containsKey(techList[i])) { in computeLockscreenPollMask()1560 mask |= techCodeToMask.get(techList[i]).intValue(); in computeLockscreenPollMask()
577 ScopedLocalRef<jintArray> techList(e, e->NewIntArray(mNumTechList)); in fillNativeNfcTagMembers1() local582 ScopedIntArrayRW technologies(e, techList.get()); in fillNativeNfcTagMembers1()597 e->SetObjectField(tag, f, techList.get()); in fillNativeNfcTagMembers1()