Searched defs:techListsParcel (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java1011 IntentFilter[] filters, TechListParcel techListsParcel) {
1015 if (intent == null && filters == null && techListsParcel == null) {
1035 if (techListsParcel != null) {
1036 techLists = techListsParcel.getTechLists();
1010 setForegroundDispatch(PendingIntent intent, IntentFilter[] filters, TechListParcel techListsParcel) argument

Completed in 14 milliseconds