Home
last modified time | relevance | path

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

/packages/apps/CertInstaller/src/com/android/certinstaller/
DCertInstaller.java77 private MyAction mNextAction;
142 mNextAction = (MyAction) in onCreate()
245 MyAction action = new InstallOthersAction(); in extractPkcs12OrInstall()
340 MyAction action = new OnExtractionDoneAction(success); in extractPkcs12InBackground()
558 private interface MyAction extends Serializable { interface in CertInstaller
562 private static class Pkcs12ExtractAction implements MyAction {
579 private static class InstallOthersAction implements MyAction {
586 private static class OnExtractionDoneAction implements MyAction {