Searched refs:mCategoryRecentLocationRequests (Results 1 – 2 of 2) sorted by relevance
49 private PreferenceCategory mCategoryRecentLocationRequests; field in RecentLocationAccessPreferenceController98 mCategoryRecentLocationRequests = screen.findPreference(getPreferenceKey()); in displayPreference()113 mCategoryRecentLocationRequests.removeAll(); in loadRecentAccesses()114 final Context prefContext = mCategoryRecentLocationRequests.getContext(); in loadRecentAccesses()129 mCategoryRecentLocationRequests.addPreference( in loadRecentAccesses()137 mCategoryRecentLocationRequests.addPreference(banner); in loadRecentAccesses()144 mCategoryRecentLocationRequests.setVisible(enabled); in onLocationModeChanged()151 if (mCategoryRecentLocationRequests != null) { in clearPreferenceList()152 mCategoryRecentLocationRequests.removeAll(); in clearPreferenceList()
45 private PreferenceCategory mCategoryRecentLocationRequests; field in RecentLocationRequestPreferenceController85 mCategoryRecentLocationRequests = screen.findPreference(getPreferenceKey()); in displayPreference()86 final Context prefContext = mCategoryRecentLocationRequests.getContext(); in displayPreference()108 mCategoryRecentLocationRequests.addPreference( in displayPreference()116 mCategoryRecentLocationRequests.addPreference(banner); in displayPreference()122 mCategoryRecentLocationRequests.setEnabled(mLocationEnabler.isEnabled(mode)); in onLocationModeChanged()