Searched refs:defaultAppLabel (Results 1 – 3 of 3) sorted by relevance
60 CharSequence defaultAppLabel = getDefaultAppLabel(); in updateState() local67 if (!TextUtils.isEmpty(defaultAppLabel)) { in updateState()69 preference.setTitle(defaultAppLabel); in updateState()71 preference.setSummary(defaultAppLabel); in updateState()
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()