Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DTelephonyShellCommand.java316 return handleEnablePhysicalSubscription(false); in onCommand()
318 return handleEnablePhysicalSubscription(true); in onCommand()
858 private int handleEnablePhysicalSubscription(boolean enable) { in handleEnablePhysicalSubscription() method in TelephonyShellCommand