Home
last modified time | relevance | path

Searched refs:ICON_UNLOCK (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconView.java48 @IntDef({ICON_NONE, ICON_LOCK, ICON_FINGERPRINT, ICON_UNLOCK})
54 public static final int ICON_UNLOCK = 2; field in LockIconView
231 case ICON_UNLOCK: in getLockIconState()
253 case ICON_UNLOCK: in typeToString()
H A DLockIconViewController.java24 import static com.android.keyguard.LockIconView.ICON_UNLOCK;
337 mView.updateIcon(ICON_UNLOCK, false); in updateVisibility()
341 mView.updateIcon(ICON_UNLOCK, true); in updateVisibility()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DLockIconViewControllerTest.java22 import static com.android.keyguard.LockIconView.ICON_UNLOCK;
175 verify(mLockIconView).updateIcon(ICON_UNLOCK, false); in testLockIcon_updateToUnlock()