Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/security/trustagent/
DManageTrustAgentsPreferenceControllerTest.java97 when(mTrustAgentManager.getActiveTrustAgents(mContext, mLockPatternUtils)) in updateState_isSecure_noTrustAgent_shouldShowGenericSummary()
110 when(mTrustAgentManager.getActiveTrustAgents(mContext, mLockPatternUtils)) in updateState_isSecure_hasTrustAgent_shouldShowDetailedSummary()
DTrustAgentListPreferenceControllerTest.java135 when(mTrustAgentManager.getActiveTrustAgents(mActivity, mLockPatternUtils)) in onResume_shouldAddNewAgents()
155 when(mTrustAgentManager.getActiveTrustAgents(mActivity, mLockPatternUtils)) in onResume_ifNotAvailable_shouldNotAddNewAgents()
/packages/apps/Settings/src/com/android/settings/security/trustagent/
DTrustAgentManager.java97 final List<TrustAgentComponentInfo> agents = getActiveTrustAgents(context, utils); in getActiveTrustAgentLabel()
107 public List<TrustAgentComponentInfo> getActiveTrustAgents(Context context, in getActiveTrustAgents() method in TrustAgentManager
DManageTrustAgentsPreferenceController.java72 return mTrustAgentManager.getActiveTrustAgents(mContext, mLockPatternUtils).size(); in getTrustAgentCount()
DTrustAgentListPreferenceController.java157 mTrustAgentManager.getActiveTrustAgents(mContext, mLockPatternUtils); in updateTrustAgents()