Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java125 @NonNull private CharSequence mLockedLabel; field in LegacyLockIconViewController
231 mLockedLabel = resources.getString(R.string.accessibility_lock_icon); in LegacyLockIconViewController()
382 mView.setContentDescription(mLockedLabel); in updateVisibility()
399 mView.setContentDescription(mLockedLabel); in updateVisibility()
449 mLockedLabel = mResources.getString(R.string.accessibility_lock_icon); in updateConfiguration()