Home
last modified time | relevance | path

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

/packages/apps/CertInstaller/src/com/android/certinstaller/
DCertInstaller.java77 private MyAction mNextAction; field in CertInstaller
142 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 …]
/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
DChannelScanFragment.java45 private GuidedAction mNextAction; field in ChannelScanFragment
71 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()