Searched refs:ACTION_RETRY (Results 1 – 3 of 3) sorted by relevance
37 public static final int ACTION_RETRY = 1; field in PrintErrorFragment76 case ACTION_RETRY: { in onViewCreated()
514 ensureErrorUiShown(null, PrintErrorFragment.ACTION_RETRY); in onPrintDocumentError()614 ensureErrorUiShown(error, PrintErrorFragment.ACTION_RETRY); in onUpdateFailed()
83 private static final String ACTION_RETRY = "com.android.internal.telephony.data.ACTION_RETRY"; field in DataRetryManager1084 intentFilter.addAction(ACTION_RETRY);1088 if (ACTION_RETRY.equals(intent.getAction())) {1547 Intent intent = new Intent(ACTION_RETRY);