Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNfcAdapter.java21 private String[][] techLists; field in ShadowNfcAdapter
42 …ndDispatch(Activity activity, PendingIntent intent, IntentFilter[] filters, String[][] techLists) { in enableForegroundDispatch() argument
46 this.techLists = techLists; in enableForegroundDispatch()
67 return techLists; in getTechLists()