Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DSuppressorHelper.java33 getSuppressorCaption(context, suppressor)) : null; in getSuppressionText()
37 static String getSuppressorCaption(Context context, ComponentName suppressor) { in getSuppressorCaption() method in SuppressorHelper
/packages/apps/Settings/src/com/android/settings/notification/
DSuppressorHelper.java33 getSuppressorCaption(context, suppressor)) : null; in getSuppressionText()
37 static String getSuppressorCaption(Context context, ComponentName suppressor) { in getSuppressorCaption() method in SuppressorHelper
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DSuppressorHelperTest.java68 final String text = SuppressorHelper.getSuppressorCaption(mContext, mSuppressor); in testGetSuppressorCaption_SuppressorNotNull_ReturnSuppressorName()