Searched refs:modifiedClientList (Results 1 – 1 of 1) sorted by relevance
2704 StringBuilder modifiedClientList = new StringBuilder(); in removeClientFromList() local2710 modifiedClientList.append(" "); in removeClientFromList()2711 modifiedClientList.append(client); in removeClientFromList()2717 if (modifiedClientList.length() == 0 && isRemovable) { in removeClientFromList()2729 if (DBG) logd("Modified client list: " + modifiedClientList); in removeClientFromList()2730 if (modifiedClientList.length() == 0) { in removeClientFromList()2731 modifiedClientList.append("\"\""); in removeClientFromList()2734 "p2p_client_list", modifiedClientList.toString()); in removeClientFromList()