HomeSort by relevance Sort by last modified time
    Searched defs:mLocationEnabler (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/location/
LocationBasePreferenceController.java 31 protected final LocationEnabler mLocationEnabler;
36 mLocationEnabler = new LocationEnabler(context, this /* listener */, lifecycle);
LocationSwitchBarController.java 31 private final LocationEnabler mLocationEnabler;
38 mLocationEnabler = new LocationEnabler(context, this /* listener */, lifecycle);
65 final boolean enabled = mLocationEnabler.isEnabled(mode);
68 mLocationEnabler.getShareLocationEnforcedAdmin(userId);
70 mLocationEnabler.hasShareLocationRestriction(userId);
96 mLocationEnabler.setLocationEnabled(isChecked);
RecentLocationRequestSeeAllPreferenceController.java 62 mCategoryAllRecentLocationRequests.setEnabled(mLocationEnabler.isEnabled(mode));
RecentLocationRequestPreferenceController.java 134 mCategoryRecentLocationRequests.setEnabled(mLocationEnabler.isEnabled(mode));

Completed in 78 milliseconds