Searched refs:modifiedClientList (Results 1 – 1 of 1) sorted by relevance
2608 StringBuilder modifiedClientList = new StringBuilder(); in removeClientFromList() local2614 modifiedClientList.append(" "); in removeClientFromList()2615 modifiedClientList.append(client); in removeClientFromList()2621 if (modifiedClientList.length() == 0 && isRemovable) { in removeClientFromList()2633 if (DBG) logd("Modified client list: " + modifiedClientList); in removeClientFromList()2634 if (modifiedClientList.length() == 0) { in removeClientFromList()2635 modifiedClientList.append("\"\""); in removeClientFromList()2638 "p2p_client_list", modifiedClientList.toString()); in removeClientFromList()