Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/nfc/
DForegroundDispatch.java40 private String[][] mTechLists; field in ForegroundDispatch
72 mTechLists = new String[][] { new String[] { NfcF.class.getName() } }; in onCreate()
79 mTechLists); in onResume()