Home
last modified time | relevance | path

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

/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
DRemoteProvisioningShellCommandTest.java64 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 …]
/frameworks/base/services/core/java/com/android/server/security/rkp/
DRemoteProvisioningService.java111 new RemoteProvisioningShellCommand(getContext(), callerUid).dump(pw); in dump()
123 return new RemoteProvisioningShellCommand(getContext(), callerUid).exec(this, in handleShellCommand()
DRemoteProvisioningShellCommand.java54 class RemoteProvisioningShellCommand extends ShellCommand { class
93 RemoteProvisioningShellCommand(Context context, int callerUid) { in RemoteProvisioningShellCommand() method in RemoteProvisioningShellCommand
97 RemoteProvisioningShellCommand(Context context, int callerUid, Injector injector) { in RemoteProvisioningShellCommand() method in RemoteProvisioningShellCommand