OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTrustManaged
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
LockIcon.java
180
boolean trustManaged = mUnlockMethodCache.
isTrustManaged
() && !trustHidden;
190
boolean clickToForceLock = mUnlockMethodCache.
isTrustManaged
()
192
boolean longClickToForceLock = mUnlockMethodCache.
isTrustManaged
()
UnlockMethodCache.java
159
public boolean
isTrustManaged
() {
Completed in 1996 milliseconds