Searched refs:mNextAction (Results 1 – 2 of 2) sorted by relevance
77 private MyAction mNextAction; field in CertInstaller142 mNextAction = (MyAction) in onCreate()159 if (mNextAction != null) { in onResume()160 mNextAction.run(this); in onResume()175 if (mNextAction != null) { in onSaveInstanceState()176 outStates.putSerializable(NEXT_ACTION_KEY, mNextAction); in onSaveInstanceState()343 mNextAction = action; in extractPkcs12InBackground()352 mNextAction = null; in onExtractionDone()486 mNextAction = new Pkcs12ExtractAction(password); in createPkcs12PasswordDialog()487 mNextAction.run(CertInstaller.this); in createPkcs12PasswordDialog()[all …]
45 private GuidedAction mNextAction; field in ChannelScanFragment71 mNextAction.setFocusable(true); in onCreateView()72 mNextAction.setEnabled(true); in onCreateView()89 mNextAction = null; in onDestroyView()130 mNextAction = in onCreateButtonActions()137 actions.add(mNextAction); in onCreateButtonActions()