Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/
DApnEditor.java321 return String.format(getCorrectDigitsFormat(value), intValue); in formatInteger()
331 static String getCorrectDigitsFormat(String value) { in getCorrectDigitsFormat() method in ApnEditor
/packages/apps/Settings/src/com/android/settings/network/
DApnEditor.java385 return String.format(getCorrectDigitsFormat(value), intValue); in formatInteger()
395 static String getCorrectDigitsFormat(String value) { in getCorrectDigitsFormat() method in ApnEditor