Searched refs:wppg (Results 1 – 1 of 1) sorted by relevance
590 WifiP2pPersistentGroup wppg = new WifiP2pPersistentGroup(getPrefContext(), group); in onPersistentGroupInfoAvailable() local591 mPersistentCategoryController.addChild(wppg); in onPersistentGroupInfoAvailable()592 if (wppg.getGroupName().equals(mSelectedGroupName)) { in onPersistentGroupInfoAvailable()593 if (DBG) Log.d(TAG, "Selecting group " + wppg.getGroupName()); in onPersistentGroupInfoAvailable()594 mSelectedGroup = wppg; in onPersistentGroupInfoAvailable()