Searched refs:mMainLocationStateListener (Results 1 – 1 of 1) sorted by relevance
77 mMainLocationStateListener.onLocationStateChange(isMainLocationEnabled);84 private LocationStateListener mMainLocationStateListener; field in LocationStateListenerBasePreferenceController100 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()