Lines Matching refs:summary
255 final String summary = getContext().getString(
257 lockPreference.setSummary(summary);
442 trustAgentPreference.setSummary(agent.summary);
1134 final String summary;
1136 summary = getString(R.string.disabled_by_policy_title);
1138 // Update summary message with current value
1154 summary = getString(R.string.lock_immediately_summary_with_exception,
1157 summary = getString(R.string.lock_after_timeout_summary_with_exception,
1161 summary = getString(R.string.lock_after_timeout_summary, entries[best]);
1164 mLockAfter.setSummary(summary);