Searched refs:setKnownTrustAgents (Results 1 – 4 of 4) sorted by relevance
252 mLockPatternUtils.setKnownTrustAgents(knownTrustAgents, testUserId); in testSetKnownTrustAgents()
184 }).when(mLockPatternUtils).setKnownTrustAgents(any(), eq(TEST_USER_ID)); in setUp()580 mLockPatternUtils.setKnownTrustAgents(singleton(agentName), TEST_USER_ID); in setUpTrustAgentWithStrongAuthRequired()
1317 mLockPatternUtils.setKnownTrustAgents(updatedKnowAgents, userId); in checkNewAgentsForUser()1343 mLockPatternUtils.setKnownTrustAgents(agentComponentNames, userId); in initializeKnownAgents()
1231 public void setKnownTrustAgents(Collection<ComponentName> knownTrustAgents, int userId) { in setKnownTrustAgents() method in LockPatternUtils