Searched refs:ERROR_DIALOG_TYPE (Results 1 – 8 of 8) sorted by relevance
37 public enum ERROR_DIALOG_TYPE {TIME_OUT, ABORT} enum in NetworkRequestErrorDialogFragment58 ERROR_DIALOG_TYPE msgType = ERROR_DIALOG_TYPE.TIME_OUT; in onCreateDialog()60 msgType = (ERROR_DIALOG_TYPE) getArguments().getSerializable(DIALOG_TYPE); in onCreateDialog()64 if (msgType == ERROR_DIALOG_TYPE.TIME_OUT) { in onCreateDialog()
56 import com.android.tv.settings.connectivity.NetworkRequestErrorDialogFragment.ERROR_DIALOG_TYPE;320 stopScanningAndPopErrorDialog(ERROR_DIALOG_TYPE.TIME_OUT);329 protected void stopScanningAndPopErrorDialog(ERROR_DIALOG_TYPE type) { in stopScanningAndPopErrorDialog()403 stopScanningAndPopErrorDialog(ERROR_DIALOG_TYPE.ABORT); in onAbort()
37 public enum ERROR_DIALOG_TYPE {TIME_OUT, ABORT} enum in NetworkRequestErrorDialogFragment54 ERROR_DIALOG_TYPE msgType = ERROR_DIALOG_TYPE.TIME_OUT; in onCreateDialog()56 msgType = (ERROR_DIALOG_TYPE) getArguments().getSerializable(DIALOG_TYPE); in onCreateDialog()60 if (msgType == ERROR_DIALOG_TYPE.TIME_OUT) { in onCreateDialog()
336 NetworkRequestErrorDialogFragment.ERROR_DIALOG_TYPE.TIME_OUT);346 NetworkRequestErrorDialogFragment.ERROR_DIALOG_TYPE type) { in stopScanningAndPopErrorDialog()420 stopScanningAndPopErrorDialog(NetworkRequestErrorDialogFragment.ERROR_DIALOG_TYPE.ABORT); in onAbort()
40 public enum ERROR_DIALOG_TYPE {TIME_OUT, ABORT} enum in NetworkRequestErrorDialogFragment58 ERROR_DIALOG_TYPE msgType = ERROR_DIALOG_TYPE.TIME_OUT; in onCreateDialog()60 msgType = (ERROR_DIALOG_TYPE) getArguments().getSerializable(DIALOG_TYPE); in onCreateDialog()64 if (msgType == ERROR_DIALOG_TYPE.TIME_OUT) { in onCreateDialog()
38 import com.android.settings.wifi.NetworkRequestErrorDialogFragment.ERROR_DIALOG_TYPE;146 stopScanningAndPopErrorDialog(ERROR_DIALOG_TYPE.TIME_OUT);155 protected void stopScanningAndPopErrorDialog(ERROR_DIALOG_TYPE type) { in stopScanningAndPopErrorDialog()182 stopScanningAndPopErrorDialog(ERROR_DIALOG_TYPE.ABORT); in onAbort()
39 import com.android.settings.wifi.NetworkRequestErrorDialogFragment.ERROR_DIALOG_TYPE;114 assertThat(fakeActivity.errorType).isEqualTo(ERROR_DIALOG_TYPE.TIME_OUT); in onResumeAndWaitTimeout_shouldCallTimeoutDialog()119 ERROR_DIALOG_TYPE errorType = null;127 public void stopScanningAndPopErrorDialog(ERROR_DIALOG_TYPE type) { in stopScanningAndPopErrorDialog()
36 import com.android.settings.wifi.NetworkRequestErrorDialogFragment.ERROR_DIALOG_TYPE;92 ERROR_DIALOG_TYPE.ABORT); in display_shouldShowAbortDialog()