Searched refs:mIsLocationModeEnabled (Results 1 – 3 of 3) sorted by relevance
225 private boolean mIsLocationModeEnabled; field in WifiConnectivityManager952 if (mIsLocationModeEnabled) { in onResults()1187 if (mIsLocationModeEnabled) { in onPnoNetworkFound()2579 mIsLocationModeEnabled = enabled; in setLocationModeEnabled()2618 Set<String> externalRequestedPnoSsids = mIsLocationModeEnabled in retrievePnoNetworkList()2620 Set<Integer> externalRequestedPnoFrequencies = mIsLocationModeEnabled in retrievePnoNetworkList()3543 pw.println("mIsLocationModeEnabled: " + mIsLocationModeEnabled); in dump()
149 private boolean mIsLocationModeEnabled = false; field in WifiNative3694 if (!mIsLocationModeEnabled && enabled) {3699 mIsLocationModeEnabled = enabled;3707 if (mIsLocationModeEnabled4430 pw.println("mIsLocationModeEnabled: " + mIsLocationModeEnabled);
399 private boolean mIsLocationModeEnabled; field in WifiServiceImpl748 mIsLocationModeEnabled = mWifiPermissionsUtil.isLocationModeEnabled(); in updateLocationMode()749 mWifiConnectivityManager.setLocationModeEnabled(mIsLocationModeEnabled); in updateLocationMode()750 mWifiNative.setLocationModeEnabled(mIsLocationModeEnabled); in updateLocationMode()