Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DTelephonyShellCommand.java1500 getOutPrintWriter().println(ccValueToString(key, getType(tag, key, bundle), bundle)); in handleCcGetValue()
1506 getOutPrintWriter().println(ccValueToString(k, getType(tag, k, bundle), bundle)); in handleCcGetValue()
1573 String originalValueString = ccValueToString(key, type, originalValues); in handleCcSetValue()
1574 String newValueString = ccValueToString(key, type, newValues); in handleCcSetValue()
1652 private String ccValueToString(String key, CcType type, PersistableBundle bundle) { in ccValueToString() method in TelephonyShellCommand