Searched refs:mPrimaryDeviceType (Results 1 - 1 of 1) sorted by path

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java118 private final String mPrimaryDeviceType; field in class:WifiStateMachine
618 mPrimaryDeviceType = mContext.getResources().getString(
2356 if (!mWifiNative.setDeviceType(mPrimaryDeviceType)) {
2357 loge("Failed to set primary device type " + mPrimaryDeviceType);

Completed in 130 milliseconds