Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/location/
DLocationStateListenerBasePreferenceController.java72 mBypassLocationStateListener.onLocationStateChange(isBypassLocationEnabled);
83 private LocationStateListener mBypassLocationStateListener; field in LocationStateListenerBasePreferenceController
100 if (mBypassLocationStateListener == null && mMainLocationStateListener == null) { in onStartInternal()
104 if (mBypassLocationStateListener != null) { in onStartInternal()
123 if (mBypassLocationStateListener != null || mMainLocationStateListener != null) { in onStopInternal()
136 mBypassLocationStateListener = listener; in setBypassLocationStateListener()