Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
H A DTelecom.java425 int numSims = Integer.parseInt(nextArgRequired()); in runSetSimCount() local
426 System.out.println("Setting sim count to " + numSims + ". Device may reboot"); in runSetSimCount()
427 mTelephonyManager.switchMultiSimConfig(numSims); in runSetSimCount()