Searched refs:isTrustManaged (Results 1 – 2 of 2) sorted by relevance
208 boolean trustManaged = mUnlockMethodCache.isTrustManaged() && !trustHidden; in update()218 boolean clickToForceLock = mUnlockMethodCache.isTrustManaged() in updateClickability()220 boolean longClickToForceLock = mUnlockMethodCache.isTrustManaged() in updateClickability()257 if (mUnlockMethodCache.isTrustManaged() && mUnlockMethodCache.isTrusted() in getIconForState()
169 public boolean isTrustManaged() { in isTrustManaged() method in UnlockMethodCache