Searched refs:RebootReadinessShellCommand (Results 1 – 3 of 3) sorted by relevance
36 class RebootReadinessShellCommand extends BasicShellCommandHandler { class55 RebootReadinessShellCommand(RebootReadinessManagerService service, Context context) { in RebootReadinessShellCommand() method in RebootReadinessShellCommand
242 return new RebootReadinessShellCommand(this, mContext).exec(this, in.getFileDescriptor(), in handleShellCommand()
572 RebootReadinessShellCommand commandHandler = in executeShellCommand()573 spy(new RebootReadinessShellCommand(mService, mMockContext)); in executeShellCommand()