Searched refs:mTrustAgentClickIntent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DSecuritySettings.java131 private Intent mTrustAgentClickIntent; field in class:SecuritySettings
145 mTrustAgentClickIntent = savedInstanceState.getParcelable(TRUST_AGENT_CLICK_INTENT);
513 if (mTrustAgentClickIntent != null) {
514 outState.putParcelable(TRUST_AGENT_CLICK_INTENT, mTrustAgentClickIntent);
568 mTrustAgentClickIntent = preference.getIntent();
570 mTrustAgentClickIntent != null) {
572 startActivity(mTrustAgentClickIntent);
573 mTrustAgentClickIntent = null;
601 if (mTrustAgentClickIntent != null) {
602 startActivity(mTrustAgentClickIntent);
[all...]

Completed in 26 milliseconds