Searched refs:wppg (Results 1 – 2 of 2) sorted by relevance
578 WifiP2pPersistentGroup wppg = new WifiP2pPersistentGroup(getPrefContext(), group); in onPersistentGroupInfoAvailable() local579 mPersistentCategoryController.addChild(wppg); in onPersistentGroupInfoAvailable()580 if (wppg.getGroupName().equals(mSelectedGroupName)) { in onPersistentGroupInfoAvailable()581 if (DBG) Log.d(TAG, "Selecting group " + wppg.getGroupName()); in onPersistentGroupInfoAvailable()582 mSelectedGroup = wppg; in onPersistentGroupInfoAvailable()
575 WifiP2pPersistentGroup wppg = new WifiP2pPersistentGroup(getPrefContext(), group); in onPersistentGroupInfoAvailable() local576 mPersistentCategoryController.addChild(wppg); in onPersistentGroupInfoAvailable()577 if (wppg.getGroupName().equals(mSelectedGroupName)) { in onPersistentGroupInfoAvailable()578 if (DBG) Log.d(TAG, "Selecting group " + wppg.getGroupName()); in onPersistentGroupInfoAvailable()579 mSelectedGroup = wppg; in onPersistentGroupInfoAvailable()