Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java198 private final String mPrimaryDeviceType; field in WifiStateMachine
1073 mPrimaryDeviceType = mContext.getResources().getString( in WifiStateMachine()
4339 if (!mWifiNative.setDeviceType(mPrimaryDeviceType)) { in initializeWpsDetails()
4340 loge("Failed to set primary device type " + mPrimaryDeviceType); in initializeWpsDetails()