Searched refs:knownTrustAgents (Results 1 – 2 of 2) sorted by relevance
248 List<ComponentName> knownTrustAgents = Lists.newArrayList( in testSetKnownTrustAgents() local252 mLockPatternUtils.setKnownTrustAgents(knownTrustAgents, testUserId); in testSetKnownTrustAgents()
1231 public void setKnownTrustAgents(Collection<ComponentName> knownTrustAgents, int userId) { in setKnownTrustAgents() argument1232 setString(KNOWN_TRUST_AGENTS, serializeTrustAgents(knownTrustAgents), userId); in setKnownTrustAgents()