Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java2394 ArrayList<String> listWithoutDun = null; in separateRowsNeeded() local
2398 listWithoutDun = newTypesAl; in separateRowsNeeded()
2402 listWithoutDun = oldTypesAl; in separateRowsNeeded()
2407 if (listWithDun.contains("dun") && !listWithoutDun.contains("dun")) { in separateRowsNeeded()
2408 listWithoutDun.add("dun"); in separateRowsNeeded()
2409 if (!listWithDun.containsAll(listWithoutDun)) { in separateRowsNeeded()