Searched refs:techList (Results 1 – 2 of 2) sorted by relevance
1235 public void addNfcUnlockHandler(INfcUnlockHandler unlockHandler, int[] techList) { in addNfcUnlockHandler() argument1238 int lockscreenPollMask = computeLockscreenPollMask(techList); in addNfcUnlockHandler()1266 private int computeLockscreenPollMask(int[] techList) { in computeLockscreenPollMask() argument1278 for (int i = 0; i < techList.length; i++) { in computeLockscreenPollMask()1279 if (techCodeToMask.containsKey(techList[i])) { in computeLockscreenPollMask()1280 mask |= techCodeToMask.get(techList[i]).intValue(); in computeLockscreenPollMask()
611 ScopedLocalRef<jintArray> techList(e, e->NewIntArray(mNumTechList)); in fillNativeNfcTagMembers1() local616 ScopedIntArrayRW technologies(e, techList.get()); in fillNativeNfcTagMembers1()631 e->SetObjectField(tag, f, techList.get()); in fillNativeNfcTagMembers1()