Searched refs:mExplanation (Results 1 – 1 of 1) sorted by relevance
35 private CharSequence mExplanation; field in DeviceAdminAddExplanationPreferenceController44 return TextUtils.isEmpty(mExplanation) ? CONDITIONALLY_UNAVAILABLE : AVAILABLE; in getRealAvailabilityStatus()49 preference.setTitle(mExplanation); in updateState()58 mExplanation = explanation; in setExplanation()