Searched refs:NetworkRequestErrorDialogFragment (Results 1 – 8 of 8) sorted by relevance
33 public class NetworkRequestErrorDialogFragment extends ObservableDialogFragment { class40 public static NetworkRequestErrorDialogFragment newInstance() { in newInstance()41 return new NetworkRequestErrorDialogFragment(); in newInstance()44 private NetworkRequestErrorDialogFragment() { in NetworkRequestErrorDialogFragment() method in NetworkRequestErrorDialogFragment79 NetworkRequestErrorDialogFragment.class.getSimpleName()); in startScanningDialog()
56 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()
36 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()
39 import com.android.settings.wifi.NetworkRequestErrorDialogFragment.ERROR_DIALOG_TYPE;
33 public class NetworkRequestErrorDialogFragment extends DialogFragment { class40 public static NetworkRequestErrorDialogFragment newInstance() { in newInstance()41 return new NetworkRequestErrorDialogFragment(); in newInstance()
336 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()
36 public class NetworkRequestErrorDialogFragment extends InstrumentedDialogFragment { class44 public static NetworkRequestErrorDialogFragment newInstance() { in newInstance()45 return new NetworkRequestErrorDialogFragment(); in newInstance()
38 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()