Searched refs:mCategoryRecentLocationRequests (Results 1 – 2 of 2) sorted by relevance
42 private PreferenceCategory mCategoryRecentLocationRequests; field in RecentLocationRequestPreferenceController82 mCategoryRecentLocationRequests = screen.findPreference(getPreferenceKey()); in displayPreference()83 final Context prefContext = mCategoryRecentLocationRequests.getContext(); in displayPreference()99 mCategoryRecentLocationRequests.addPreference( in displayPreference()107 mCategoryRecentLocationRequests.addPreference(banner); in displayPreference()113 mCategoryRecentLocationRequests.setEnabled(mLocationEnabler.isEnabled(mode)); in onLocationModeChanged()
46 private PreferenceCategory mCategoryRecentLocationRequests; field in RecentLocationAccessPreferenceController87 mCategoryRecentLocationRequests = screen.findPreference(getPreferenceKey()); in displayPreference()88 final Context prefContext = mCategoryRecentLocationRequests.getContext(); in displayPreference()104 mCategoryRecentLocationRequests.addPreference( in displayPreference()112 mCategoryRecentLocationRequests.addPreference(banner); in displayPreference()119 mCategoryRecentLocationRequests.setVisible(enabled); in onLocationModeChanged()