Searched refs:UwbShellCommand (Results 1 – 4 of 4) sorted by relevance
21 import static com.android.server.uwb.UwbShellCommand.DEFAULT_CCC_OPEN_RANGING_PARAMS;22 import static com.android.server.uwb.UwbShellCommand.DEFAULT_FIRA_OPEN_SESSION_PARAMS;23 import static com.android.server.uwb.UwbShellCommand.DEFAULT_RADAR_OPEN_SESSION_PARAMS;94 UwbShellCommand mUwbShellCommand;120 mUwbShellCommand = new UwbShellCommand(mUwbInjector, mUwbService, mContext); in setUp()239 .setPackageName(UwbShellCommand.SHELL_PACKAGE_NAME) in triggerAndVerifySessionStart()
237 public UwbShellCommand makeUwbShellCommand(UwbServiceImpl uwbService) { in makeUwbShellCommand()238 return new UwbShellCommand(this, uwbService, mContext); in makeUwbShellCommand()
564 UwbShellCommand shellCommand = mUwbInjector.makeUwbShellCommand(this); in handleShellCommand()
140 public class UwbShellCommand extends BasicShellCommandHandler { class245 UwbShellCommand(UwbInjector uwbInjector, UwbServiceImpl uwbService, Context context) { in UwbShellCommand() method in UwbShellCommand