Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java108 @NonNull private CharSequence mLockedLabel; field in LockIconViewController
184 mLockedLabel = resources.getString(R.string.accessibility_lock_icon); in LockIconViewController()
268 mView.setContentDescription(mLockedLabel); in updateVisibility()
285 mView.setContentDescription(mLockedLabel); in updateVisibility()
346 mLockedLabel = mView.getContext() in updateConfiguration()