Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/wifi/dpp/
H A DWifiDppConfiguratorActivity.java56 WifiDppAddDeviceFragment.OnClickChooseDifferentNetworkListener,
264 WifiDppAddDeviceFragment fragment = in showAddDeviceFragment()
265 (WifiDppAddDeviceFragment) mFragmentManager.findFragmentByTag( in showAddDeviceFragment()
269 fragment = new WifiDppAddDeviceFragment(); in showAddDeviceFragment()
H A DWifiDppAddDeviceFragment.java53 public class WifiDppAddDeviceFragment extends WifiDppQrCodeBaseFragment { class