Searched refs:getActiveTrustAgents (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/security/trustagent/ |
H A D | TrustAgentListPreferenceControllerTest.java | 125 when(mTrustAgentManager.getActiveTrustAgents(mActivity, mLockPatternUtils)) in onResume_shouldClearOldAgents() 144 when(mTrustAgentManager.getActiveTrustAgents(mActivity, mLockPatternUtils)) in onResume_shouldAddNewAgents() 164 when(mTrustAgentManager.getActiveTrustAgents(mActivity, mLockPatternUtils)) in onResume_ifNotAvailable_shouldNotAddNewAgents() 183 when(mTrustAgentManager.getActiveTrustAgents(mActivity, mLockPatternUtils)) in onResume_controllerShouldHasKey() 203 when(mTrustAgentManager.getActiveTrustAgents(mActivity, mLockPatternUtils)) in updateDynamicRawDataToIndex_shouldIndexAgents()
|
H A D | ManageTrustAgentsPreferenceControllerTest.java | 97 when(mTrustAgentManager.getActiveTrustAgents(mContext, mLockPatternUtils)) in updateState_isSecure_noTrustAgent_shouldShowGenericSummary() 110 when(mTrustAgentManager.getActiveTrustAgents(mContext, mLockPatternUtils)) in updateState_isSecure_hasTrustAgent_shouldShowDetailedSummary()
|
/aosp12/packages/apps/Settings/src/com/android/settings/security/trustagent/ |
H A D | TrustAgentListPreferenceController.java | 156 final List<TrustAgentManager.TrustAgentComponentInfo> agents = getActiveTrustAgents( in updateDynamicRawDataToIndex() 175 private List<TrustAgentManager.TrustAgentComponentInfo> getActiveTrustAgents(Context context) { in getActiveTrustAgents() method in TrustAgentListPreferenceController 176 return mTrustAgentManager.getActiveTrustAgents(context, mLockPatternUtils); in getActiveTrustAgents() 187 final List<TrustAgentManager.TrustAgentComponentInfo> agents = getActiveTrustAgents( in updateTrustAgents()
|
H A D | TrustAgentManager.java | 97 final List<TrustAgentComponentInfo> agents = getActiveTrustAgents(context, utils); in getActiveTrustAgentLabel() 107 public List<TrustAgentComponentInfo> getActiveTrustAgents(Context context, in getActiveTrustAgents() method in TrustAgentManager
|
H A D | ManageTrustAgentsPreferenceController.java | 76 return mTrustAgentManager.getActiveTrustAgents(mContext, mLockPatternUtils).size(); in getTrustAgentCount()
|