Searched refs:getKnownTrustAgents (Results 1 – 4 of 4) sorted by relevance
264 List<ComponentName> trustAgents = mLockPatternUtils.getKnownTrustAgents(testUserId); in testGetKnownTrustAgents()
178 when(mLockPatternUtils.getKnownTrustAgents(TEST_USER_ID)).thenReturn(mKnownTrustAgents); in setUp()
1236 public List<ComponentName> getKnownTrustAgents(int userId) { in getKnownTrustAgents() method in LockPatternUtils
1294 List<ComponentName> knownAgents = mLockPatternUtils.getKnownTrustAgents(userId); in checkNewAgentsForUser()