Searched refs:mPermGroupLabel (Results 1 – 3 of 3) sorted by relevance
97 private String mPermGroupLabel; field in AutoAppPermissionFragment150 mPermGroupLabel = KotlinUtils.INSTANCE.getPermGroupLabel(getContext(), in onCreate()155 requireContext().getString(R.string.app_permission_title, mPermGroupLabel)); in onCreate()170 getString(R.string.app_permission_header, mPermGroupLabel)); in onViewCreated()
108 private @NonNull String mPermGroupLabel; field in AppPermissionFragment168 mPermGroupLabel = KotlinUtils.INSTANCE.getPermGroupLabel(getContext(), in onCreate()220 permHeader.setTitle(mPermGroupLabel); in createPreferences()221 permHeader.setSummary(context.getString(R.string.app_permission_header, mPermGroupLabel)); in createPreferences()
124 private @NonNull String mPermGroupLabel; field in AppPermissionFragment178 mPermGroupLabel = KotlinUtils.INSTANCE.getPermGroupLabel(getContext(), in onCreate()215 context.getString(R.string.app_permission_header, mPermGroupLabel)); in onCreateView()265 mPermGroupLabel)); in onCreateView()