Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DTelephonyShellCommand.java77 public class TelephonyShellCommand extends BasicShellCommandHandler { class
261 public TelephonyShellCommand(ITelephony binder, Context context) { in TelephonyShellCommand() method in TelephonyShellCommand
H A DPhoneInterfaceManager.java8432 return new TelephonyShellCommand(this, getDefaultPhone().getContext()).exec( in handleShellCommand()