Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java107 @NonNull private CharSequence mUnlockedLabel; field in LockIconViewController
183 mUnlockedLabel = resources.getString(R.string.accessibility_unlock_button); in LockIconViewController()
277 mView.setContentDescription(mUnlockedLabel); in updateVisibility()
281 mView.setContentDescription(mUnlockedLabel); in updateVisibility()
344 mUnlockedLabel = mView.getContext().getResources().getString( in updateConfiguration()