Searched refs:setKnownTrustAgents (Results 1 – 4 of 4) sorted by relevance
337 mLockPatternUtils.setKnownTrustAgents(Lists.newArrayList(knownAgents), TEST_USER_ID); in initializeKnownAgents()350 mLockPatternUtils.setKnownTrustAgents(Collections.emptyList(), TEST_USER_ID); in resetTrustAgentLockSettings()
221 mLockPatternUtils.setKnownTrustAgents(knownTrustAgents, testUserId); in testSetKnownTrustAgents()
1240 mLockPatternUtils.setKnownTrustAgents(updatedKnowAgents, userId); in checkNewAgentsForUser()1266 mLockPatternUtils.setKnownTrustAgents(agentComponentNames, userId); in initializeKnownAgents()
1243 public void setKnownTrustAgents(Collection<ComponentName> knownTrustAgents, int userId) { in setKnownTrustAgents() method in LockPatternUtils