Home
last modified time | relevance | path

Searched refs:WifiDppAddDeviceFragment (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppConfiguratorActivity.java61 WifiDppAddDeviceFragment.OnClickChooseDifferentNetworkListener,
285 WifiDppAddDeviceFragment fragment = in showAddDeviceFragment()
286 (WifiDppAddDeviceFragment) mFragmentManager.findFragmentByTag( in showAddDeviceFragment()
290 fragment = new WifiDppAddDeviceFragment(); in showAddDeviceFragment()
DWifiDppAddDeviceFragment.java53 public class WifiDppAddDeviceFragment extends WifiDppQrCodeBaseFragment { class