Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java1391 String oldIccId = cursor.getString(3); in addSubInfo() local
1399 if (oldIccId != null && oldIccId.length() < uniqueId.length() in addSubInfo()
1400 && (oldIccId.equals(IccUtils.getDecimalSubstring(uniqueId)))) { in addSubInfo()