Home
last modified time | relevance | path

Searched defs:techList (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Nfc/framework/java/android/nfc/
DTag.java130 public Tag(byte[] id, int[] techList, Bundle[] techListExtras, int serviceHandle, in Tag()
160 public static Tag createMockTag(byte[] id, int[] techList, Bundle[] techListExtras, in createMockTag()
166 private String[] generateTechStringList(int[] techList) { in generateTechStringList()
395 String[] techList = getTechList(); in toString() local
DTechListParcel.java45 String[] techList = mTechLists[i]; in writeToParcel() local
DINfcAdapter.aidl69 void addNfcUnlockHandler(INfcUnlockHandler unlockHandler, in int[] techList); in addNfcUnlockHandler()
/packages/modules/Nfc/framework/tests/src/android/nfc/
DTagTest.java74 private Tag createInstance(int tech, INfcTag tagService, int[] techList, in createInstance()
212 int[] techList = new int[]{1, 2, 3, 4}; in testGetTechExtrasReturnsCorrectBundle() local
/packages/modules/Nfc/NfcNci/nci/jni/
DNfcTag.cpp602 ScopedLocalRef<jintArray> techList(e, e->NewIntArray(mNumTechList)); in fillNativeNfcTagMembers1() local
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/
DNfcServiceTest.java1809 int[] techList = tagService.getTechList(1); in testTechList() local
/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DNfcService.java2950 public void addNfcUnlockHandler(INfcUnlockHandler unlockHandler, int[] techList) { in addNfcUnlockHandler()
3065 private int computeLockscreenPollMask(int[] techList) { in computeLockscreenPollMask()