Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/development/
DBugReportHandlerPreferenceController.java63 final CharSequence currentBugReportHandlerAppLabel = getCurrentBugReportHandlerAppLabel(); in updateState() local
64 if (!TextUtils.isEmpty(currentBugReportHandlerAppLabel)) { in updateState()
65 mPreference.setSummary(currentBugReportHandlerAppLabel); in updateState()