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);
1232 IntentFilter[] filters, String[][] techLists) { in enableForegroundDispatch() argument1242 if (techLists != null && techLists.length > 0) { in enableForegroundDispatch()1243 parcel = new TechListParcel(techLists); in enableForegroundDispatch()
54 in IntentFilter[] filters, in TechListParcel techLists); in setForegroundDispatch() argument