Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java10781 String iconContentDescription = null; in bindCallerVerification() local
10788 iconContentDescription = mBuilder.mContext.getString( in bindCallerVerification()
10798 iconContentDescription = null; // let the app's text take precedence in bindCallerVerification()
10803 contentView.setContentDescription(R.id.verification_icon, iconContentDescription); in bindCallerVerification()