Home
last modified time | relevance | path

Searched refs:mMainLocationStateListener (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/location/
DLocationStateListenerBasePreferenceController.java77 mMainLocationStateListener.onLocationStateChange(isMainLocationEnabled);
84 private LocationStateListener mMainLocationStateListener; field in LocationStateListenerBasePreferenceController
100 if (mBypassLocationStateListener == null && mMainLocationStateListener == null) { in onStartInternal()
107 if (mMainLocationStateListener != null) { in onStartInternal()
123 if (mBypassLocationStateListener != null || mMainLocationStateListener != null) { in onStopInternal()
148 mMainLocationStateListener = listener; in setMainLocationStateListener()