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.java3072 ArrayList<String> listWithoutDun = null; in separateRowsNeeded() local
3076 listWithoutDun = newTypesAl; in separateRowsNeeded()
3080 listWithoutDun = oldTypesAl; in separateRowsNeeded()
3085 if (listWithDun.contains("dun") && !listWithoutDun.contains("dun")) { in separateRowsNeeded()
3086 listWithoutDun.add("dun"); in separateRowsNeeded()
3087 if (!listWithDun.containsAll(listWithoutDun)) { in separateRowsNeeded()