Searched refs:techLists (Results 1 – 3 of 3) sorted by relevance
54 String[][] techLists = new String[count][];56 techLists[i] = source.readStringArray();58 return new TechListParcel(techLists);
55 in IntentFilter[] filters, in TechListParcel techLists); in setForegroundDispatch() argument
1480 IntentFilter[] filters, String[][] techLists) { in enableForegroundDispatch() argument1495 if (techLists != null && techLists.length > 0) { in enableForegroundDispatch()1496 parcel = new TechListParcel(techLists); in enableForegroundDispatch()