Home
last modified time | relevance | path

Searched refs:NetworkRequestErrorDialogFragment (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DNetworkRequestErrorDialogFragment.java33 public class NetworkRequestErrorDialogFragment extends ObservableDialogFragment { class
40 public static NetworkRequestErrorDialogFragment newInstance() { in newInstance()
41 return new NetworkRequestErrorDialogFragment(); in newInstance()
44 private NetworkRequestErrorDialogFragment() { in NetworkRequestErrorDialogFragment() method in NetworkRequestErrorDialogFragment
79 NetworkRequestErrorDialogFragment.class.getSimpleName()); in startScanningDialog()
H A DNetworkRequestDialogFragment.java56 import com.android.tv.settings.connectivity.NetworkRequestErrorDialogFragment.ERROR_DIALOG_TYPE;
337 final NetworkRequestErrorDialogFragment fragment = NetworkRequestErrorDialogFragment in stopScanningAndPopErrorDialog()
340 bundle.putSerializable(NetworkRequestErrorDialogFragment.DIALOG_TYPE, type); in stopScanningAndPopErrorDialog()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
H A DNetworkRequestErrorDialogFragmentTest.java36 import com.android.settings.wifi.NetworkRequestErrorDialogFragment.ERROR_DIALOG_TYPE;
53 private NetworkRequestErrorDialogFragment mFragment;
61 mFragment = spy(NetworkRequestErrorDialogFragment.newInstance()); in setUp()
68 NetworkRequestErrorDialogFragment.class.getConstructor(); in getConstructor_shouldNotThrowNoSuchMethodException()
89 mFragment = spy(NetworkRequestErrorDialogFragment.newInstance()); in display_shouldShowAbortDialog()
91 bundle.putSerializable(NetworkRequestErrorDialogFragment.DIALOG_TYPE, in display_shouldShowAbortDialog()
H A DNetworkRequestDialogActivityTest.java39 import com.android.settings.wifi.NetworkRequestErrorDialogFragment.ERROR_DIALOG_TYPE;
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/networkrequest/
H A DNetworkRequestErrorDialogFragment.java33 public class NetworkRequestErrorDialogFragment extends DialogFragment { class
40 public static NetworkRequestErrorDialogFragment newInstance() { in newInstance()
41 return new NetworkRequestErrorDialogFragment(); in newInstance()
H A DNetworkRequestDialogFragment.java336 NetworkRequestErrorDialogFragment.ERROR_DIALOG_TYPE.TIME_OUT);
346 NetworkRequestErrorDialogFragment.ERROR_DIALOG_TYPE type) { in stopScanningAndPopErrorDialog()
354 NetworkRequestErrorDialogFragment fragment = NetworkRequestErrorDialogFragment in stopScanningAndPopErrorDialog()
357 bundle.putSerializable(NetworkRequestErrorDialogFragment.DIALOG_TYPE, type); in stopScanningAndPopErrorDialog()
360 NetworkRequestErrorDialogFragment.class.getSimpleName()); in stopScanningAndPopErrorDialog()
420 stopScanningAndPopErrorDialog(NetworkRequestErrorDialogFragment.ERROR_DIALOG_TYPE.ABORT); in onAbort()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/
H A DNetworkRequestErrorDialogFragment.java36 public class NetworkRequestErrorDialogFragment extends InstrumentedDialogFragment { class
44 public static NetworkRequestErrorDialogFragment newInstance() { in newInstance()
45 return new NetworkRequestErrorDialogFragment(); in newInstance()
H A DNetworkRequestDialogActivity.java38 import com.android.settings.wifi.NetworkRequestErrorDialogFragment.ERROR_DIALOG_TYPE;
159 final NetworkRequestErrorDialogFragment dialogFragment = in stopScanningAndPopErrorDialog()
160 NetworkRequestErrorDialogFragment.newInstance(); in stopScanningAndPopErrorDialog()
163 bundle.putSerializable(NetworkRequestErrorDialogFragment.DIALOG_TYPE, type); in stopScanningAndPopErrorDialog()