Searched refs:wppg (Results 1 – 1 of 1) sorted by relevance
583 WifiP2pPersistentGroup wppg = new WifiP2pPersistentGroup(getPrefContext(), group); in onPersistentGroupInfoAvailable() local584 mPersistentCategoryController.addChild(wppg); in onPersistentGroupInfoAvailable()585 if (wppg.getGroupName().equals(mSelectedGroupName)) { in onPersistentGroupInfoAvailable()586 if (DBG) Log.d(TAG, "Selecting group " + wppg.getGroupName()); in onPersistentGroupInfoAvailable()587 mSelectedGroup = wppg; in onPersistentGroupInfoAvailable()