Searched refs:defaultAppLabel (Results 1 – 5 of 5) sorted by relevance
58 final CharSequence defaultAppLabel = getDefaultAppLabel(); in updateState() local59 if (!TextUtils.isEmpty(defaultAppLabel)) { in updateState()60 mPreference.setSummary(defaultAppLabel); in updateState()
54 CharSequence defaultAppLabel = getDefaultAppLabel(); in updateState() local55 if (!TextUtils.isEmpty(defaultAppLabel)) { in updateState()56 preference.setSummary(defaultAppLabel); in updateState()
60 CharSequence defaultAppLabel = getDefaultAppLabel(); in updateState() local67 if (!TextUtils.isEmpty(defaultAppLabel)) { in updateState()68 preference.setSummary(defaultAppLabel); in updateState()