Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
H A DIccUtils.java694 public static String getDecimalSubstring(String iccId) { in getDecimalSubstring() method in IccUtils
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java1361 args = new String[]{uniqueId, IccUtils.getDecimalSubstring(uniqueId)}; in addSubInfo()
1400 && (oldIccId.equals(IccUtils.getDecimalSubstring(uniqueId)))) { in addSubInfo()