Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppConfiguratorActivity.java56 WifiDppAddDeviceFragment.OnClickChooseDifferentNetworkListener,
268 WifiDppAddDeviceFragment fragment = in showAddDeviceFragment()
269 (WifiDppAddDeviceFragment) mFragmentManager.findFragmentByTag( in showAddDeviceFragment()
273 fragment = new WifiDppAddDeviceFragment(); in showAddDeviceFragment()
DWifiDppAddDeviceFragment.java53 public class WifiDppAddDeviceFragment extends WifiDppQrCodeBaseFragment { class
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/dpp/
DWifiDppConfiguratorActivity.java61 WifiDppAddDeviceFragment.OnClickChooseDifferentNetworkListener,
265 WifiDppAddDeviceFragment fragment = in showAddDeviceFragment()
266 (WifiDppAddDeviceFragment) mFragmentManager.findFragmentByTag( in showAddDeviceFragment()
270 fragment = new WifiDppAddDeviceFragment(); in showAddDeviceFragment()
DWifiDppAddDeviceFragment.java47 public class WifiDppAddDeviceFragment extends WifiDppQrCodeBaseFragment { class
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/dpp/
DWifiDppConfiguratorActivityTest.java122 assertThat(activity instanceof WifiDppAddDeviceFragment in testActivity_shouldImplementsOnClickChooseDifferentNetworkCallback()