Searched defs:mServList (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java3135 if (clientInfo.mReqList.size() == 0 && clientInfo.mServList.size() == 0) {
3164 if (clientInfo.mServList.size() == 0) {
3190 if (!clientInfo.mServList.add(servInfo)) {
3195 clientInfo.mServList.remove(servInfo);
3214 clientInfo.mServList.remove(servInfo);
3216 if (clientInfo.mReqList.size() == 0 && clientInfo.mServList.size() == 0) {
3233 for (WifiP2pServiceInfo servInfo: clientInfo.mServList) {
3237 clientInfo.mServList.clear();
3376 private List<WifiP2pServiceInfo> mServList; field in class:WifiP2pServiceImpl.ClientInfo
3381 mServList
[all...]

Completed in 334 milliseconds