Searched refs:RemoteProvisioningShellCommand (Results 1 – 3 of 3) sorted by relevance
64 private static class Injector extends RemoteProvisioningShellCommand.Injector {115 RemoteProvisioningShellCommand cmd, String[] args) throws Exception { in exec()138 RemoteProvisioningShellCommand cmd = new RemoteProvisioningShellCommand( in list_zeroInstances()151 RemoteProvisioningShellCommand cmd = new RemoteProvisioningShellCommand( in list_oneInstances()165 RemoteProvisioningShellCommand cmd = new RemoteProvisioningShellCommand( in list_twoInstances()189 RemoteProvisioningShellCommand cmd = new RemoteProvisioningShellCommand( in csr_hwVersion1_withChallenge()196 eq(Base64.getDecoder().decode(RemoteProvisioningShellCommand.EEK_ED25519_BASE64)), in csr_hwVersion1_withChallenge()222 RemoteProvisioningShellCommand cmd = new RemoteProvisioningShellCommand( in csr_hwVersion2_withChallenge()229 eq(Base64.getDecoder().decode(RemoteProvisioningShellCommand.EEK_P256_BASE64)), in csr_hwVersion2_withChallenge()250 RemoteProvisioningShellCommand cmd = new RemoteProvisioningShellCommand( in csr_hwVersion3_withoutChallenge()[all …]
111 new RemoteProvisioningShellCommand(getContext(), callerUid).dump(pw); in dump()123 return new RemoteProvisioningShellCommand(getContext(), callerUid).exec(this, in handleShellCommand()
54 class RemoteProvisioningShellCommand extends ShellCommand { class93 RemoteProvisioningShellCommand(Context context, int callerUid) { in RemoteProvisioningShellCommand() method in RemoteProvisioningShellCommand97 RemoteProvisioningShellCommand(Context context, int callerUid, Injector injector) { in RemoteProvisioningShellCommand() method in RemoteProvisioningShellCommand