Searched refs:getActiveTrustAgents (Results 1 – 5 of 5) sorted by relevance
97 when(mTrustAgentManager.getActiveTrustAgents(mContext, mLockPatternUtils)) in updateState_isSecure_noTrustAgent_shouldShowGenericSummary()110 when(mTrustAgentManager.getActiveTrustAgents(mContext, mLockPatternUtils)) in updateState_isSecure_hasTrustAgent_shouldShowDetailedSummary()
135 when(mTrustAgentManager.getActiveTrustAgents(mActivity, mLockPatternUtils)) in onResume_shouldAddNewAgents()155 when(mTrustAgentManager.getActiveTrustAgents(mActivity, mLockPatternUtils)) in onResume_ifNotAvailable_shouldNotAddNewAgents()
97 final List<TrustAgentComponentInfo> agents = getActiveTrustAgents(context, utils); in getActiveTrustAgentLabel()107 public List<TrustAgentComponentInfo> getActiveTrustAgents(Context context, in getActiveTrustAgents() method in TrustAgentManager
72 return mTrustAgentManager.getActiveTrustAgents(mContext, mLockPatternUtils).size(); in getTrustAgentCount()
157 mTrustAgentManager.getActiveTrustAgents(mContext, mLockPatternUtils); in updateTrustAgents()