Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java265 final CharSequence prevContentDescription = mView.getContentDescription(); in updateVisibility() local
293 if (!Objects.equals(prevContentDescription, mView.getContentDescription()) in updateVisibility()